I am trying to build core-image-minimal for i.MX93 using yocto build:
Getting this error:
deps/insn-emit.TPo insn-emit.cc
| aarch64-poky-linux-g++: fatal error: Killed signal terminated program cc1plus
| compilation terminated.
| make[1]: *** [Makefile:1144: insn-emit.o] Error 1
| make[1]: *** Waiting for unfinished jobs....
| rm gcc.pod
| make[1]: Leaving directory '/home/nxf94256/imx-yocto-bsp/build-wayland/tmp/work/armv8a-poky-linux/gcc/12.2.0-r0/gcc-12.2.0/build.aarch64-poky-linux.aarch64-poky-linux/gcc'
| make: *** [Makefile:4619: all-gcc] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
ERROR: Task (/home/nxf94256/imx-yocto-bsp/sources/poky/meta/recipes-devtools/gcc/gcc_12.2.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2789 tasks of which 1188 didn't need to be rerun and 1 failed.
Summary: 1 task failed:
/home/nxf94256/imx-yocto-bsp/sources/poky/meta/recipes-devtools/gcc/gcc_12.2.bb:do_compile
Summary: There were 2 WARNING messages.
Summary: There were 2 ERROR messages, returning a non-zero exit code.