Hello TI-RTOS-Experts,
Because I wanted to try the new SPI support in TI-RTOS for concerto devices, I downloaded CCSv5.4 and TI-RTOS_1_10_00_23.
I didn't want to ruin my current CCSv5.3 installation (has happened to me with previous ccs updates..), so I installed this new installation to "C:\ti_ccs54\". I don't think this should do any harm..?
When I started CCS, new products were discovered and everything, and then I created a new "Empty TI-RTOS Project" from the New-Project-Wizard. I didn't make any changes, and just clicked on "Build", and I got this output at console:
**** Build of configuration Debug for project m3 **** "C:\\ti_ccs54\\ccsv5\\utils\\bin\\gmake" -k all 'Building file: ../empty.cfg' 'Invoking: XDCtools' "C:/ti_ccs54/xdctools_3_25_00_48/xs" --xdcpath="C:/ti_ccs54/tirtos_1_10_00_23/packages;C:/ti_ccs54/tirtos_1_10_00_23/products/bios_6_35_01_29/packages;C:/ti_ccs54/tirtos_1_10_00_23/products/ipc_1_25_03_15/packages;C:/ti_ccs54/tirtos_1_10_00_23/products/ndk_2_22_03_20/packages;C:/ti_ccs54/tirtos_1_10_00_23/products/uia_1_03_00_02/packages;C:/ti_ccs54/ccsv5/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.concertoM3:F28M35H52C1 -r release -c "C:/ti_ccs54/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.xem3 from package/cfg/empty_pem3.cfg ... js: "C:/ti_ccs54/xdctools_3_25_00_48/packages/xdc/cfg/Main.xs", line 46: XDC runtime error: can't find the library 'lib/Boot.aem3' specified by package ti.catalog.arm.cortexm3.concertoInit. It wasn't found along the path 'C:/ti_ccs54/tirtos_1_10_00_23/packages;C:/ti_ccs54/tirtos_1_10_00_23/products/bios_6_35_01_29/packages;C:/ti_ccs54/tirtos_1_10_00_23/products/ipc_1_25_03_15/packages;C:/ti_ccs54/tirtos_1_10_00_23/products/ndk_2_22_03_20/packages;C:/ti_ccs54/tirtos_1_10_00_23/products/uia_1_03_00_02/packages;C:/ti_ccs54/ccsv5/ccs_base;C:/ti_ccs54/xdctools_3_25_00_48/packages;..;'. gmake.exe: *** [package/cfg/empty_pem3.xdl] Error 1 gmake.exe: *** Deleting file `package/cfg/empty_pem3.xdl' gmake.exe: *** [package/cfg/empty_pem3.xdl] Deleting file `package/cfg/empty_pem3.h' gmake.exe: *** [package/cfg/empty_pem3.xdl] Deleting file `package/cfg/empty_pem3.c' js: "C:/ti_ccs54/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. **** Build Finished ****
Then, I tried the demo-application from the Resource-Explorer: the same error. Then, I tried my own custom project: With the old TI-RTOS-version it has no errors, but when I change the includes to the new verison, I get the same errors.
Then, I tried downloading the file "Boot.aem3" from somewhere in the Internet. I found some version of it, and copied it in the desired directory. Then my console output said, that some other libraries were missing, too.
What can I do? Thank you very much for your help!
- Philipp