This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Unable to build on SheevaPlug (ARM) #2131
Closed
Description
System config info: https://gist.github.com/509ed97da39c52fca1fe#file_0_sysinfo.txt
I'm building from master (cf2ee19).
Initial make
after configure fails: https://gist.github.com/509ed97da39c52fca1fe#file_4_compile_output.txt
Per @bnoordhuis's comment on #1566 I ran:
perl -i -pe "s/'-m32'//g" $(find -name \*.gypi)
The build now fails like this:
In file included from ../deps/v8/src/v8globals.h:31,
from ../deps/v8/src/v8.h:53,
from /home/blalor/nodejs/out/Release/obj/gen/libraries.cc:7:
../deps/v8/src/globals.h:113:2: error: #error Target architecture ia32 is only supported on ia32 host
make[1]: *** [/home/blalor/nodejs/out/Release/obj.host/v8_nosnapshot/gen/libraries.o] Error 1
make[1]: Leaving directory `/home/blalor/nodejs/out'
make: *** [all] Error 2