error by debugging with linux 64

When I try a debug, i get the following error:

An internal error occurred during: “Launching voice-server [Target]_ARM_EABI_GCC_Debug”.

java.lang.NullPointerException
at org.eclipse.cdt.debug.gdbjtag.core.GDBJtagDebugger.doStartSession(GDBJtagDebugger.java:159)
at org.eclipse.cdt.debug.mi.core.AbstractGDBCDIDebugger.createSession(AbstractGDBCDIDebugger.java:84)
at org.eclipse.cdt.debug.gdbjtag.core.GDBJtagDebugger.createSession(GDBJtagDebugger.java:64)
at org.eclipse.cdt.debug.gdbjtag.core.GDBJtagLaunchConfigurationDelegate.launch(GDBJtagLaunchConfigurationDelegate.java:52)
at com.wavecom.openat.ide.ebs.launch.target.TargetLaunchDelegate.launch(TargetLaunchDelegate.java:113)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:702)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:923)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1126)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

eclipse.buildId=M20100909-0800
java.version=1.6.0_22
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=it_IT
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.jee.product

Are you by any chance run the 64-bit JDK? I have found that Developer Studio is only compatible with the 32-bit JDKs.

Are you connected to a JTAG probe?
DS 1.2.0 only supports this kind of debugging for Target applications.
Next release will come with a new solution for embedded applications debugging, without JTAG probe, and fully functional, even on Linux 64 bits.

That’s true on Windows, but under Linux it is assumed to work with 64 bits JDKs.
Are you talking about Linux? If so, can you elaborate on the use cases making you thinking about this incompatibility?

no jtag probe :frowning:

ok, thanks