2023-02-21 4:34 PM
If anyone is familiar with Code Composer IDE, CCS allows me to add files to a project as links. If this is not possible, perhaps you might have suggestions of how to share common code files between projects without replicating the common code.
Solved! Go to Solution.
2023-02-22 8:49 AM
So there is a way to work within IDE. Under File select Import, under General select File System, then select Advanced, select "create links", then setup your 'from Directory' and 'Into Folder' fields. One or more files/or folders can be then be linked.
2023-02-21 4:47 PM
CubeIDE is based on Eclipse, exactly as the CCS. So, linked files and folders work in CubeIDE exactly as in CCS.
2023-02-21 5:40 PM
So CCS provides a menu item to add files as links from within the IDE. That is what I am asking, can I add files as links from within Cube IDE or do I need create the links outside the IDE using Windows?
2023-02-22 8:49 AM
So there is a way to work within IDE. Under File select Import, under General select File System, then select Advanced, select "create links", then setup your 'from Directory' and 'Into Folder' fields. One or more files/or folders can be then be linked.
2025-03-17 2:09 PM
I have gotten this to work, but one of the files I have linked to my project is an include file. When I try to make the project I get an error saying that the .h file does not exist. I tried adding a path to the project as seen in the following screen capture, but it appears that the compiler is not taking the file link. How can this be resolved?
2025-03-17 2:27 PM
I discovered the solution. You need to select File System instead of Workspace when creating the path