您好,
在CCS6.0的开发环境中,想生成.asm文件,看看编译器的反馈信息。
问题是:在工程属性中,设置了-mw,即把generate verbose software pipeline information勾选了,但是没有发现有.asm的文件生成,有可能是没有找位置,麻烦您,告知我,是否设置有问题,以及.asm文件的相对路径?
非常感谢您!
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.
您好,
在CCS6.0的开发环境中,想生成.asm文件,看看编译器的反馈信息。
问题是:在工程属性中,设置了-mw,即把generate verbose software pipeline information勾选了,但是没有发现有.asm的文件生成,有可能是没有找位置,麻烦您,告知我,是否设置有问题,以及.asm文件的相对路径?
非常感谢您!
你好,
-s是否有选择?
http://processors.wiki.ti.com/index.php/C6000_Compiler:_Recommended_Compiler_Options#Options_that_reduce_tuning_time_by_providing_additional_analysis_information.2C_while_having_no_effect_on_performance_or_code_size:
–mw. Output extra information about software-pipelined loops. Like with -s, this information appears as comments in the compiler generated assembly file
你好,
asm文件就在debug目录下。
我刚刚简单建立一个工程测试了一下,是可以看到的。下面是我测试使用的complier选项,你对比一下你使用的:
-mv6740 --abi=coffabi -O3 -g --include_path="C:/CCSv6/ccsv6/tools/compiler/c6000_7.4.7/include" --display_error_number --diag_warning=225 --diag_wrap=off -k