使用交叉工具链gdb“没有加载符号表”

时间:2016-04-25 12:54:55

标签: linux-kernel embedded-linux

我观察到内核恐慌。为了确定观察到内核恐慌的哪一行,我在link.

中遵循了最后一种方法(使用GDB查找内核恐慌或过度的位置)。

我使用了arm cross tool chain gdb,因为目标是ARM板。但是它给出了"No symbol table is loaded. Use the file command."错误。我尝试使用"file System.map"加载符号表,但它发出"System.map: not in executable format: File format not recognized"错误。

您能否帮助解决此符号表问题。主机PC正在运行Ubuntu 12.04。

0 个答案:

没有答案