Tool/software: Code Composer Studio
When we debug, the CCS generate files with .MAP and .PP postfix. Can I edit the path of these files? How can I change the path in CCS3.3 and CCS6.0?
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
When we debug, the CCS generate files with .MAP and .PP postfix. Can I edit the path of these files? How can I change the path in CCS3.3 and CCS6.0?
In CCS6 , right click on the project in the project view and choose "Properties".
A window will pop up. Choose ARM Linker -> Basic options you will be able to choose the location of the output file, the.map and .pp files by defining the path. For example "${PROJECT_ROOT}/${ProjName}.map".
In CCS3, right click on the project in the project view and choose "Build Options".
A window will pop up. Choose theLinker Tab and then- under Category choose "Basic".
You will be able to choose the location of the output file, the .map and .pp files by defining the path. For example ".\cyclone.map".