Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] AMD64 not supported by selected debugger

For now you will need to change the "cpu" attribute for the gdb debugger in org.eclipse.cdt.mi.core/plugin.xml from 'native' to '*'. Once the platform changes to a generic x86_64 identifier instead of amd64 we can make this work again.

Mahmoud Al Gammal wrote:
Hi,
I'm using Eclipse 3.1 + CDT 2.1 on an AMD Athlon64 CPU and
Linux. I'm not able to debug any binaries from eclipse because
the debugger settings window says that the CPU is not supported
by the selected debugger, while, surely, gdb works just fine
from console. Any idea?

Thanks in advance,
Mahmoud Al Gammal
_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-debug-dev


Back to the top