Tool/software: Code Composer Studio
All, good day.
I am unable to compile my C2000 code. I have used the same lab file I found in the workshop series (https://training.ti.com/c2000-f2837xd-microcontroller-workshop?context=1137791-1137781) and started manipulating the code to make it compatible with my project. I was basically trying to sync the folder with a remote repository by terminal manipulations. The git repository I am connecting to, is also written by editing the same lab example file. The file compiles on the local repository properly but fails to compile when I just copy all the files from that remote repo (having the copy that works) into my computer's same lab file. I have absolutely no clue as to why this is happening.
The error message reads:
gmake: *** [new_dc-dc-node_firmware/cpu01/F2837xD_Adc.obj] Error 1
gmake: Target 'all' not remade because of errors.
I have attached the file structure and the project properties window for your reference.
The following is my folder structure. The git, whenevr it clones the repo, generates cpu01 file within another folder. Dont know if that is a problem.
The project properties pane is shown below:
I'd appreciate any help regarding this matter.
Thank you.
-Kartikeya

