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/TMS320F280049C: CCS/TMS320F280049C

Part Number: TMS320F280049C
Other Parts Discussed in Thread: POWERSUITE, C2000WARE

Tool/software: Code Composer Studio

Hi,

I am new to CCS and I am getting the following error when I debug my code.

pfc3phvienna_F28004x/subdir_rules.mk:23: recipe for target 'build-2132799855' failed
Invalid argument '--product': No product with name "powerSUITE" and version "3.00.00.00" found
gmake: *** [build-2132799855] Error 1
gmake: Target 'all' not remade because of errors.

What does the error means and what do I need to fix it?

Thank you,

Neguse,

  • Neguse,

    The error message means that the project requires a software package called "powerSUITE" of version 3.00.00.00.  CCS is not able to find that so it gives you the error.

    What version of CCS are you using?

    How are you importing the project?

    I am running the latest CCSv10.0.0.

    If I import this project from Resource Explorer I can see that the project is part of the C2000Ware Digital Power SDK.  By going here and clicking on the "Import F280049C Project" button it imports the project into my workspace.  If I don't have the SDK installed it allows me to install it.

    Aternatively I can import the project from the Project menu in CCS by selecting "Import CCS Projects" and browsing to it.

    Either way after importing the project I was able to build it.

    When I look at the project properties I can see that it is dependent on "C2000Ware_DigitalPower_SDK" 3.00.00.00.

    I am guessing that maybe you are on an old version of CCS and that a newer version is needed for this project.

    I would suggest using CCSv10 and importing the project via Resource Explorer.

    Regards,

    John