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.
在“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
那我要放到哪??
这么做的目的是想对某一个源程序文件单独使用优化选项!!然后查看了下用户指南找到了这么一个命令,但是悲摧的是不知道用呀!!希望高手给俺解惑,感激不尽呐!!!
JingJing Hua,
您好!
关于下面这句话你可以在windows下运行cmd.exe打开类dos的命令行窗口.
开始-》运行-》输入cmd
进入cl6x的路径或者将该路径加入path环境变量。运行cl6x就可以看到帮助了。编译器可以脱离CCS使用,使用make可以生成大工程进行编译。