Hi,
I'm using CCS 10 with SimpleLink MSP432P4 SDK. I am having issues with spaces in the path, please find an example workspace attached./cfs-file/__key/communityserver-discussions-components-files/81/Folder-Space.zip
My workspace is located in a folder that contains a space in the name ("Folder Space").
That folder contains the empty TI-RTOS example project from SimpleLink MSP432P4 SDK, and a src fodler with my code and IQmath libbrary
When I place some libraries (IQMath in the example) in a src folder at workspace level, and add the src folder to the empty project as a linked folder, the linker fails due to the space in the name, it cannot find the .a files that tries to link automatically. (see attached image below)
However, if I place the IQmath library in a non linked folder inside the project, it builds correctly.
I went to Project Properties -> Resource -> Linked resources -> Linked Resources tab and tried many different combinations of the field "Location" for src, placing quotation marks and so on, but I had the same error result.
Is there a way to specify there this linked folder location so it can work in folders with spaces in the name? (removing the space is not an option)
Many thanks,
Álvaro