Part Number: CCSTUDIO
Tool/software:
Hello,
Since we migrated from CC12.5 to CCS20, we have two problems with the link of our projects.
The context:
We have a main project that points to 5 subprojects.
What we used to do:
We create a virtual folder in which we create 5 'folder to link' using a relative link:
${CCS_WORKSPACE_DIR}/subprojectsName.
Then we used to create source folders pointing to the 'folder to link', but it seems that this option is no longer available.
First problem:
The indexing of files does not seem to be done correctly, when we navigate with a control click to go to the instantiation of an element, the opened file is not the one of the relative link, but of the absolute and from this moment, no more links are made.
Which is very irritating to program.
Second problem:
We put submodule folders in 'exlude form build', the compilation works, but in the output window we have errors on unresolved links of files that are excluded.
Which complicates the debugging a lot, because we have a very large number of non-existent errors.
Since we migrated from CC12.5 to CCS20, we have two problems with the link of our projects.
The context:
We have a main project that points to 5 subprojects.
What we used to do:
We create a virtual folder in which we create 5 'folder to link' using a relative link:
${CCS_WORKSPACE_DIR}/subprojectsName.
Then we used to create source folders pointing to the 'folder to link', but it seems that this option is no longer available.
First problem:
The indexing of files does not seem to be done correctly, when we navigate with a control click to go to the instantiation of an element, the opened file is not the one of the relative link, but of the absolute and from this moment, no more links are made.
Which is very irritating to program.
Second problem:
We put submodule folders in 'exclude form build', the compilation works, but in the output window we have errors on unresolved links of files that are excluded.
Which complicates the debugging a lot, because we have a very large number of non-existent errors.
We did the same operation using 'Visual studio Code', the problems are not present



