工具与软件:
我尝试了使用 sdk"mcu_plus_sdk_am263x_10_01_00_31"构建示例工程。 但我得到了如下的错误。 我查看了文件夹"C:\ti\mcu_plus_sdk_am263x_10_01_00_31\tools\boot\multicore-elf\modules\、但没有找到 otfecc_structs.py 文件 。 对于此 SDK、这是已知问题吗? 如何解决呢?
108]引导多核 ELF 映像: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_max=-xlat_size_max=-xlat"
[110]makefile_ccs_bootimage_gen:87:目标"all"的配方失败
[111]回溯(最近一次调用最后一次):
[112]<module>中的"C:\ti\mcu_plus_sdk_am263x_10_01_00_31\tools\boot\multicore-elf\genimage.py"第37行
[113] from modules.otfecc_structs import *
[114]^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[115]<module>中的"C:\ti\mcu_plus_sdk_am263x_10_01_00_31\tools\boot\multicore-elf\modules\otfecc_structs.py"第35行
[116]来自构造 import Struct、Int16ul、Int16ub、\
[117]ModuleNotFoundError: No module named 'construction'
[118]gmake[3]:***[all]错误1.
[119]Makefile:167:目标"编译后"的配方失败
[120]gmake[2]:[post-build]错误2 (已忽略)