Hi all,

I have been having some problems compiling nodejs on a pandaboard running 
ubuntu 12.04.  I've followed many different instructions and am currently 
using the flags -march=armv7-a - mtune=cortex-a8 -mfloat-abi=softfp ... 
however, I am always getting an error at the mksnapshot build.  

g++ -o obj/release/mksnapshot obj/release/mksnapshot.o 
obj/release/libraries.o obj/release/experimental-libraries.o 
obj/release/accessors.o ....
/usr/bin/ld: error: obj/release/mksnapshot uses VFP register arguments, 
obj/release/mksnapshot.o does not                                           
                            
/usr/bin/ld: failed to merge target specific data of file 
obj/release/mksnapshot.o
etc ... for all object files

Even if I configure without snapshot, I stil get this "VFP register 
arguments" error for a different step.  Has anyone successfully compiled 
nodejs (latest 6.18) on a panda or beagle board running ubuntu?

Any advice would be a great help.

Thanks,
Tony

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to