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.

CCS/TMS320DM6435: CCS7 Project Import Problem

Part Number: TMS320DM6435

Tool/software: Code Composer Studio

Hello

I try to import a static library project in CCS7 which works fine under CCS6, but the import fails (see dialog) and I get an empty project file in project explorer.

Problem are the following entry:

<listOptionValue builtIn="false" value="OUTPUT_TYPE=bios5Application:rtscApplication:staticLibrary"/>

If I remove it, or I change it to:

<listOptionValue builtIn="false" value="OUTPUT_TYPE=staticLibrary"/>

I can import the project.

Problem here is, if I import this project against under CCS6 and I change the compiler version, it will create the "bios5Application:rtscApplication:staticLibrary"

again and I can't reimport it under CCS7.

Can you fix the import problem under CCS7?

Thanks and regards

Thomas