Tool/software:
Importing the sdl_ecc_mss_l2, and it compiles, but there is a post-build python error:
makefile_ccs_bootimage_gen:90: recipe for target 'all' failed
Traceback (most recent call last):
File "C:\ti\mcu_plus_sdk_am263x_10_00_00_35\tools\boot\multicore-elf\genimage.py", line 35, in <module>
from modules.multicoreelf import MultiCoreELF
File "C:\ti\mcu_plus_sdk_am263x_10_00_00_35\tools\boot\multicore-elf\modules\multicoreelf.py", line 36, in <module>
from elftools.elf.elffile import ELFFile
ModuleNotFoundError: No module named 'elftools'
gmake[3]: *** [all] Error 1
gmake[2]: [post-build] Error 2 (ignored)
makefile:170: recipe for target 'post-build' failed
I think I have the latest everything from TI (CCS 12.8, CLANG 4.0, MCU+ 10.0); what tools do I need to install to build this example, and where do I download them?
Thanks,
Jim