Hello, I am just starting to use CCS and TIVA.
I am interested on TI_RTOS so I have downloaded TI_RTOS_Guide1.10 and I am trying to build the first application for a Launchpad EK-TM4C123GXL.
The first example is just a empty project.....so not a real application...but I have the following problem:
It is like something is missing or not connected...Probably a very simple thing that I am missing....
Any Idea?
**** Build of configuration Debug for project modestone1 ****
"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building file: ../empty.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_25_00_48/xs" --xdcpath="C:/ti/tirtos_1_10_00_23/packages;C:/ti/tirtos_1_10_00_23/products/bios_6_35_01_29/packages;C:/ti/tirtos_1_10_00_23/products/ipc_1_25_03_15/packages;C:/ti/tirtos_1_10_00_23/products/ndk_2_22_03_20/packages;C:/ti/tirtos_1_10_00_23/products/uia_1_03_00_02/packages;C:/ti/ccsv5/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.stellaris:TM4C123GH6PM -r debug -c "C:/ti/ccsv5/tools/compiler/arm_5.0.4" --compileOptions "-g --optimize_with_debug" "../empty.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring empty.xem4f from package/cfg/empty_pem4f.cfg ...
js: "C:/ti/xdctools_3_25_00_48/packages/xdc/cfg/Main.xs", line 46: XDC runtime error: can't find the library 'lib/Boot.aem4f' specified by package ti.catalog.arm.cortexm4.tiva.ce. It wasn't found along the path 'C:/ti/tirtos_1_10_00_23/packages;C:/ti/tirtos_1_10_00_23/products/bios_6_35_01_29/packages;C:/ti/tirtos_1_10_00_23/products/ipc_1_25_03_15/packages;C:/ti/tirtos_1_10_00_23/products/ndk_2_22_03_20/packages;C:/ti/tirtos_1_10_00_23/products/uia_1_03_00_02/packages;C:/ti/ccsv5/ccs_base;C:/ti/xdctools_3_25_00_48/packages;..;'.
gmake.exe: *** [package/cfg/empty_pem4f.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/empty_pem4f.xdl'
gmake.exe: *** [package/cfg/empty_pem4f.xdl] Deleting file `package/cfg/empty_pem4f.h'
gmake.exe: *** [package/cfg/empty_pem4f.xdl] Deleting file `package/cfg/empty_pem4f.c'
js: "C:/ti/xdctools_3_25_00_48/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** [configPkg/compiler.opt] Error 1
gmake: Target `all' not remade because of errors.
empty_pem4f.oem4f,copy : package/cfg/empty_pem4f.oem4f
empty_pem4f.sem4f,copy : package/cfg/empty_pem4f.sem4f
$(XDCCFGDIR)%.c $(XDCCFGDIR)%.h $(XDCCFGDIR)%.xdl: $(XDCCFGDIR)%.cfg .interfaces $(XDCROOT)/packages/xdc/cfg/Main.xs
**** Build Finished ****