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.

CCS/66AK2H14: CCS/66AK2H14

Part Number: 66AK2H14
Other Parts Discussed in Thread: MATHLIB

Tool/software: Code Composer Studio

Hi,

I am using CCSV6 and 66AK2H14 processor .

while building example hello program am getting below error


**** Build of configuration Debug for project exp ****

"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: ../myconf.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_32_01_22_core/xs" --xdcpath="C:/ti/ctoolslib_2_2_0_0/packages;C:/ti/dsplib_c66x_3_4_0_0/packages;C:/ti/edma3_lld_2_12_05_29/packages;C:/ti/framework_components_3_40_02_07/packages;C:/ti/framework_components_3_40_02_07/examples;C:/ti/imglib_c66x_3_1_1_0/packages;C:/ti/ipc_3_46_02_04/packages;C:/ti/mathlib_c66x_3_1_1_0/packages;C:/ti/ndk_2_25_01_11/packages;C:/ti/openmp_dsp_k2x_2_06_02_00/packages;C:/ti/bios_6_46_05_55/packages;C:/ti/uia_2_00_06_52/packages;C:/ti/xdais_7_24_00_04/packages;C:/ti/xdais_7_24_00_04/examples;C:/ti/pdk_k2hk_4_0_7/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.Arm7_big_endian -r debug -c "C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS" "../myconf.cfg"
making package.mak (because of package.bld) ...
subdir_rules.mk:14: recipe for target 'build-1383962113' failed
js: "./config.bld", line 10: Error: Can't find the target named 'ti.targets.arm.elf.Arm7_big_endian' along the path 'C:/ti/ctoolslib_2_2_0_0/packages;C:/ti/dsplib_c66x_3_4_0_0/packages;C:/ti/edma3_lld_2_12_05_29/packages;C:/ti/framework_components_3_40_02_07/packages;C:/ti/framework_components_3_40_02_07/examples;C:/ti/imglib_c66x_3_1_1_0/packages;C:/ti/ipc_3_46_02_04/packages;C:/ti/mathlib_c66x_3_1_1_0/packages;C:/ti/ndk_2_25_01_11/packages;C:/ti/openmp_dsp_k2x_2_06_02_00/packages;C:/ti/bios_6_46_05_55/packages;C:/ti/uia_2_00_06_52/packages;C:/ti/xdais_7_24_00_04/packages;C:/ti/xdais_7_24_00_04/examples;C:/ti/pdk_k2hk_4_0_7/packages;C:/ti/xdctools_3_32_01_22_core/packages;..;': please check the spelling of the target's name and that it exists along this path.
xdctools_3_32_01_22_core\gmake.exe: *** No rule to make target `.configuro'.  Stop.
js: "C:/ti/xdctools_3_32_01_22_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** [build-1383962113] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

Please help me to resolve the errors

Thank you,

Mahima Shanbag

  • Mahima,

    Your configuration is set for an ARM7 big endian target. As you are using 66AK2H14 this is not correct. In general the project looks to be setup incorrectly. I see that the TI ARM compiler is being used (gcc should be used for the Cortex A15s), that the XDCTools configuration is set for ARM7, I see C66x DSP library paths present.

    What core on the 66AK2H14 are you trying to build a project for? It has 4 Cortex A15 cores and 8 C66x cores.

    Have you installed the processor SDK? http://www.ti.com/tool/processor-sdk-k2h


    Regards,
    John

  • Mahima,

    Have you had a chance to try the processor SDK for this device? I would also suggest using CCSv7 instead of CCSv6. The most recent version at the time of this post in 7.4.

    Regards,
    John
  • Mahima,

    Since I haven't heard back I am going to assume that you were able to get past this. If you are still having an issue please fee free to post another thread.

    Regards,
    John