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.
I was using CCS4 for my project develeopement. But now I have to upgrade that to CCS5. I have to import existing project to CCS5, which I did it susccessfully. My project is divided into three parts, 1> ARM 2>DSP 3> DSP_Sysbios. I was able to buid the DSP and DSP_SYSBios. But While building ARM CCS is asking for .cfg file.
Following is the error generated while building the code.
**** Build Finished ****
Buildfile generation error occurred..
This project does not contain a buildable RTSC Configuration (.cfg) file. In order for it to build, this project must contain one RTSC Configuration file that is not excluded from build.
Build stopped..
If anybody have tried the same, and resolved the issue please let me know.
CSS version : 5
OS : Win7
Hi Sachin,
are you refering to the COVDSP project? Can you provide further details? Have you tried adding a cfg file by going to File->New->RTSC Configuration File?
Best Regards,
Lisa
Yes I did tried that. But In original project with CCS4, the file was not part of the project, but when we imported the project, it started asking the .cfg file.
Does anything to do with setting up the options for my project. Please advice.
HI Sachin,
how did you do the migration? Any details would help. Is the problem project the one that has C instead of CCS? Projects should have a little CCS or RTSC like your others. Any details would help and are necessary.
Best Regards,
Lisa
Hi Lisa,
I have used an options provided by CCS. CCS--> Project-->import existing project.
I had pointed to the directory where I have kept the old CCS project. the project gets populated in CCS after that.
Regards,
Sachin
Hi Sachin,
you need to you the CCS import PRoject->IMport existing CCS/Eclipse project. Please do that and keep us informed.
Best Regards,
Lisa
Hi Lisa,
I have used the same option which you have mentioned. But still I am facing the error posted.
Sachin
HI Sachin,
weI would need further details in order to help you. It might also be good if you would be able to send the project offline. Are you also changing BIOS versions when migrating? Or were you using the same one? If you have used the correct import wizard, one thing to check is that your project has a little RTSC symbol with it. This means it is a BIOS project.
Best Regards,
Lisa
Hi Lisa,
Sorry for late reply.
I had created a new project using CCS option and the same source files. I had changed all the configuration and able to build my code. Thanks for all your help.
But as you have seen I have SysBIOS project also. I am getting following warnings when I build that project.
Warnings:
#warn "The ti.sysbios.ipc.Event module is being deprecated. Please switch to ti.sysbios.knl.Event."
#warn "The ti.sysbios.ipc.Semaphore module is being deprecated. Please switch to ti.sysbios.knl.Semaphore."
This is because of CCS4 to CCS5 transition of the project. How do i get rid of these warnings. If you know please help.
Regards,
Sachin
Hi Sachin,
very happy to hear you are up and running. Thanks for the update and you can safely ignore the warnings. You can diable warnings via
project ->properties->build->xxx Compiler->Advanced options (you may need to enable these in the bottom left)->Diagnostic options. You will see a supress warnings.
All the best with development.
Best Regards,
Lisa