Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Error : The CPU is not supported by selected debugger.

Hi,

 

            I’m trying to debug a C program on a remote target using special version of GDB (suitable for my target). Everything works fine except the fact that I got the error “[Debugger]: The CPU is not supported by selected debugger.” in the “Debug as…” windows.

 

After some search on internet, I found information saying to change the plugin.xml file in org.eclipse.cdt.debug.mi.core plugin. So I change value “cpu native” to “cpu *” but that doesn’t solve the problem. If the profile is created before building the project, this error doesn’t occur, but this solution is not clean…

 

Does anybody has a workaround with this problem ?

 

Thank you in advance,

 

Jeremy


Back to the top