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.
Hey guys:
I am a newcomer of the TI DSP IC, I am tring to finish the workshop manual as a start. 0
When I came to the lab 5 in the manual, the compiling issue really confuses me. When I was tring to debug, every line in the comment of the asm file was reported as error (I attach the screen shot below). The error code is [E0000] unrecognized special character, and "Error in Source - Assembler Aborted".
I also tried the solution project file provided with the manual, which use the same comments with the one in my project, it works well, but I replaced the asm file in my project with the one in the solution folder, same error happened again. I assumed there is something wrong/different with the project configuration or something, please let me know if you guys have any idea with the issue. I saw some answer on the forum that solve the unrecognized character erorr by changing the syntax to the asm one, but I still prefer to understand why this happened and what to set to have a correct identification.
BTW, the version of my CCS IDE is 12.1.0.00007.
Kaihua
你好,我看见图片上有两个工程,下面这个工程是可用的吗?如果你是导入的TI的例程,那么我怀疑应该是某些文件却是的问题。你是使用的C2000Ware吗?
你的工程不要建在project路径。换一个路径。
同时注意要把头文件路径添加进去。
同时这个lab文件有一些是 ‘?’。应该是代表让你自己编写。对应的solution中同名文件是答案。例如lab中watchdog:
我重新新建了一个工程同时将有‘?’的文件用solution中的文件替换掉之后编译成功。