Open
Description
I tried to build sonic-pi on Raspberry Pi OS following https://github.com/sonic-pi-net/sonic-pi/blob/main/BUILD-LINUX.md
When I put command
cmake --build . --config Release
everything runs ok until that at 91% of the build process the machine stops when working on qrc_SonicPi.cpp.o and print this error
c++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make[2]: *** [gui/qt/CMakeFiles/sonic-pi.dir/build.make:3658: gui/qt/CMakeFiles/sonic-pi.dir/sonic-pi_autogen/EWIEGA46WW/qrc_SonicPi.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:184: gui/qt/CMakeFiles/sonic-pi.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
Could someone help me with this?