Hello,
I use windows 7 and have installed CCSv6.0 with TI RTOS tirtos_msp430_2_00_02_36, but when I follow the instructions in http://processors.wiki.ti.com/index.php/Creating_TI-RTOS_Projects_for_Other_MSP430_Devices to rebuild the drivers, it gives me errors like:
cle430X GPIO.c ...
"c:/ti/tirtos_msp430_2_00_02_36/packages/ti/drivers/ENV.h", line 273: fatal erro
r: #error directive: This platform is not supported by TI-RTOS currently.
1 catastrophic error detected in the compilation of "GPIO.c".
Compilation terminated.
>> Compilation failure
gmake[1]: *** [package/lib/lib/instrumented/gpio_MSP430F6779/GPIO.oe430X] Error
1
xdctools_3_30_01_25_core\gmake.exe: *** [packages/ti/drivers,.libraries] Error 2
gmake: *** [drivers] Error 2
Does it mean msp430F6779 is not supported by TI RTOS now? I have read an example in the 2.0 manual in section (8.2 Rebuilding MSP430Ware's driverlib for TI-RTOS and Its Drivers) which lists msp430F6779, but I don't know why it is not working .