CCSTUDIO: In windows system, the file compiled by CCS cannot be downloaded from EVM.

Part Number: CCSTUDIO
Other Parts Discussed in Thread: AM62P, SYSCONFIG

Tool/software:

hello 

In my windows compute,  I install the CCS 20.2.0 Version. When I compile the Demo "Hello World". There is no error in "Output" view(Figure 1).

But when I load the Program, there is a error(Figure 2).

Note: In my CCS project configuration as Figure 3.(Compilers Configuration)

                           Figure 1

                      Figure 2

              Figure 3

Look forward to your reply!

  • Hello,

    I imported/built the same example project and was able to load it to the R5 of my AM62P SK EVM. 

    What are the steps you are doing to load the program? Is it similar to what I did above? Can you attach your program to this thread?

    Thanks

    ki

  • My operation steps are the same as yours.

    The attach file is a video for my operation steps.

    Code Composer Studio 2025-08-28 10-09-29.zip

  • Can you attach your generated *.out file? I would like to see if I can load it in my environment.

  • OK. Please check it.

    hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.zip

    By the way, when I load the .out file which is generated by CCS in VMware(Linux System). It is Ok.

  • Thank you.

    Please note that Monday is a holiday so I may not have an update until Tuesday.

  • OK.

    Look forward to your reply!

  • You file does not seem to be a valid executable.

    I built the same example and when I compare the files, they are different. My file has the proper header for an valid ELF file. Yours does not appear to have this.

    Can you load the attached file??

    hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang_good.zip

  • hello bro:

    I load the attachment file. It is Ok. It can be loaded.

    So I guess there might be something wrong with my compilation configuration. "Figure 3" is my configuration. Now I don't know which configuration is wrong?

    Look forward to your reply!

  • Can you provide all the build messages in the build console? You can copy and paste to a text file and then attach the file to this thread.

  • hello bro:

    The attachment is the build Step.

    [0]**** Clean-only build of configuration Debug for project hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang ****
    [1]"E:\\zDML\\Soft\\windows\\ti\\ccs2020\\ccs\\utils\\bin\\gmake" -k -j 12 clean -O 
     
    [2]**** Build Finished ****
    [3]**** Build of configuration Debug for project hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang ****
    [4]"E:\\zDML\\Soft\\windows\\ti\\ccs2020\\ccs\\utils\\bin\\gmake" -k -j 12 all -O 
     
    [5]Building file: "../example.syscfg"
    [6]Invoking: SysConfig
    [7]"E:/zDML/Soft/windows/ti/ccs2020/ccs/utils/sysconfig_1.24.0/sysconfig_cli.bat" --script "E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/example.syscfg" -o "syscfg" -s "E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/.metadata/product.json" -p "AMH" -r "Default" --context "mcu-r5fss0-0" --compiler ticlang
    [8]Running script...
    [9]Validating...
    [10]Generating Code (example.syscfg)...
    [11]Writing E:\zDML\test\hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_board_config.c...
    [12]Writing E:\zDML\test\hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_board_config.h...
    [13]Writing E:\zDML\test\hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_board_open_close.c...
    [14]Writing E:\zDML\test\hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_board_open_close.h...
    [15]Writing E:\zDML\test\hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_drivers_config.c...
    [16]Writing E:\zDML\test\hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_drivers_config.h...
    [17]Writing E:\zDML\test\hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_drivers_open_close.c...
    [18]Writing E:\zDML\test\hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_drivers_open_close.h...
    [19]Writing E:\zDML\test\hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_pinmux_config.c...
    [20]Writing E:\zDML\test\hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_power_clock_config.c...
    [21]Writing E:\zDML\test\hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_dpl_config.c...
    [22]Writing E:\zDML\test\hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_dpl_config.h...
    [23]Writing E:\zDML\test\hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_enet_config.c...
    [24]Writing E:\zDML\test\hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_enet_config.h...
    [25]Writing E:\zDML\test\hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_enet_open_close.c...
    [26]Writing E:\zDML\test\hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_enet_open_close.h...
    [27]Writing E:\zDML\test\hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_enet_soc.c...
    [28]Writing E:\zDML\test\hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_enet_lwipif.c...
    [29]Writing E:\zDML\test\hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_enet_lwipif.h...
    [30]Finished building: "../example.syscfg"
     
    [31]Building file: "syscfg/ti_enet_open_close.c"
    [32]Invoking: Arm Compiler
    [33]"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/include/c" -I"E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/source" -DSOC_AM62PX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_enet_open_close.d_raw" -MT"syscfg/ti_enet_open_close.o" -I"E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/syscfg"   -o"syscfg/ti_enet_open_close.o" "syscfg/ti_enet_open_close.c"
    [34]Finished building: "syscfg/ti_enet_open_close.c"
     
    [35]Building file: "syscfg/ti_enet_config.c"
    [36]Invoking: Arm Compiler
    [37]"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/include/c" -I"E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/source" -DSOC_AM62PX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_enet_config.d_raw" -MT"syscfg/ti_enet_config.o" -I"E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/syscfg"   -o"syscfg/ti_enet_config.o" "syscfg/ti_enet_config.c"
    [38]Finished building: "syscfg/ti_enet_config.c"
     
    [39]Building file: "syscfg/ti_enet_lwipif.c"
    [40]Invoking: Arm Compiler
    [41]"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/include/c" -I"E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/source" -DSOC_AM62PX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_enet_lwipif.d_raw" -MT"syscfg/ti_enet_lwipif.o" -I"E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/syscfg"   -o"syscfg/ti_enet_lwipif.o" "syscfg/ti_enet_lwipif.c"
    [42]Finished building: "syscfg/ti_enet_lwipif.c"
     
    [43]Building file: "syscfg/ti_enet_soc.c"
    [44]Invoking: Arm Compiler
    [45]"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/include/c" -I"E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/source" -DSOC_AM62PX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_enet_soc.d_raw" -MT"syscfg/ti_enet_soc.o" -I"E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/syscfg"   -o"syscfg/ti_enet_soc.o" "syscfg/ti_enet_soc.c"
    [46]Finished building: "syscfg/ti_enet_soc.c"
     
    [47]Building file: "syscfg/ti_board_open_close.c"
    [48]Invoking: Arm Compiler
    [49]"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/include/c" -I"E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/source" -DSOC_AM62PX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_board_open_close.d_raw" -MT"syscfg/ti_board_open_close.o" -I"E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/syscfg"   -o"syscfg/ti_board_open_close.o" "syscfg/ti_board_open_close.c"
    [50]Finished building: "syscfg/ti_board_open_close.c"
     
    [51]Building file: "syscfg/ti_board_config.c"
    [52]Invoking: Arm Compiler
    [53]"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/include/c" -I"E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/source" -DSOC_AM62PX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_board_config.d_raw" -MT"syscfg/ti_board_config.o" -I"E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/syscfg"   -o"syscfg/ti_board_config.o" "syscfg/ti_board_config.c"
    [54]Finished building: "syscfg/ti_board_config.c"
     
    [55]Building file: "syscfg/ti_drivers_config.c"
    [56]Invoking: Arm Compiler
    [57]"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/include/c" -I"E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/source" -DSOC_AM62PX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_drivers_config.d_raw" -MT"syscfg/ti_drivers_config.o" -I"E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/syscfg"   -o"syscfg/ti_drivers_config.o" "syscfg/ti_drivers_config.c"
    [58]Finished building: "syscfg/ti_drivers_config.c"
     
    [59]Building file: "syscfg/ti_drivers_open_close.c"
    [60]Invoking: Arm Compiler
    [61]"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/include/c" -I"E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/source" -DSOC_AM62PX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_drivers_open_close.d_raw" -MT"syscfg/ti_drivers_open_close.o" -I"E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/syscfg"   -o"syscfg/ti_drivers_open_close.o" "syscfg/ti_drivers_open_close.c"
    [62]Finished building: "syscfg/ti_drivers_open_close.c"
     
    [63]Building file: "syscfg/ti_pinmux_config.c"
    [64]Invoking: Arm Compiler
    [65]"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/include/c" -I"E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/source" -DSOC_AM62PX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_pinmux_config.d_raw" -MT"syscfg/ti_pinmux_config.o" -I"E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/syscfg"   -o"syscfg/ti_pinmux_config.o" "syscfg/ti_pinmux_config.c"
    [66]Finished building: "syscfg/ti_pinmux_config.c"
     
    [67]Building file: "syscfg/ti_power_clock_config.c"
    [68]Invoking: Arm Compiler
    [69]"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/include/c" -I"E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/source" -DSOC_AM62PX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_power_clock_config.d_raw" -MT"syscfg/ti_power_clock_config.o" -I"E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/syscfg"   -o"syscfg/ti_power_clock_config.o" "syscfg/ti_power_clock_config.c"
    [70]Finished building: "syscfg/ti_power_clock_config.c"
     
    [71]Building file: "syscfg/ti_dpl_config.c"
    [72]Invoking: Arm Compiler
    [73]"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/include/c" -I"E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/source" -DSOC_AM62PX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_dpl_config.d_raw" -MT"syscfg/ti_dpl_config.o" -I"E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/syscfg"   -o"syscfg/ti_dpl_config.o" "syscfg/ti_dpl_config.c"
    [74]Finished building: "syscfg/ti_dpl_config.c"
     
    [75]Building file: "../hello_world.c"
    [76]Invoking: Arm Compiler
    [77]"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/include/c" -I"E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/source" -DSOC_AM62PX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"hello_world.d_raw" -MT"hello_world.o" -I"E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/syscfg"   -o"hello_world.o" "../hello_world.c"
    [78]Finished building: "../hello_world.c"
     
    [79]Building file: "../main.c"
    [80]Invoking: Arm Compiler
    [81]"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/include/c" -I"E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/source" -DSOC_AM62PX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"main.d_raw" -MT"main.o" -I"E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/syscfg"   -o"main.o" "../main.c"
    [82]Finished building: "../main.c"
     
    [83]Building target: "hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.out"
    [84]Invoking: Arm Linker
    [85]"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/bin/tiarmclang.exe" -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -DSOC_AM62PX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wl,-m"hello_world.Debug.map" -Wl,-i"E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/source/kernel/nortos/lib" -Wl,-i"E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/source/drivers/lib" -Wl,-i"E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/source/board/lib" -Wl,-i"E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS/lib" -Wl,--priority -Wl,--reread_libs -Wl,--diag_suppress=10063 -Wl,--diag_wrap=off -Wl,--display_error_number -Wl,--warn_sections -Wl,--xml_link_info="hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang_linkInfo.xml" -Wl,--ram_model -o "hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.out" "./syscfg/ti_board_config.o" "./syscfg/ti_board_open_close.o" "./syscfg/ti_drivers_config.o" "./syscfg/ti_drivers_open_close.o" "./syscfg/ti_pinmux_config.o" "./syscfg/ti_power_clock_config.o" "./syscfg/ti_dpl_config.o" "./syscfg/ti_enet_config.o" "./syscfg/ti_enet_open_close.o" "./syscfg/ti_enet_soc.o" "./syscfg/ti_enet_lwipif.o" "./hello_world.o" "./main.o" "../linker.cmd"  -Wl,-lnortos.am62px.r5f.ti-arm-clang.debug.lib -Wl,-ldrivers.am62px.mcu-r5f.ti-arm-clang.debug.lib -Wl,-lboard.am62px.r5f.ti-arm-clang.debug.lib -Wl,-llibc.a -Wl,-llibsysbm.a 
    [86]Finished building target: "hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.out"
     
    [87]E:/zDML/Soft/windows/ti/ccs2020/ccs/utils/bin/gmake -C E:\zDML\test\hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang -f makefile_ccs_bootimage_gen OUTNAME=hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang PROFILE=Debug MCU_PLUS_SDK_PATH=E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16 CG_TOOL_ROOT=E:/zDML/Soft/windows/ti/ccs2020/ccs/tools/compiler/ti-cgt-armllvm_4.0.3.LTS CCS_INSTALL_DIR=E:\zDML\Soft\windows\ti\ccs2020\ccs\ CCS_IDE_MODE=desktop
    [88] Boot image: am62px:mcu-r5fss0-0:nortos:ti-arm-clang E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.appimage  ...
    [89]E:\zDML\Soft\windows\ti\ccs2020\ccs\/tools/node/node E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/tools/boot/out2rprc/elf2rprc.js Debug/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.out 0x0B010010>> Debug/temp_stdout_Debug.txt
    [90]E:\zDML\Soft\windows\ti\ccs2020\ccs\/utils/cygwin/cp hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.rprc E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.rprc
    [91]E:\zDML\Soft\windows\ti\ccs2020\ccs\/utils/cygwin/cp E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.rprc E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.rprc_tmp
    [92]E:\zDML\Soft\windows\ti\ccs2020\ccs\/utils/cygwin/rm -f E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.rprc
    [93]E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/tools/boot/xipGen/xipGen.exe -i E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.rprc_tmp -o E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.rprc -x E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.rprc_xip --flash-start-addr 0x60000000 -v > Debug/temp_stdout_Debug.txt
    [94]E:\zDML\Soft\windows\ti\ccs2020\ccs\/tools/node/node E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/tools/boot/multicoreImageGen/multicoreImageGen.js --devID 55 --out E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.appimage E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.rprc@5  >> Debug/temp_stdout_Debug.txt
    [95]E:\zDML\Soft\windows\ti\ccs2020\ccs\/tools/node/node E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/tools/boot/multicoreImageGen/multicoreImageGen.js --devID 55 --out E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.appimage_xip E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.rprc_xip@5  >> Debug/temp_stdout_Debug.txt
    [96]python E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/tools/boot/signing/appimage_x509_cert_gen.py --bin E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.appimage --authtype 0  --loadaddr 84000000 --key E:/zDML/Soft/windows/ti/mcu_plus_sdk_am62px_11_01_00_16/tools/boot/signing/app_degenerateKey.pem --output E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.appimage.hs_fs --keyversion 1.5
    [97]Generating certificate for E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.appimage ...
    [98]E:\zDML\Soft\windows\ti\ccs2020\ccs\/utils/cygwin/rm -f E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.rprc_tmp
    [99] Boot image: am62px:mcu-r5fss0-0:nortos:ti-arm-clang E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.appimage Done !!!
    [100] .
    [101] Boot image: am62px:mcu-r5fss0-0:nortos:ti-arm-clang E:/zDML/test/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang/Debug/hello_world_am62px-sk_mcu-r5fss0-0_nortos_ti-arm-clang.appimage.hs_fs Done !!!
    [102] .
     
    [103]**** Build Finished ****
    

  • I noticed you are using different version of SysConfig / SDK / Compiler so set up my project to match yours. However I still do not see any issue. I will need to discuss with compiler experts to see if they have any suggestions.

  • OK

    Thanks.

    Look forward to your reply!

  • By the way,

    I remember, 

    when I install CCS software, the Sysconfig and the Compiler tool will be installed automatically.

  • when I install CCS software, the Sysconfig and the Compiler tool will be installed automatically.

    Did you install the SDK from Resource Explorer? Installing from there would also pick up the compiler and sysconfig versions that it has dependencies for. The examples in SDK 11.0.0.16 seems to have been created with SysConfig 1.23.0 and compiler 4.0.1.

    In any case, the SysConfig and compiler versions are not the issues here. I had a compiler expert analyze the *.out file you attached and he is certain the final output is not from the TI compiler. He suspects it has been modified after the TI compiler generated it. Is there any post processing done on the *.out file after the project build?

  • Hello bro:

    I install the SDK using "mcu_plus_sdk_am62px_11_01_00_16" version.

    And I don't do anything for the generation file(.out)  after the project build.

  • Do you have this issue on any other PC? Something appears to be tampering with the generated executable.

  • Hello bro;

    My colleague's computer also has the same problem in Windows System. 

     I can guarantee that I have made no changes to the generated executable file.

  • If there is any antivirus or other security software, can you temporarily disable it and try building again?

    If this is not an option or did not have any impact, please delete the out file and the build the project by calling gmake directly on the generated makefiles for the project. See the below thread for an example on how to do this:

     RE: TMS320F28379D: C2000 build time much longer with Windows 11 

  • hello bro;

    I'm very sorry to reply to you so late.

    I think it's a problem with the encryption of my computer.

    Now i close this thread.