Hey Tony, I've got it working using the latest version of NodeJS (v0.8.8). I did up a blog post outlining how I did it. http://erickryski.com/2012/08/29/nodejs-on-pandaboard/ Hope it works for you. Let me know if you have any problems. I didn't need to turn off snapshotting or set VFP stuff.
Eric On Monday, June 4, 2012 12:59:32 PM UTC-6, TonyD wrote: > > 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
