edlk4.0 ppc_85xx gdb problems

Jenkins, Clive Clive.Jenkins at xerox.com
Tue Aug 15 21:46:05 EST 2006


> ppc_85xx-gdb vmlinux
> ......
> ......
> (gdb) target remote 192.168.101.101:2001
> Remote debugging using 192.168.101.101:2001
> 0x00000000 in ?? ()
> (gdb) q

When I had this problem (actually using KGDB not BDI2000),
I found that GDB defaulted to e500 architecture (=processor)
but it only worked with the less processor-specific
"common" architecture setting:

(gdb) show architecture
The target architecture is set automatically (currently 
powerpc:e500)
(gdb) set architecture powerpc:common


See also:
http://www.ultsol.com/faq_p311.htm

Regards,
Clive



More information about the Linuxppc-dev mailing list