Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Compiling on ARM v7 #3382

Closed
matbee-eth opened this issue Jun 6, 2012 · 1 comment
Closed

Compiling on ARM v7 #3382

matbee-eth opened this issue Jun 6, 2012 · 1 comment

Comments

@matbee-eth
Copy link

uname -a: Linux MathieuGosbeeHPPre 2.6.24-palm-joplin-3430 #1 63 armv7l GNU/Linux

make[1]: Leaving directory `/var/home/root/nvm/src/node-v0.6.17/out/Release/deps
/uv'                                                                            
[ 5/35] libv8.a: deps/v8/SConstruct -> out/Release/libv8.a                      
/opt/bin/python "/var/home/root/nvm/src/node-v0.6.17/tools/scons/scons.py" -j 1 
-C "/var/home/root/nvm/src/node-v0.6.17/out/Release/" -Y "/var/home/root/nvm/src
/node-v0.6.17/deps/v8" visibility=default mode=release arch=arm toolchain=gcc li
brary=static snapshot=on                                                        
Bus error                                                                       
Waf: Leaving directory `/var/home/root/nvm/src/node-v0.6.17/out'                
Build failed:  -> task failed (err #135):                                       
        {task: libv8.a SConstruct -> libv8.a}                                   
make: *** [program] Error 1                                                     
nvm: install v0.6.17 failed!

--Same error when compiling against v0.6.18.
@bnoordhuis
Copy link
Member

Have a look at #2131. The bus error means you're compiling for an instruction set your CPU model doesn't support.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants