Hello I need some help with this issue. I am attempting to build a copy of driverlib for the MSP430F5659. I have Added MSP430F5656 to tirtos.mak and executed the command as in the documentation updated for my directory. I am on xdctools_3_31_01_33_core and tirtos_msp43x_2_14_03_28. I see that the directory is being created in driverlib under tirtos at "C:\ti\tirtos_msp43x_2_14_03_28\products\MSPWare_2_00_00_40c\driverlib" , but the build is failing and no object files are created. As a test i tried to build any version of driverlib by renaming the existing folders and that does not work either.
tirtos.mak:
#
# To build TI-RTOS driver libraries for other MSP430 devices; simply append the
# device names to MSP430DEVLIST (separated by commas)
# MSP430DEVLIST := MSP430F5529,MSP430F5527,MSP430F6459,etc...
#
MSP430DEVLIST := MSP430F5529,MSP430FR5969,MSP430FR6989,MSP430F5659
Command:
"C:\ti\tirtos_msp43x_2_14_03_28>..\xdctools_3_31_01_33_core\gmake.exe -f tirtos.mak drivers"
Log:
C:\ti\tirtos_msp43x_2_14_03_28>..\xdctools_3_31_00_24_core\gmake.exe -f tirtos.m
ak drivers
gmake[1]: Entering directory `c:/ti/tirtos_msp43x_2_14_03_28/products/MSPWare_2_
00_00_40c'
gmake[2]: Entering directory `c:/ti/tirtos_msp43x_2_14_03_28/products/MSPWare_2_
00_00_40c/driverlib'
"Building for MSP430F5529 for the MSP430F5xx_6xx Family"
gmake[3]: Entering directory `c:/ti/tirtos_msp43x_2_14_03_28/products/MSPWare_2_
00_00_40c/driverlib'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `c:/ti/tirtos_msp43x_2_14_03_28/products/MSPWare_2_0
0_00_40c/driverlib'
"Building for MSP430FR5969 for the MSP430FR5xx_6xx Family"
gmake[3]: Entering directory `c:/ti/tirtos_msp43x_2_14_03_28/products/MSPWare_2_
00_00_40c/driverlib'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `c:/ti/tirtos_msp43x_2_14_03_28/products/MSPWare_2_0
0_00_40c/driverlib'
"Building for MSP430FR6989 for the MSP430FR5xx_6xx Family"
gmake[3]: Entering directory `c:/ti/tirtos_msp43x_2_14_03_28/products/MSPWare_2_
00_00_40c/driverlib'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `c:/ti/tirtos_msp43x_2_14_03_28/products/MSPWare_2_0
0_00_40c/driverlib'
"Building for MSP430F5659 for the MSP430F5xx_6xx Family"
gmake[3]: Entering directory `c:/ti/tirtos_msp43x_2_14_03_28/products/MSPWare_2_
00_00_40c/driverlib'
CC MSP430F5xx_6xx/adc10_a.c
process_begin: CreateProcess(NULL, c:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.
3/bin/cl430 -vmspx --abi=eabi --code_model=large --data_model=restricted -O2 -g
-D__MSP430F5659__ --diag_warning=255 --silicon_errata=CPU21 --silicon_errata=CPU
22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal -Ic:/t
i/ccsv6/ccs_base/msp430/include -Ic:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.3
/include -IMSP430F5xx_6xx -eo.obj --obj_directory=ccs-MSP430F5659 MSP430F5xx_6xx
/adc10_a.c, ...) failed.
make (e=2): The system cannot find the file specified.
gmake[3]: *** [ccs-MSP430F5659/adc10_a.obj] Error 2
gmake[3]: Leaving directory `c:/ti/tirtos_msp43x_2_14_03_28/products/MSPWare_2_0
0_00_40c/driverlib'
gmake[2]: *** [MSP430F5659] Error 2
gmake[2]: Leaving directory `c:/ti/tirtos_msp43x_2_14_03_28/products/MSPWare_2_0
0_00_40c/driverlib'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `c:/ti/tirtos_msp43x_2_14_03_28/products/MSPWare_2_0
0_00_40c'
gmake: *** [msp430ware] Error 2
Any Help would be greatly appreciated.
Thanks
Ed