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.

Optimizing C/C++.pdf 技术文档阅读时遇到的问题



我们现在使用的是CCS4,在阅读文档的时候,我看到如下的编译连接命令

cl55 symtab.c file.c seek.asm --run_linker --library=lnk.cmd
--library=rts55.lib --output_file=myprogram.out

我想问一个小白问题,在CCS4中如何输入这样的连接命令?现在我们还需要学习这些编译链接命令吗?