Part Number: SK-AM62B-P1
Other Parts Discussed in Thread: SK-AM62
first time building the yocto project for my board. i am running ubuntu 22.04. i am following the steps from:
i issue the commands:
./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-09.00.00-config.txt
cd build
. conf/setenv
MACHINE=am62xx_evm bitbake tisdk-core-bundle
and i am running into this error:
ERROR: mc:k3r5:gcc-cross-arm-11.3.0-r0 do_compile: oe_runmake failed
ERROR: mc:k3r5:gcc-cross-arm-11.3.0-r0 do_compile: ExecutionError('/home/michaeljacobson/ti-yocto-sdk/build/arago-tmp-default-glibc/work/x86_64-linux/gcc-cross-arm/11.3.0-r0/temp/run.do_compile.1421258', 1, None, None)
ERROR: Logfile of failure stored in: /home/michaeljacobson/ti-yocto-sdk/build/arago-tmp-default-glibc/work/x86_64-linux/gcc-cross-arm/11.3.0-r0/temp/log.do_compile.1421258
i am not an expert in yocto and after installing all the pre-required software and following the steps i was hoping this would just work. i am not really sure what to do about it. attached is the full log