Raspberry Pi Make Failure

Hi folks,

I’m trying to run JUCE Projucer on a Raspberry Pi 2B (a fairly old version). I did follow some previous posts by installing necessary libraries and use “make CXX=clang++”. But I’m still getting this error.

Compiling include_juce_gui_basics.cpp
Killed
make: *** [Makefile:430: build/intermediate/Debug/include_juce_gui_basics_e3f79785.o] Error 137

Can anyone offer some help?

Thanks,
Liang

Hi,

this error tells almost nothing, maybe V=1 make CXX=clang++ does.

Given the specs of the Pi 2B, I guess this is an out-of-memory error.

Also, technically it is not make that’s failing but the process ran by it.

Thanks. I checked error code 137 further. It is out-of-memory error. I guess I should try to build my app with JUCE somewhere else, and then run it on RP 2B.

Increase the size of your virtual memory.