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.
Now I have a project on another machine that is randomly and mysteriously listing this "warning".
How do I find what "unresolved buildable linked resource" CCS is referring to?
Hello,
That error usually means that your project has linked source files and some (or all) of those links are broken so CCS cannot find them. 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.
For more information on using linked resource path variables, see slides 70-82 of the CCSv5 advanced workshop slides:
Thanks
ki
yes, thank you. I think I understand the message.
but...how do I find the "unresolved buildable linked resource" CCS is referring to?
If you look at the files in the Project Explorer, you should see some files highlighted with the "!" icon. These files are files with broken links.
To see what linked resource variable these files rely on - if you look at slide 80 of the pdf I referenced, it shows you where you can look at all the linked files in your project and you can see which ones are dependent variables. In slide 80, all four files use the variable 'AM35xx_BSL_ROOT'.
Thank you.
I found the yellow icon - it was on a ccxml target file.
The error should not be "'buildable linked resource", rather it should just say "linked resource". Unless I missed something...is a ccxml file 'buildable'?
You are correct. A ccxml files is not a source file that is built. But it appears as a warning and not an error, correct?