|
target CPU :Hitachi SuperH4 ,host:redhat linux 9.0,host上已经有了针对SuperH4的GDB以及其他的编译工具.在编译内核的时候,如果加上了stub,load到target以后,内核却无法启动,如果不加stub,内核可以成功的运行.请问正常吗?
关于GDB远程调试,查找了一些资料,都是讲述调试应用程序的,而没有讲述调试内核的,麻烦大家推荐一些GDB远程调试内核的资料或文章.我用串口联接host和target,在host上运行gdb,我的第一步的信息如下:
(gdb) target remote /dev/ttyS0
Remote debugging using /dev/ttyS0
Couldn't establish connection to remote target
Malformed response to offset query, qOffsets
请大家帮帮我,谢谢先! |
|