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.

Compiler/CCSTUDIO: Import CCS3 project (using tms470 v4.1.4) from CCS9.3.0

Part Number: CCSTUDIO

Tool/software: TI C/C++ Compiler

Hi experts,

 - I tried to import CCS3 projects from CCS9.3, but I encounter err shown below. How can I fix it?

 - Is there any document or anything needs to be noticed when I tried to import CCS3.x project?

Thank you,

Jackw

  • Jack Wang said:
    - I tried to import CCS3 projects from CCS9.3, but I encounter err shown below. How can I fix it?

    The error you are encountering is a build error. Were there any errors during project import? 

    Please provide these additional details to help us understand the problem better:

    - save the CCSv9 build log to a text file and attach it here (procedure to save build log is here)
    - attach the CCS 3.3 .pjt file so we can have a look at the original build options
    - does the project contain a mix of assembly and C source files?

  • Hi AartiG,

     - I captured the screen while I'm doing the import, see if this can help. Video link here. (Edited due to Video privacy changed to "Anyone with the link". From private.)

     - CCS3 project and build log are attached. Log Pjt

     - Yes. The project contains mix of assembly and C source file.

    Thanks for the help.

  • Jack Wang said:
    - CCS3 project and build log are attached. Log Pjt

    Unfortunately we are not able to access Google drives from inside the company network. Could you please attach those files directly to the thread here using the "Insert File" icon?

    Looking at the video I can tell that the issue is because of the ABI (application binary interface) issues. Compiler version 4.1.4 is about 14 years old and the compilers have gone through a few different support levels for ABI since then. It looks like your original CCSv3 project is designed for tiabi, but for some reason that is causing problems in CCSv9.

    Did your original CCS v3 project use version 4.1.4 of the compileras well and was the build successful in CCSv3?