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.
Part Number: TMS320C6713
Tool/software: TI C/C++ Compiler
Hi,
I have started working on TMS320C6713. I am following the Rulph chassing book. I try to implement first program from the book sine8_LED.c. But when I click "Rebuild All" as mentioned in the book, I came across the following error
"c6713dskinit.c", Error line 47: declaration is incompatible with previous "output_sample" (declared at line 45)
I have added all the library and source files as mention in the book also i have set complier and linker setting as mention in the book.
Please, I would really appreciate if someone can help me to get through this error. I am using code composer studio 3.1 (came along with the DSK) on windows xp.
Thank You.
Mustahsan Ali Khan Khanzada Rajput said:I am using code composer studio 3.1
Wow. That's very old. Around 15-20 years old.
Please preprocess c6713dskinit.c and post it here. Use the directions in this wiki article. Those directions are for later versions of CCS, so you will have to make some adjustments. Once I have that file, I should be able to reproduce the error and explain it. I am less confident I will be able to tell you the best way to fix it.
Thanks and regards,
-George
Thanks. :-) I was able to solve it. I am trying to migrate on later versions as well. But i am facing some issue. The reason I am preferring 3.1 is only because book follows it and i come across lesser issues.