Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Using cross-gdb in the debugger

Hi all.

I have a problem when execute eclipse 3.2 CDT debugger.

 

I hope to use the cross-gdb at the debugging.

So, I make c-project (C/C++ perspective) and compile this project

and select the Run->Debug->Debugger (Cygwin gdb Debugger).

The result is The CPU is not supported by selected debugger.

 

So,I modify org.eclipse.cdt.debug.mi.core/plugins.xml files. (native -> *).

And execute a eclipse with -clean option at the command prompt.

But, The CPU is not supported by selected debugger message is occurred again.

 

I wanna use cross-gdb as Cygwin gdb Debugger.

 

Is someone could help me ?

 


Back to the top