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.

Rebuilding MSP430Ware's driverlib for TI-RTOS and Drivers for MSP4306779

Hello All,

   I use windows 7 machine with CCSv6.0 to rebuild the RTOS  driverlib for MSP4306779. But I encounter an error like the following:

   

cle430X wifi/WiFiMSP430CC3000.c ...
"c:/ti/tirtos_msp430_2_00_02_36/packages/ti/drivers/SPI.h", line 216: error: ide
ntifier "USCI_B_SPI_CLOCKPOLARITY_INACTIVITY_LOW" is undefined
"c:/ti/tirtos_msp430_2_00_02_36/packages/ti/drivers/SPI.h", line 216: error: ide
ntifier "USCI_B_SPI_PHASE_DATA_CHANGED_ONFIRST_CAPTURED_ON_NEXT" is undefined
"c:/ti/tirtos_msp430_2_00_02_36/packages/ti/drivers/SPI.h", line 217: error: ide
ntifier "USCI_B_SPI_PHASE_DATA_CAPTURED_ONFIRST_CHANGED_ON_NEXT" is undefined
"c:/ti/tirtos_msp430_2_00_02_36/packages/ti/drivers/SPI.h", line 218: error: ide
ntifier "USCI_B_SPI_CLOCKPOLARITY_INACTIVITY_HIGH" is undefined
4 errors detected in the compilation of "wifi/WiFiMSP430CC3000.c".

>> Compilation failure
gmake[1]: *** [package/lib/lib/instrumented/wifi_singlethread_MSP430F6779/./wifi
/WiFiMSP430CC3000.oe430X] Error 1
xdctools_3_30_01_25_core\gmake.exe: *** [packages/ti/drivers,.libraries] Error 2

gmake: *** [drivers] Error 2

can someone give some hints on this?

We have some discussion on threads on http://e2e.ti.com/support/embedded/tirtos/f/355/t/356238.aspx

Thanks