I have two CCS-5 projects that are very similar but have a couple differences I can't find.
They are for the DM8148 DSP and are based on the syslink messageQ_DSP examples. Both projects produce a working executable.
The first project is based directly on the messageQ_DSP example. It links to the IPC library. Eclipse is able to resolve symbols.
The second project is an existing SysBios project that has had the messageQ_DSP functionality merged in. When it builds, it seems to recompile the IPC and sysbios libraries and create a "Src" directory in the project. Also eclipse is flooded with "symbol ... could not be resolved" and some other errors. These are not actual compiler errors, the build is clean but the errors appear when the file is opened.
I've been unable to find any difference in the projects to cause this.
What controls if the library is rebuilt?
What does eclipse need to work correctly? (not show false errors)