Part Number: MSP432E401Y
Other Parts Discussed in Thread: MSP-EXP432E401Y,
Tool/software: TI-RTOS
Hi All,
I have MSP-EXP432E401Y evaluation board and I tried to run sample code on this and it works fine.
Now I am trying to create one new RTOS based project in CCS Version: 8.3.0.00009 , xdctool "xdctools_3_51_02_21_core", and "tirtos_msp43x_2_20_00_06".
I have referred "TI-RTOS Kernel (SYS/BIOS) User's Guide" document (Section 2) for creating new project. But I am getting below error while building project, any help will be appreciated...
**** Build of configuration Debug for project aaa ****
"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 4 all -O
Building file: "../aaa.cfg"
Invoking: XDCtools
"C:/ti/xdctools_3_51_02_21_core/xs" --xdcpath="C:/ti/simplelink_msp432e4_sdk_3_10_00_11/source;C:/ti/simplelink_msp432e4_sdk_3_10_00_11/kernel/tirtos/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.msp432:MSP432E401Y -r debug -c "C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS" "../aaa.cfg"
configuring aaa.xem4f from package/cfg/aaa_pem4f.cfg ...
subdir_rules.mk:12: recipe for target 'build-1718179921-inproc' failed
js: "C:/ti/simplelink_msp432e4_sdk_3_10_00_11/kernel/tirtos/packages/ti/targets/linkUtils.xs", line 84: xdc.services.global.XDCException: xdc.FILE_NOT_FOUND: can't locate file 'ti/targets/rts6000/link.xdt' along the path: C:\ti\simplelink_msp432e4_sdk_3_10_00_11\kernel\tirtos\packages\ti\platforms\msp432;C:/ti/simplelink_msp432e4_sdk_3_10_00_11/source;C:/ti/simplelink_msp432e4_sdk_3_10_00_11/kernel/tirtos/packages;C:/ti/xdctools_3_51_02_21_core/packages;..;
"C:/ti/simplelink_msp432e4_sdk_3_10_00_11/kernel/tirtos/packages/ti/platforms/msp432/linkcmd.xdt#93(eval)", line 1
"C:/ti/simplelink_msp432e4_sdk_3_10_00_11/kernel/tirtos/packages/ti/platforms/msp432/linkcmd.xdt", line 93
"C:/ti/simplelink_msp432e4_sdk_3_10_00_11/kernel/tirtos/packages/ti/platforms/msp432/linkcmd.xdt", line 134
xdctools_3_51_02_21_core\gmake.exe: *** [package.mak:202: package/cfg/aaa_pem4f.xdl] Error 1
xdctools_3_51_02_21_core\gmake.exe: *** Deleting file 'package/cfg/aaa_pem4f.xdl'
xdctools_3_51_02_21_core\gmake.exe: *** [package/cfg/aaa_pem4f.xdl] Deleting file 'package/cfg/aaa_pem4f.h'
xdctools_3_51_02_21_core\gmake.exe: *** [package/cfg/aaa_pem4f.xdl] Deleting file 'package/cfg/aaa_pem4f.c'
js: "C:/ti/xdctools_3_51_02_21_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[1]: *** [build-1718179921-inproc] Error 1
subdir_rules.mk:9: recipe for target 'build-1718179921' failed
gmake: *** [build-1718179921] Error 2
gmake: Target 'all' not remade because of errors.
**** Build Finished ****




