Other Parts Discussed in Thread: LP-AM261, SYSCONFIG
Tool/software:
Hello, I encountered the following problem
CCS 12.8.1
B:\ti\ccs1281\ccs/utils/cygwin/rm -f B:/Robert_Li/Desktop/Root/ARG8000/AM2612_Code/rti_led_blink_am261x-lp_r5fss0-0_nortos_ti-arm-clang/Release/rti_led_blink_am261x-lp_r5fss0-0_nortos_ti-arm-clang.rprc_tmp
Boot multi-core ELF image: am261x:r5fss0-0:nortos:ti-arm-clang B:/Robert_Li/Desktop/Root/ARG8000/AM2612_Code/rti_led_blink_am261x-lp_r5fss0-0_nortos_ti-arm-clang/Release/rti_led_blink_am261x-lp_r5fss0-0_nortos_ti-arm-clang.mcelf ...
python B:/ti/mcu_plus_sdk_am261x_10_02_00_15/tools/boot/multicore-elf/genimage.py --core-img=0:Release/rti_led_blink_am261x-lp_r5fss0-0_nortos_ti-arm-clang.out --output=B:/Robert_Li/Desktop/Root/ARG8000/AM2612_Code/rti_led_blink_am261x-lp_r5fss0-0_nortos_ti-arm-clang/Release/rti_led_blink_am261x-lp_r5fss0-0_nortos_ti-arm-clang.mcelf --merge-segments=true --tolerance-limit=0 --ignore-context=false --xip=0x60000000:0x68000000 --xlat=none --max-segment-size=8192
makefile_ccs_bootimage_gen:87: recipe for target 'all' failed
Traceback (most recent call last):
File "B:\ti\mcu_plus_sdk_am261x_10_02_00_15\tools\boot\multicore-elf\genimage.py", line 40, in <module>
from modules.otfaecc_structs import *
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "B:\ti\mcu_plus_sdk_am261x_10_02_00_15\tools\boot\multicore-elf\modules\otfaecc_structs.py", line 35, in <module>
from construct import Struct, Int16ul, Int16ub, \
ModuleNotFoundError: No module named 'construct'
gmake[3]: *** [all] Error 1
gmake[2]: [post-build] Error 2 (ignored)
makefile:168: recipe for target 'post-build' failed