Tool/software: Code Composer Studio
Code composer question:
I have a bunch of *.c, *.h files I'd like to add to the CCS build. I'd like to create a Folder linked to another folder somewhere else.
I draged and dropped a folder onto the project and told the UI to link it to another folder. I tried building and failed because it could not find the header files required by some other C files.
I basically followed the instructions per link. How do I add a folder that is LINKED not copied and doesn't fail to build because it doesn't seem to use the linked folder.
Is this even possible?