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
Everytime i add files to a project code composer add AM57xx_C66.cmd file, and then project doesn't compile, but i'm using app.cfg, i always need to "exclude from build" the cmd file? i searched the forum and searched the preferences of project to turn off this. Can you help?
Hello Vadim,
Vadim Malinovsky said:Everytime i add files to a project code composer add AM57xx_C66.cmd file
To clarify, everytime you add another source file to your project, CCS will automatically add an AM57xx_C66,cmd file?
I have not seen that behavior before. So you have any other cmd files in your project (besides the one generated by SYS/BIOS)?
Thanks
ki
Yes you are correct.
No other cmd file in project and also the project uses .cfg file, and i don't want in addition to .cfg file also a cmd file.
Hmmm.. that is fairly old version. Any chance you can upgrade your CCS version?
In any case, I did try with CCS 7.4.0. But I was still unable to reproduce the issue. What versions of xdctools and SYS/BIOS are being used with the project?
Thanks
ki
Yes, the project is a fork of NIMU example, and i have warning of ,
Description Resource Path Location Type
This project was created with a newer version of Code Composer Studio - v7.4.0. It is recommended that you upgrade to v7.4.0, or newer version of Code Composer Studio, to ensure optimal compatibility. NIMU_attempt project Problems
But i use it with CCS 7.2, let me check if it's really the issue. Thanks.