Tool/software:
Hello,
I'm compiling the SBL examples on windows and I'm running into a similar issue as the referenced post where it looks like the makefile can't find some object files to link the sbl together:
Linking: am62x:r5fss0-0:nortos:ti-arm-clang sbl_emmc_linux_stage1.release.out ... tiarmclang: error: no such file or directory: 'obj/release/ti_drivers_config.obj' tiarmclang: error: no such file or directory: 'obj/release/ti_drivers_open_close.obj' tiarmclang: error: no such file or directory: 'obj/release/ti_board_config.obj' tiarmclang: error: no such file or directory: 'obj/release/ti_board_open_close.obj' tiarmclang: error: no such file or directory: 'obj/release/ti_dpl_config.obj' tiarmclang: error: no such file or directory: 'obj/release/ti_pinmux_config.obj' tiarmclang: error: no such file or directory: 'obj/release/ti_power_clock_config.obj' make[2]: *** [sbl_emmc_linux_stage1.release.out] Error 1 make[1]: *** [sbl] Error 2 make: *** [sbl] Error 2
I'm on the latest 10.01 MCU plus SDK for AM62 and have installed the dependencies described in the getting started guide. I also tried to specifically build the sbl stage 2 that the python flash loader script requires for the AM62-SK, but that build also fails.
How do you resolve this build error?
Munan