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.

TO-RTOS, can't find non-instrumented GPIO lib?

Other Parts Discussed in Thread: MSP430WARE, MSP430F5638

Trying to start my first TI-RTOS project and all is not well.  I wanteds to add the non-instrumnted GPIO librries, ito app.cfg it went via the GUI, but on building:

*** Build of configuration Debug for project Testing_002 ****

"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k all 
'Building file: ../app.cfg'
'Invoking: XDCtools'
"c:/ti/xdctools_3_30_01_25_core/xs" --xdcpath="C:/ti/tirtos_msp430_2_00_02_36/packages;C:/ti/tirtos_msp430_2_00_02_36/products/bios_6_40_02_27/packages;C:/ti/tirtos_msp430_2_00_02_36/products/uia_2_00_01_34/packages;c:/ti/ipc_1_24_02_27/packages;C:/ti/msp430/MSP430ware_1_90_00_30/driverlib/packages;c:/ti/ccsv6/ccs_base;C:/ti/msp430/MSP430ware_1_90_00_30/driverlib/packages;C:/ti/msp430/MSP430ware_1_90_00_30/driverlib;" xdc.tools.configuro -o configPkg -t ti.targets.msp430.elf.MSP430X -p ti.platforms.msp430:MSP430F5638 -r release -c "c:/ti/ccsv6/tools/compiler/msp430_4.3.3" --compileOptions "-g --optimize_with_debug" "../app.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring app.xe430X from package/cfg/app_pe430X.cfg ...
generating custom ti.sysbios library makefile ... 
generating custom ti.sysbios.family.msp430 Hwi stubs ... 
js: "C:/ti/xdctools_3_30_01_25_core/packages/xdc/cfg/Main.xs", line 47: XDC runtime error: can't find the library 'lib/nonInstrumented/gpio_MSP430F5638.ae430X' specified by package ti.drivers.  It wasn't found along the path 'C:/ti/tirtos_msp430_2_00_02_36/packages;C:/ti/tirtos_msp430_2_00_02_36/products/bios_6_40_02_27/packages;C:/ti/tirtos_msp430_2_00_02_36/products/uia_2_00_01_34/packages;C:/ti/ipc_1_24_02_27/packages;C:/ti/msp430/MSP430ware_1_90_00_30/driverlib/packages;C:/ti/ccsv6/ccs_base;C:/ti/msp430/MSP430ware_1_90_00_30/driverlib;c:/ti/xdctools_3_30_01_25_core/packages;..;'.
gmake.exe: *** [package/cfg/app_pe430X.xdl] Error 1


..seems the non-instrumented library isn't there.  I'm sure I'm missing something here...

All help appreciated!

Ed Averill