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.
工具/软件:Code Composer Studio
您好!
我使用的是 CCSV6和66AK2H14处理器。
在构建示例 hello 程序时出现以下错误
****为项目 exp 构建配置调试****
"C:\\ti\\ccsv6\\utils\\bin\\gmake"-k all
'生成文件:./myconf.cfg '
'调用: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/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 /ti/ccsv6/tools/compiler/arm_15.12.3.LTS;C:/ti/xdais_7_24_00_04/examples;C:;C:/ti/imglib_c66x_3_1_1_0/packages /ti/pdk_k2hk_4_0_7/packages;" xdc.tools.configuro -o -c:t_configde.t"-r_arm_configt"-r.t.configr.t -r.configdebug/r.t -r.c -r.c -r.configdebug/r.c -r.t.c -r.c -r.t.
正在制作 package.mak (由于 package.bld)...
subdir_rules.mk:14:目标'build-1383962113'的配方失败
JS:"./config.Bld"、第10行:错误:在路径'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/ndk_2_25_01_11/packages;C:/ti/uia_2_00_06_52/packages;C:/ti/pdk_k2hk_4_0_7/packages;C:/ti/imglib_c66x_3_1_1_0/packages;C:/ti/ipc_3_46_02_04/packages;C:/ti/bios_6_46_05_55/packages;C:/ti/xdais_7_24_00_04/examples;C:/ti/mathlib_c66x_3_1_1_0/packages;C:;C:;C:;C:;/ti/openmp_dsp_k2x_2_06_02_00/packages /ti/xdais_7_24_00_04/packages /ti/xdctools_3_32_01_22_core/packages。请检查目标名称。
xdctools_3_32_01_22_core\gmake.exe:`没有规则使目标.configuro'。 停下。
JS:"c:/ti/xdctools_3_32_01_22_core/packages/xdc/tools/Cmdr.xs、第52行:错误:xdc.tools.configuro:由于先前的错误(状态= 2)、配置失败;已删除'linker.cmd'。
gmake:***[build-1383962113]错误1
gmake:目标"全部"不会由于错误而重新生成。
****构建完成****
请帮助我解决错误
谢谢、
Mahima Shanbag
马希马
您的配置是为 ARM7大端字节序目标设置的。 由于您使用的是66AK2H14、这是不正确的。 通常情况下、项目设置不正确。 我看到正在使用 TI ARM 编译器(Cortex A15应使用 gcc)、已为 ARM7设置 XDCTools 配置、我看到存在 C66x DSP 库路径。
您尝试为66AK2H14上的哪个内核构建项目? 它具有4个 Cortex A15内核和8个 C66x 内核。
您是否安装了处理器 SDK? http://www.ti.com/tool/processor-sdk-k2h
此致、
John