Tool/software: Code Composer Studio
Hi all,
I want to add some paths to my project so that I can use a path relative to the linked resource path when specifying header files in my .c files. For example, if my header file lives in /Applications/ti/audiofolder/source/ti/audio/audio.h, I would like to include /Applications/ti/audiofolder/source as a linked resource and specify a #include <ti/audio/audio.h> in my .c files.
I went to Project->Properties->Resource->Linked Resources->Path Variables, and added the path '/Applications/ti/audiofolder/source' with name such as AUDIO_SOURCE. I was then able to see AUDIO_SOURCE in the path variables with the specified path. I said 'Apply and Close', and opened the Project->Properties->Resource->Linked Resources->Path Variables to check if it had been saved, and it had not been saved.
Please advise me on how to add a linked resource and have it be saved.
Warm regards,
Samyukta