g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.7/README.Bugs> for instructions.
make[1]: *** [/opt/node-v0.12.2/out/Release/obj.target/v8_base/deps/v8/src/hydrogen-instructions.o] Error 4
make[1]: Leaving directory `/opt/node-v0.12.2/out'
make: *** [node] Error 2
Hi,trying to get nodejs on my Voyage Linux (Debian) based 32-bit machine.I already:- Tried the linux 32 binaries: doesn't work.- Tried package manager: doesn't work
- So that leaves me by building from source (I downloaded the latest source version 0.12.2):here I get:Apparently the build process gets stuck on "hydrogen-instructions.cc"g++: internal compiler error: Killed (program cc1plus)
Hi Aria,Many thanks.Indeed it's a memory problem (I'm running on AMD Geode LX800 with 256MB RAM).So with that I have build Nodejs in a VM with the same Voyage but with more RAM. So now Nodejs has been build successfully.My question now is:What (files/folders) do I have to copy from my build-environment to my production environment (the machine with the 256MB) to run Nodejs?