Hi,
I'm building a project within CCS Version: 5.1.0.09000 for a TMS570 MCU development UBS stick.
I get this warning:
No other errors, warning or information message from the compiler.
The application still buillds and down loads and performs as expected, but I would like to find the cause of the error and remove it.
Any ideas what might be causing it?
Steve
Steve,
The error usually means that your project has linked source files and the path to some (or all) of those linked files could not be resolved, so CCS cannot find them. These files should be highlighted with the "!" icon in the Project Explorer.
The most common cause of broken links is that the project relies on specific linked resource path variables and those variables are not properly defined on the machine that is reporting the error. It could also simply be because the file is no longer in the file system or it has changed its location relative to the linked resource path variable.
Please see this related thread: http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/143695.aspx
If a post answers your question please mark it with the "Verify Answer" button
Search the wikis for common questions: CGT, BIOS, CCSv3, CCSv4Track a known bug with SDOWP. Enter the bug id in the "Find Record ID" box
Thank you for your answer and link to the other thread.
To add to this post:
In my case it was found that:
The error is not from the compiler per say, but is an error with respect to the build environment.
Removal of the virtual folders form our project and their replacment with real folders surpressed the error.
See:
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/150639.aspx#544845