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.

How to reverse a .cfg project to non .cfg project



Hi,

The system is SYS BIOS 6.33.05.46, windows 7.

I create a project as the link: Example 1 - Building and running a simple single core application at: http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide#Example_2_-_Building_and_running_your_first_tasking_application_using_MCSDK_and_BIOS

I accidently add a .cfg file to this folder later. It always looks for .cfg file: 

**** 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..

......

I want to change it back to the original non .cfg project. What can I do to reverse it back? Thanks