Quantcast
Channel: MSP low-power microcontroller forum - Recent Threads
Viewing all articles
Browse latest Browse all 22172

RTOS/MSP430F5438A: TI-RTOS for MSP430F5438A - Problems with building driverlibs

$
0
0

Part Number:MSP430F5438A

Tool/software:TI-RTOS

Hello,

I have spend a lot of time trying to get a working TI-RTOS for a MSP430F5438A device. I think I read most of the relevant articles from TI and some forum entries, but I couldn't find a solution. 

My system setting:

CCSV7, TI-RTOS V2.20.00.06

I proceeded the following way (from http://processors.wiki.ti.com/index.php/Creating_TI-RTOS_2.10_Projects_for_Other_MSP430_Devices):

1. Get TI-RTOS for CCS.

2. Edit of tirtos.mak to include my device:

MSP430DEVLIST := MSP430F5529, MSP430F5438A

I also realized, that the path to the compiler was wrong: It was ccsv6 instead of ccsv7

2. CMD-Window:

cd tirtos_msp43x_2_20_00_06

..\xdctools_3_30_04_52\gmake.exe -f tirtos.mak build-ccs-msp430-driverlib

Result that I get:

C:\ti\tirtos_msp43x_2_20_00_06>..\xdctools_3_50_03_33_core\gmake.exe -f tirtos.mak build-ccs-msp430-driverlib
gmake[1]: Entering directory `c:/ti/tirtos_msp43x_2_20_00_06/products/msp430_driverlib_2_70_01_01a'
gmake[2]: Entering directory `c:/ti/tirtos_msp43x_2_20_00_06/products/msp430_driverlib_2_70_01_01a/driverlib'
"Building for MSP430F5438a for the MSP430F5xx_6xx Family"
gmake[3]: Entering directory `c:/ti/tirtos_msp43x_2_20_00_06/products/msp430_driverlib_2_70_01_01a/driverlib'
"making library directory"
  CC    MSP430F5xx_6xx/adc10_a.c
process_begin: CreateProcess(NULL, c:/ti/ccsv7/tools/compiler/ti-cgt-msp430_17.9.0.LTS/bin/cl430 -vmspx --abi=eabi --code_model=large --data_model=restricted -O2 -g -D__MSP430F5438a__ --diag_warning=255 --silicon_errata=CPU21 
--silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal -Ic:/ti/ccsv7/ccs_base/msp430/include -Ic:/ti/ccsv7/tools/compiler/ti-cgt-msp430_17.9.0.LTS/include -IMSP430F5xx_6xx -eo.obj --obj_directory=MSP430F5xx_6xx/ccs/MSP430F5xx_6xx MSP430F5xx_6xx/adc10_a.c, ...) failed. make (e=2): File not found gmake[3]: *** [MSP430F5xx_6xx/ccs/MSP430F5xx_6xx/adc10_a.obj] Error 2 gmake[3]: Leaving directory `c:/ti/tirtos_msp43x_2_20_00_06/products/msp430_driverlib_2_70_01_01a/driverlib' gmake[2]: *** [MSP430F5438a] Error 2 gmake[2]: Leaving directory `c:/ti/tirtos_msp43x_2_20_00_06/products/msp430_driverlib_2_70_01_01a/driverlib' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `c:/ti/tirtos_msp43x_2_20_00_06/products/msp430_driverlib_2_70_01_01a' gmake: *** [build-ccs-msp430-driverlib] Error 2

Could you please recommend an approach for further proceeding.

Regards,

Florian


Viewing all articles
Browse latest Browse all 22172

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>