Hi,
使用ti-processor-sdk-linux-am437x-evm-01.00.00.03开发包,在开发板上使用交叉编译的gdb7.6进行调试时,加载libc.so.6 库时没有调试信息。请问toolchain中是否有提供调试信息的libc库版本。这样调试时会方便些。
root@am437x-evm:~# gdb
GNU gdb (GDB) 7.6
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <gnu.org/.../gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabihf".
For bug reporting instructions, please see:
<www.gnu.org/.../>.
(gdb) set verbose on
(gdb) file test
(gdb) r
Starting program: /home/root/test
...
Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/libc.so.6
谢谢!
roy