Having trouble compiling with buildroot version 2022.08.1 and can't seem to find any solutions online, so I'm reaching out to the internet wizards for help.
I am currently using Linux Mint 20.3 with Kernel 5.19-surface.
Usually, I wouldn't ask for help, but I'm struggling to decipher a specific error message. I have successfully compiled with buildroot on this computer before using the default defconfig for the Raspberry Pi 3. However, adding more configuration options seems to have caused some issues.
The build process almost completes, but then encounters the following errors:
[26%] Building CXX object Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/__/__/JavaScriptCore/DerivedSources/unified-sources/UnifiedSource-f0a787a9-7.cpp.o
aarch64-buildroot-linux-gnu-g++.br_real: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make[4]: *** [Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/build.make:1175: Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/__/__/JavaScriptCore/DerivedSources/unified-sources/UnifiedSource-23a5fd0e-6.cpp.o] Error 1
... (remaining error messages) ...
I initially thought it could be due to insufficient storage allocated for the .img file (originally set at 300M for a minimal Raspi 3 image with bash, graphics utilities, and Python), so I increased it by an additional 200M, but the problem persists.
Any assistance would be greatly appreciated.