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.

Platform not supported by TI-RTOS currently



Hi,

I have the Tiva DK-TM4C129X and I am attempting to compile a project that was already started.  This project compiles for others but I cannot compile it.  I can compile example projects in Tivaware and load them to my board or I can start my own project and it will compile.  Therefore, I know I have the correct version of TI-RTOS, the correct version of ndk, uia, xdctools, etc.  However, even after weeks of frustration, I continue to get the following error:

#35#error directive: This platform is not supported by TI-RTOS currently.

This error condition can be found in ENV.h which is located in the ti/tirtos_tivac_2_00_01_23/packages/ti/drivers/ folder.

And as you can see from the file path specified, the TI-RTOS version I am using is 2.00.01.23.

Does anyone have any idea why I am getting this error? 

Any help is very much appreciated.  If anyone needs more information, let me know.  Thanks!!!

  •  Hi Jason, from your writing you are able to compile examples so CCS appear to be correctly installed.

     Anyway, some details are missing so please add these details:

     OS platform :

     CCS version:

     How your project got initialized

     

    Jason Donnell said:
    I have the Tiva DK-TM4C129X and I am attempting to compile a project that was already started.  This project compiles for others but I cannot compile it.

     This is your project or imported from someone other?

     If from someone please also specify how you imported to workspace.

  • Roberto,

    I have tried two different operating systems - Windows 7 and Ubuntu 12.04LTS.  In Windows 7, I have many errors and could not get the project to compile.  In Ubuntu, I got most of the errors corrected except for the one that I specified so, we are working with Ubuntu 12.04 in this thread.

    I have am using CCS 6.0.

    The project got initialized by a colleague who started the project in Windows 7 and who continues to modify and add functionality to the project.  Then another colleague has been able to compile the project as well - and this person has compiled the project in Windos 7 as well as Ubuntu 12.04.  Then there is me and I cannot compile it and I see no obvious reason why I am getting the mentioned error regarding hardware support.

    Yes, the project is imported into CCS and I downloaded it using git.  I imported it by right clicking in Project Explorer, Import, and browsed to the project.

     

  • Jason Donnell said:
    Does anyone have any idea why I am getting this error? 

    That error if reported by ENV.h if none of the predefined symbols for supported platforms are defined in the project.

    For a TI-RTOS project for a Tiva device TIVAWARE should be a pre-defined name in the CCS Project Properties, which is a supported platform for ENV.h: