Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
I've got a 66AK2H project that was previously built with: SYS/BIOS 6.465.55, XDCtools 3.32.2.25 and GNU v4.9.3 (Linaro). Also, EDMA3 2.12.4, CTools 2.2.0, IPC 3.46.2.04 and Sys Analyzer 2.0.6.52? CCS 7.4.
I'm attempting to update everything to the newest tools and Packages. I got all the components downloaded from here: https://software-dl.ti.com/processor-sdk-linux/esd/K2HK/latest/index_FDS.html
install seemed to go find.
I loaded my old project and let it convert. I selected the new products and compiler and tried to build. I get the following error:
**** Build of configuration EVM_Debug for project panel_arm0 **** "C:\\ti\\ccs930\\ccs\\utils\\bin\\gmake" -j 8 all -O making ../src/sysbios/sysbios.aa15fg ... making ../src/ipc.aa15fg ... ../src/makefile.libs:60: recipe for target '../src/sysbios/sysbios.aa15fg' failed gmake[1]: *** No rule to make target 'family/arm/IntrinsicsSupport_asm_gnu.asm', needed by 'arm_IntrinsicsSupport_asm_gnu.o'. Stop. gmake: *** [../src/sysbios/sysbios.aa15fg] Error 2 gmake: *** Waiting for unfinished jobs.... ../src/makefile.libs:68: recipe for target '../src/ipc.aa15fg' failed gmake[1]: *** No rule to make target 'ti/sdo/utils/NameServer.c', needed by 'ti_sdo_utils_NameServer.o'. Stop. gmake: *** [../src/ipc.aa15fg] Error 2 **** Build Finished ****
I don't know what this is telling me. And suggestions?
I tried to follow instructions in the linked documentation to load and build a TI-RTOS example project to test my environment but while the documentation seems out of date or there is something wrong in my installation.
In Resource Explorer I do not have any 66AK2H devices listed.