Hi Steve,
According to your build output, it looks like it was unable to find your code generation tools path for ti.targets.elf.C66:
C:\ti/xdctools_3_23_03_53/xdc XDCARGS="ti.targets.C64P=\"\" ti.targets.C674=\"\"
ti.targets.arm.elf.M3=\"\" ti.targets.elf.C64P=\"\" ti.targets.elf.C64T=\"\" ti
.targets.elf.C66=\"\" ti.targets.elf.C674=\"\" gnu.targets.arm.GCArmv5T=\";LONGN
AME=;profiles.release.compileOpts.copts=-O2 -ffunction-sections\"" XDCBUILDCFG=.
/framework_components.bld --jobs=1 -Pr ./packages
Could you install your code generation tools into a directory without spaces? I am wondering if the makefile is not dealing with the spaces correctly in Windows. Also, I typically use '/' instead of '\' in path names.
Best regards,
Vincent