Hello!
I am (almost) new to CCE, I mean I have been using CCE1, then IAR and now I need to use again CCE.
I am using CCE3 Pro.
I already posted this question a few weeks ago and got no reply, but maybe it's because my explanation
was not clear enough.
I have a hardware development platform used for many projects. But I would like to keep all the hardware
specific files in a directory and all project-specific files in one directory for each project.
However, I cannot find any way to make the hardware specific folder known to my project.
1. CCE's help says this about paths:
http://passworld.co.jp/ForumImages/2008/12/23/Help.png
This panel looks like what I need.
However, if I open the project properties (I select the project, right click and open properties), I get this:
http://passworld.co.jp/ForumImages/2008/12/23/Properties.png
As you can see, there is no "C/C++ project paths" in the left column.
Is it a documentation problem? An installation problem? I am using CCE3 pro, SP2.
2. In the panel corresponding to the second image above, when I select TI debug settings
and open the source tab, it looks more or less like the panel shown in help:
http://passworld.co.jp/ForumImages/2008/12/23/Paths.png
If I add a path to the folder I would like to be taken into account, it appears as shown
by the link above, but it looks like it does nothing at all.
I made as small example:
In the folder called testlib, there is a single h file with a single definition in it.
But the compiler still replies Could not open file "TestLib.h"
Beside this, why would it be for debug settings only? Usually the source code for debug is the same
as for release...
I should also add that I have tried project -> link files and project -> add files. Same result, the only
solution seems to be to put all the sources in the current folder.
Does anyone know how to add a source folder path?
Thanks,
Pascal