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.

example imported from ControlSuite - various warnings - F28069

Other Parts Discussed in Thread: CONTROLSUITE


Hi all

I am working with F28069 experimenter kit and was trying to load "FlashingLeds-F28069" project from ControlSuite 3.3.4 to CCS 6.1.0
I am having these warnings (Please see the screenshot below):

How do I overcome these warning?
Futhermore the following error occurs too: "Unrecognized product of type 'com.ti.rtsc.XDAIS' is required by project 'FlashingLeds-F28069'" 
I red that I can ignore it and go on to build. Doesn't the project need it in this case too?
Thanks a lot in advance.

Kind regards,

Emilio

  • Emilio%20Sirignano said:
    Futhermore the following error occurs too: "Unrecognized product of type 'com.ti.rtsc.XDAIS' is required by project 'FlashingLeds-F28069'" 

    I get this same message when importing the project into CCS 6.1, but as you noted this warning can be ignored.

    I did not get the other warnings about the include paths. My Problems view is below.


    The extra warnings you see are likely because the variables referenced in the compiler paths are not resolved correctly for you. My compiler include paths look like this (Project Properties->Build->Compiler->Include Options) and the variables are defined as shown below. Please check these settings in your case.

    Just FYI, these paths should get resolved properly during import. I would suggest opening a new workspace and importing the project again from C:\ti\controlSUITE\development_kits\TemplateProjects\FlashingLeds-F28069_v1.0.

  • Hello AartiG,

    Thanks a lot for your suggestions, I understood the issue: I copied the project folder from ControlSuite to my Desktop and imported from there.

    Now I have only this warning regarding the compiler version but I think it can be ignored...right?

    ---> "This project was created using a version of compiler that is not currently installed: 5.2.6 [C2000]. Another version of the compiler will be used during build: 6.4.6. [...]"

    Thanks,

    kind regards,

    Emilio



  • Emilio%20Sirignano said:
    Now I have only this warning regarding the compiler version but I think it can be ignored...right?

    Yes, it is ok to ignore this warning.