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.
在工程设置中找了好久都没找到,只能生成单个文件的lst,没有连接后的lst文件
在Assembler Options中有"Generate listing file (--asm_linking, -al)"选项生成.lst文件
不行,这只能产生单个文件的,与.obj文件一一对应,内容象天书。
我要的是link后的,就是可执行的out文件对应的lst文件,就像objdump产生的一样,只是Ti的编译器没哟提供类似objdump的工具,且gcc的objdump又不识别ti编译器产生的elf文件。