This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:TI C/C++编译器
大家好
我使用了 ofd2000版本20.2.0LTS
实际上、我需要在 main.c 文件中声明的所有变量类型。
但是... 我无法筛选所有类型...
CCS 编译器中是否有使用 ofd2000的选项?
如何...
请帮帮我。
我不完全理解您的问题。 但以下是一些可能有用的建议。 它们涉及无法从 CCS 中访问但在命令行中访问的实用程序。
有关变量类型的信息仅在 DWARF 调试信息中可用。 下面是使用 ofd2000查看它的一种方法...
% ofd2000 -g main.obj
也许您只需要转储文件中定义的符号。 这可以通过名称实用程序 nm2000...
% nm2000 main.obj
谢谢、此致、
乔治
感谢您的回答
我很抱歉... 我英语说得不好。
我实际上制作了一些程序。
因此、我需要在 xxx.out 文件中包含所有变量类型。
我使用了命令"ofd2000.exe -g -dwarf_display=none、dinfo、类型-obj_display=none -o -x=test.xml xxx.out"
但我无法找到我声明的所有变量和类型。
请帮我...
谢谢你