Thread:sysconfig中讨论的其它部件
您好,TI支持:
现在,我正在尝试遵循AM64x_MCU_SDK,以获取使用带有AM64x_EVM板的R5核心运行的代码,在我的PC上安装了SDK,CCS,sysconfig,但当我构建"Hello world"项目时,成功 构建了.out文件,但看起来构建bootimage文件失败了。
正在构建文件:"../hello_world.c"
正在调用:ARM编译器
h:/ti/ccs1120/ms/tools/compiler/ti-ctg-armlvm_armlvm_ltls/bin/tiarmclang.exe" 1.3 -c -mcpu=cortex-02-mflo-abi=hard -mfp=vfpvfpv3-d16 -mittle-endian -i:/ti/ti/ccm_rf_rf_64x_l_scd_f_l_l_lf_rf_rf_lam/f_rf_lf_s_rk_rx/f_64x/f_f_lf_lf_l_lf_l_l_lf_f_s_s_lf_lf_lf_d08/f_f_d_l_l_l_l_l_f_d_lf_d_lf_d_d_l_l_d_l_l_f_f_f_f_d_d_l_l_d/f_l_f_lf_lf_ 1.3
已完成构建:"../hello_world.c"
构建文件:"../main.c"
正在调用:ARM编译器
h:/ti/ccs1120/ms/tools/compiler/ti-ctg-armlvm_armlvm_ltls/bin/tiarmclang.exe" 1.3 -c -mcpu=cortex-02-mflo-abi=hard -mfp=vfpvfpv3-d16 -mittle-endian -i:/ti/ti/ccm_rf_rf_64x_l_scd_f_l_l_lf_rf_rf_lam/f_rf_lf_s_rk_rx/f_64x/f_f_lf_lf_l_lf_l_l_lf_f_s_s_lf_lf_lf_d08/f_f_d_l_l_l_l_l_f_d_lf_d_lf_d_d_l_l_d_l_l_f_f_f_f_d_d_l_l_d/f_l_f_lf_lf_ 1.3
已完成建筑:"../main.c"
构建目标:"Hello_world_am64x-evm_r5fs0-0_FreeRTOS_ti-arm-clang.ut"
调用:ARM链接器
h:/ti/ccs1120/mcs/tools/compiler/ti-CGT-armlvm_Darm.1.lts/bin/tiarmclang.exe" 1.3 -mcpu=cortex-r5 -mflo-abi=hard -mfp=vfp=vfpv3-d16 -mbit-enk/endian -dsc_amx/wl_mcw_64X -dim_wl_wl_wl_l_-dim_wl_64x/wl_wl_wl_f-08, wl_lip_wlip_64x-wlip_l_f_l_x-f_x/wlip-f-f_6400, wl_lwlip-f_l_l_l_lwlwlwlip_l_x/wlip-f-dip-x-x-dip_6400/wlwlip-f_l_l_x-f_x-x-x-x/wlwlwlw_ 1.3 -lfreertos.am64x.r5f.ti-arm-clang.debug.lib -ldrivers.am64x.r5f.ti-arm-clang.debug.lib -lboard.am64x.r5f.ti-arm-clang.debug.lib
完成构建目标:"Hello_world_am64x-evm_r5fs0-0_FreeRTOS_ti-arm-clang.ut"
h:/ti/ccs1120/cs/utils/bin/gmake -C H:\ti\Workspace_v11\hello_world_am64x-evm_r5fs0-0_FreeRTOS_ti-arm-clang -f makefile_CCS_bootimage_gen OUTNDIR=hello_world_am64x-evm_evd_r5f_cm_tr_scb_scb_crm_scds_crm_scd_m=z_m_m=z_msc_mscrf_m=zf_m_m_mscrf_crf_m=z_m=1\crf_m_sc_m_m_msc_msc_mscrfx_mscrf_mod_scrf_crf_sc_sc_scrfx_m=f_scrfx_scrfx_scrfx_scrf_scrfx_sc_ 1.3
引导映像:am64x:r5fs0-0:FreeRTOS:ti-arm-clang H:/ti/Workspace_v11/hello_world_am64x-evm_r5fs0-0_FreeRTOS_ti-arm-clang/Debug/hello_world_am64x-evm_r5fss0-0_freeRTos_clang-image.arm-arm-image.
C:/ti/sysconfig_nodejs/node 1.11 H:/ti/mcu_plus_sdk_am64x_08_02_00_31/tools/boot/out2rprc/elf2rprc.js/hello_world_am64x-evm_r5fss0-0_FreeRTOS_ti-out>debug/debug/temp_stdout_Debug.txt
Makefile_CCS_bootimage_gen:78:目标'all'的配方失败
系统找不到指定的路径。
gmake [3]:***[All]错误1
gmake [2]:[post-builD]错误2 (忽略)
Makefile:177:目标'post-builp'的配方失败
****构建已完成****
在构建bootimage时,它似乎为sysconfig调用了错误的路径,它从1.11 驱动器“C:”而不 是驱动器“H:”调用了“C:\ti/sysconfig_sysconfig_nodejs/node”。 请建议在何处更改设置,项目定义的环境变量已指向sysconfig的正确路径。
