Hi,
I have only linked C files in my project. The files are located above my project directory. There are also a lot of H files in this directory. But the H files are not searched by find. What can I do about this?
Regards
Gustl
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.
Hi,
I have only linked C files in my project. The files are located above my project directory. There are also a lot of H files in this directory. But the H files are not searched by find. What can I do about this?
Regards
Gustl
Hello,
This issue is discussed in an older thread:
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/48625/172103.aspx#172103
Thanks
ki
Gustl,
You don't have to have the files linked or added to your project to get the project to build, only to get them to show up in the project view. As for building CCSv4 and 2.x work the same way but for the project view you are correct that they are different. CCSv2.x/3.x would show the results of the dependency scan in the project view in an include folder. In v4 it shows you the files that are in (physically or linked) your project and in the Includes folder it shows you the paths that you have configured to search for header files when building.
John