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