Tool/software:
I tried using SDK "mcu_plus_sdk_am263x_10_01_00_31" to build a sample project. But I got errors as below. I checked my folder "C:\ti\mcu_plus_sdk_am263x_10_01_00_31\tools\boot\multicore-elf\modules\, but didn't find the file otfaecc_structs.py. Is this a known issue for this SDK? And how do I solve it?
108] Boot multi-core ELF image: am263x:r5fss0-0:nortos:ti-arm-clang C:/Users/morri/workspace_ccstheia/adc_soc_software_am263x-cc_r5fss0-0_nortos_ti-arm-clang/Release/adc_soc_software_am263x-cc_r5fss0-0_nortos_ti-arm-clang.mcelf ...
[109]python C:/ti/mcu_plus_sdk_am263x_10_01_00_31/tools/boot/multicore-elf/genimage.py --core-img=0:Release/adc_soc_software_am263x-cc_r5fss0-0_nortos_ti-arm-clang.out --output=C:/Users/morri/workspace_ccstheia/adc_soc_software_am263x-cc_r5fss0-0_nortos_ti-arm-clang/Release/adc_soc_software_am263x-cc_r5fss0-0_nortos_ti-arm-clang.mcelf --merge-segments=true --tolerance-limit=0 --ignore-context=false --xip=0x60000000:0x68000000 --xlat="" --max_segment_size=8192
[110]makefile_ccs_bootimage_gen:87: recipe for target 'all' failed
[111]Traceback (most recent call last):
[112] File "C:\ti\mcu_plus_sdk_am263x_10_01_00_31\tools\boot\multicore-elf\genimage.py", line 37, in <module>
[113] from modules.otfaecc_structs import *
[114] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[115] File "C:\ti\mcu_plus_sdk_am263x_10_01_00_31\tools\boot\multicore-elf\modules\otfaecc_structs.py", line 35, in <module>
[116] from construct import Struct, Int16ul, Int16ub, \
[117]ModuleNotFoundError: No module named 'construct'
[118]gmake[3]: *** [all] Error 1
[119]makefile:167: recipe for target 'post-build' failed
[120]gmake[2]: [post-build] Error 2 (ignored)