Tool/software:
I received AM263Px LaunchPad Development Kit now and installed Code Compser Studio from TI Web.
I am testing 'hello_world" but below problems.
Output message is
103] Boot multi-core ELF image: am263px:r5fss0-0:freertos:ti-arm-clang C:/Users/hkmoo/workspace_ccstheia/hello_world_am263px-lp_r5fss0-0_freertos_ti-arm-clang/Release/hello_world_am263px-lp_r5fss0-0_freertos_ti-arm-clang.mcelf ...
[104]python C:/ti/mcu_plus_sdk_am263px_10_01_00_31/tools/boot/multicore-elf/genimage.py --core-img=0:Release/hello_world_am263px-lp_r5fss0-0_freertos_ti-arm-clang.out --output=C:/Users/hkmoo/workspace_ccstheia/hello_world_am263px-lp_r5fss0-0_freertos_ti-arm-clang/Release/hello_world_am263px-lp_r5fss0-0_freertos_ti-arm-clang.mcelf --merge-segments=true --tolerance-limit=0 --ignore-context=false --xip=0x60000000:0x68000000 --xlat="" --max_segment_size=8192
[105]makefile_ccs_bootimage_gen:87: recipe for target 'all' failed
[106]Python gmake[3]: *** [all] Error 9009
[107]makefile:167: recipe for target 'post-build' failed
[108]gmake[2]: [post-build] Error 2 (ignored)
Please check and guide to me.