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.
Still in the throes of migrating from CCS 3.3 to CCS 5.1. I Have a question.
The include paths added by the migration tool are somewhat botched (incorrect). If I change them in Properties-CCS Build-C6000 Compiler-Include Options they do not seem to work. However, if I edit the .cproject file (tedious), those seem to correct the build errors. ???
HI David,
depending on what is broken there are likely other places in CCSv5 you will need to fix include paths. For example, the place you reference will not fixed linked resources or libraries.
Have a look at this wiki topic.
http://processors.wiki.ti.com/index.php/Include_paths_and_options
Please keep us posted whether it helps you do this without having to edit the file.You should not have to.
Best Regards,
LIsa
I found in the project that each source file has its own set of properties that also have include options. I added those that were missing and resolved my issue.
Specifically, this is what I did.
- In project explorer, I selected the source file that was reporting the error that it could no locate a specific .hpp file
- Right click, properties then opened CCS Build, C6000 Compiler, Include Options and added the path I needed.
Hi David,
ok, glad to hear you found all the places you needed to correct the paths. All the best with development.
Best Regards,
LIsa