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!
I'm trying to implement the CLA for a motor controller but when I build the project I keep getting "Memory range has already been specified" for different variables such as ADCC, ADCC_RESULT, ADCD etc... I get over 100 errors... Previously I had some issues with including libraries so I copied the ones in Properties -> Build -> C2000 Linker -> File Search Path from another CLA example project from ControlSuite/C2000ware. These are I'm thinking maybe these command files specify the same memory space so they overlap, I don't know.
Hope you can help me fix this issue!
Hi,
Look like the cmd file is getting included twice. You have it in include path and may be also in the project. When you expand the project in CCS project view, do you see the cmd file there as well.
Regards,
Vivek Singh
and when I keep the search path but delete the cmd file in project manager I get the error " symbol"..." redefined: first defined in "...""
No these are not defined in the linker, should they? I can't find any header file with the declarations of these variables. It's weird because the example projects from ControlSuite build well but they got the same headers and includes....