在“TMS320C6000 optimizing Compiler V 7.3.pdf ”中有这样一名话:For a help screen summary of the options, enter cl6x with no parameters on the command line。
CCS4.2 command line 在哪??
“To invoke the compiler, enter:
cl6x [options] [filenames] [--run_linker [link_options] object files]]”
如果有这样一条语句:cl6x --opt_level=3 --opt_for_speed=5 com.c
那我要放到哪??
这么做的目的是想对某一个源程序文件单独使用优化选项!!然后查看了下用户指南找到了这么一个命令,但是悲摧的是不知道用呀!!希望高手给俺解惑,感激不尽呐!!!