请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
部件号: CODECOMPOSER
如何启用.asm 或.lst 文件输出?


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 Clang 编译器、请使用-save-temps 选项来保留生成的汇编文件。

对于列表文件、请参阅 George 提供的以下文章:
关于:CODECOMPOSER:CCS 12.8.1 如何设置和生成.lst、.asm 文件?
谢谢
Ki
基于 RE:CODECOMPOSER:CCS 12.8.1 如何设置和生成.lst、.asm 文件?
我添加了
-Xti-assembler -l添加到 Arm Compiler 标志中、现在在构建工程时、我看到了“*。s“和“.lst“文件。
