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.

RTOS/EK-TM4C1294XL: Migrating project to a new computer. How to update version of TI-RTOS used in project?

Part Number: EK-TM4C1294XL
Other Parts Discussed in Thread: CC3100

Tool/software: TI-RTOS

Hi all,

I'm attempting to move a project to a new computer. The new computer is running CCS7 and I've installed TI-RTOS for Tiva-C version 2.16.01.14 with XDC Tools version 3.32.01.22. The previous computer was running some version of CCS6 and TI-RTOS version 2.14.0.10. I was hoping to update the RTOS version used for this project so it'll work on the new computer (without having to use the older version of RTOS). However, I've been unable to find any way to go about this.

Right now, when I attempt to build the project, I get the follow errors/warnings.

Errors:

  • Product 'com.ti.rtsc.TIRTOStivac' v2.14.0.10 is not currently installed and no compatible version is available. Please install this product or a compatible version. TM4C_Receiver TM4C_Receiver Problems

Warnings:

  • Invalid project path: Include path not found (C:\CCS_Workspace\workspace_v6_0\TM4C_Receiver). TM4C_Receiver pathentry Path Entry Problem
  • Invalid project path: Include path not found (C:\ti\ccsv6\tools\compiler\ti-cgt-arm_15.9.0.STS\include). TM4C_Receiver pathentry Path Entry Problem
  • Invalid project path: Include path not found (C:\ti\tirtos_tivac_2_14_00_10\packages\ti\drivers\wifi\cc3100\Simplelink). TM4C_Receiver pathentry Path Entry Problem
  • Invalid project path: Include path not found (C:\ti\tirtos_tivac_2_14_00_10\packages\ti\drivers\wifi\cc3100\Simplelink\Include). TM4C_Receiver pathentry Path Entry Problem
  • Invalid project path: Include path not found (C:\ti\tirtos_tivac_2_14_00_10\products\ndk_2_24_03_35). TM4C_Receiver pathentry Path Entry Problem
  • Invalid project path: Include path not found (C:\ti\tirtos_tivac_2_14_00_10\products\ndk_2_24_03_35\packages\ti\ndk\inc). TM4C_Receiver pathentry Path Entry Problem
  • Invalid project path: Include path not found (C:\ti\tirtos_tivac_2_14_00_10\products\ndk_2_24_03_35\packages\ti\ndk\inc\bsd). TM4C_Receiver pathentry Path Entry Problem
  • Invalid project path: Include path not found (C:\ti\tirtos_tivac_2_14_00_10\products\TivaWare_C_Series-2.1.1.71b). TM4C_Receiver pathentry Path Entry Problem

Does anyone have any suggestions? If there's no other way, I could use the older version of RTOS, but I'd prefer not to. Also, I wasn't sure if this should be in this forum or the CCS forum, so just let me know if I should move it.

Thanks.

- Tyler

  • You should be able to use the new 2.16.01.14 TI-RTOS product.

    It seems that all your errors result from trying to use a project that was created with CCSv6 and TI-RTOS 2.14, and references to those things are still sprinkled throughout. I would suggest that instead of copying the project, you recreate it under CCSv7 and TI-RTOS 2.16.

    Also, note the reference to workspace_v6_0. That is probably not your workspace for CCSv7.

    Regards,
    - Rob