This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi all,
I am using CCS with a CC3235SF Launchpad and there is an annoying bug that might be in other places too. I am referring to the Project->Properties->Build->ARM Linker -> Search File Path form.
There is a problem when trying to remove a library or a search path entry. When pressing the "Delete" icon, instead of removing the selected ones,it removes all of the entries. If you apply the changes
then you've lost your entries, thus it is not a data binding or any other problem of the list component. I've confirmed this problem in different projects. I am running the Linux version on a 64-bit Ubuntu 20.04 VM
although I am sure since it is Java and Eclipse-based, the problem is most probably in all of the other versions.
Thanks
George
George,
This issue will be fixed in our CCSv10.2.0 release in December. Interestly it seems to be specific to Linux.
https://sir.ext.ti.com/jira/browse/EXT_EP-9678
Regards,
John
Thank you for your swift reply! :-)
I guess I will install it on a Windows partition for the moment.
Best Regards,
George
Thank you John, I'll try the traditional way although it will be a very long line, except if I can run an inline script to fetch the libraries and the the paths from a file :-)
Best Regards
George
The workaround on https://sir.ext.ti.com/jira/browse/EXT_EP-9678 says:JohnS said:I don't have my linux machines at the moment but you could try editing the paths here instead by clicking on the edit flags button at the bottom right.
I just tried that work-round with CCS 10.0 under Linux and it worked.In project Properties dialog, click "Show advanced settings", then go to "C/C++ Build > Settings" and use that to edit the build options.