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.
在用CCS5.4进行项目编译时总是报错,指示errors encountered during linking; "GPIO.out" not built
请问相比CCS3.3来说,CCS5.4在进行设置时有什么特殊的要求吗?
rts2800_ml.lib的路径是否为 “TI\ccsv5\tools\compiler\c2000_6.1.3\lib” ?
查看一下“Problem”窗口中提示的具体报错内容是什么?是的,这个路径是正确的。
以下为报错信息和所添加的文件
只是想简单的测试一下CCS5.4的开发环境,请问是还需要对.cmd进行修改吗?
程序的源文件没有添加到工程中去,只是把头文件添加进去了,而且头文件添加的位置也是错误的,头文件是通过右击工程--properties--build--c2000 compiler--include options来添加的。