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.

Problems compiling CCSv4

Other Parts Discussed in Thread: CONTROLSUITE

Hello

I'm having a problem compiling the CCSV4, I am a User of MSP430 active, and decided to use the C2000. Acquired Piccolo for future use but I'm not conseguin compile thecode.
I did import the example files controlSUITE, Target created the new all documents like this in the Wiki. But when I complie shows this error below.

"Severity and Description Path Resource Location Creation Time Id

This project was created using a version of Code Generation tools that is not currently installed: 5.2.2 [C2000]. Please install the Code Generation tools of this version, or migrate the project to one of the supported versions. BlinkingLED properties 1315193267826 124 "

Would anyone help me podeira.
graciously

Rodrigo Rodrigues

 

  • Rodrigo,

    I actually ran into this issue a few days ago as well.  This error is stating that your project is expecting to use a version of the compiler (Code Generation Tools) that does not exist on your computer.

    To resolve the issue you can either

    1) find version 5.2.2 of the Code Generation Tools and install it
    OR
    2) update the project to use a different version of Code Generation Tools

    To do the second option, which is probably easier, click "View->C/C++ Projects", right-click on the project name in the "C/C++ Project" subwindow that should have just came up, and select "Properties".  In the new window, choose "CCS Build" from the left-side menu and then change the Code Generation tools to a different version (one that you have installed on your machine).





    Thank you,
    Brett

  • Hello Brett Larimore

    Thanks for the help, but now is giving error with # include "PeripheralHeaderIncludes.h" I'm trying to find the header file in the folder of controlSUITE.

    Thank you very much

  • Rodrigo,

    If you are using an example project that was created by TI, all needed files should be already be linked into the project.  Ideally, all you would need to do is import the project into CCS, compile and run the project.

    The PeripheralHeaderIncludes.h file can be found in
    C:\TI\controlSUITE\development_kits\~SupportFiles\F28??x_headers\
    (where ?? is the name of the specific device family you are using)



    Thank you,
    Brett

  • Select your project in the projecttree with right-click. Or select all projects in the tree.

    Then do a right click and select: Source -> Upgrade Code-generation Tools Version...

    Under Tools your current version for CCS4.2.4 should be listed as: TI v6.0.1

    Apply this to all build configurations.