Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要进行一些 Trace32 调试,并且需要查看 IFS 映像的符号。我为我的 ARM A9 平台生成 IFS 映像,但不知道如何生成 ELF 文件。有人可以帮帮我吗?谢谢。
使用转储文件。例子:
dumpifs shell.ifs
检查这个 -x 选项可以提取图像后指定的文件。
IFS 是一个包含许多二进制文件和脚本的文件系统。对于 trace32,当您尝试调试任何进程(包括 procnto)时,您需要该进程的符号。IFS 没有 ELF 之类的东西。这就像要求您的硬盘的 ELF。