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.

Building project tree in CCS v5 problem.

Hello,

We have migrated to CCSv5 because of enormous amount of bugs and non-stability of CCSv4 environment.

I'd like to build a project tree using virtual folders, but the IDE drops me a following  warning:

"This project contains unresolved buildable linked resources. It might not build as expected.  TI Problem Marker"

This is without linking any external sources.

 

I've tried to avoid this warning by adding physical folders instead of virtual ones, but if the added folder contains some headers as well, which are included in "Include Options" of "Build Options", it creates a collision, and the compiler doesn't see the included headers in "Includes" folders of the Project Explorer.

Anyway, virtual folder seem to be a good solution for us to build a project tree with portable linked files.

Do you have any way to avoid or fix this issue?

Anatoly.

  •  Virtual folder can only contain linked files. The message that you are getting is stating that there are some linked files in your project that are not being found on the file system. The files that can not be resolved have a yellow warning icon (yellow box on top of file icon with an exclamation mark) in project explorer.  Also, if you right click on a project and select Properties, then choose Resource: Linked Resources category and then click on "Linked Resources" tab, then you should also be able to see which linked files are not resolved and use the same  dialog to fix problems. 

     

    Martin