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.

CCS4.2 comand line?? cl6x ???

在“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

那我要放到哪??

这么做的目的是想对某一个源程序文件单独使用优化选项!!然后查看了下用户指南找到了这么一个命令,但是悲摧的是不知道用呀!!希望高手给俺解惑,感激不尽呐!!!

  • 您好,

    如果想对某一源文件单独使用优化,可以右击文件->properties其中可以进行编译选项的配置。

  • 很好很强大!!目的达到了,但是还想知道command line 与cl6x等编译命令怎样用??

  • JingJing Hua,

    您好!

    关于下面这句话你可以在windows下运行cmd.exe打开类dos的命令行窗口.

    开始-》运行-》输入cmd

    进入cl6x的路径或者将该路径加入path环境变量。运行cl6x就可以看到帮助了。编译器可以脱离CCS使用,使用make可以生成大工程进行编译。