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
I have tried to follow the instructions here: http://processors.wiki.ti.com/index.php/Source_control_with_CCS
My .gitignore file looks like this:
# processors.wiki.ti.com/.../Source_control_with_CCS .config/ .launches/ .xdchelp Debug/ Release/
I have been having problems with the "src" folder. When downloading someone's code from the "repo" I have to delete this folder or else I get these errors:
The "src" directory that contains the SYS/BIOS objects and libraries does not need to be checked into source control, it will get regenerated during build.
However, if for some reason you have an issue/conflict with the name of the folder, there is a way to rename/relocate that folder, as per this FAQ.
Thank you! I have added the "src" folder to gitignore, hopefully no more errors!