[nodejs] Cross Compiling Node.js

2015-05-11 Thread Fabrício Lélis
I' ve tried to make cross compiling node.js but I get this error: ./node: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.15' not found (required by ./node) This is my script: #!/bin/sh -e

Re: [nodejs] Cross Compiling Node.js

2015-05-12 Thread Ben Noordhuis
On Mon, May 11, 2015 at 8:25 PM, Fabrício Lélis wrote: > I' ve tried to make cross compiling node.js but I get this error: > ./node: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.15' not found > (required by ./node) > > This is my script: > > #!/bin/sh -e > 2 > 3 #Define our target devi

[nodejs] Cross compiling node.js for microblaze

2014-07-08 Thread Simon Vincent
Will node.js work on other hardware platforms other than X86 and ARM? If I managed to get it to compile for microblaze would it work or would I be wasting my time? Thanks Simon -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-pol

Re: [nodejs] Cross compiling node.js for microblaze

2014-07-09 Thread Ben Noordhuis
On Tue, Jul 8, 2014 at 9:22 PM, Simon Vincent wrote: > Will node.js work on other hardware platforms other than X86 and ARM? > If I managed to get it to compile for microblaze would it work or would I be > wasting my time? Just making it compile won't do you much good. V8 (the JS engine) is a ru

[nodejs] Cross-compiling node.js for MIPS platform with SSL enabled

2012-12-24 Thread Andrei Sedoi
I am trying to cross-compile node.js for MIPS platform with SSL enabled, but it's failing since there is no 'target_arch=="mips"' branch here: https://github.com/joyent/node/blob/master/deps/openssl/openssl.gyp#L900-L910 Can anyone add it or give advice on how to overcome this? -- Job Board:

Re: [nodejs] Cross-compiling node.js for MIPS platform with SSL enabled

2012-12-24 Thread Ben Noordhuis
On Mon, Dec 24, 2012 at 2:48 PM, Andrei Sedoi wrote: > I am trying to cross-compile node.js for MIPS platform with SSL enabled, but > it's failing since there is no 'target_arch=="mips"' branch here: > https://github.com/joyent/node/blob/master/deps/openssl/openssl.gyp#L900-L910 > Can anyone add i

Re: [nodejs] Cross-compiling node.js for MIPS platform with SSL enabled

2013-01-25 Thread Andrei Sedoi
Hi Ben. Thanks for this. I am trying to compile node.js *v0.8.18* with your changes applied (I created a patch for *v0.8.18*: https://gist.github.com/4634756) and getting an error: ../deps/openssl/openssl/e_os2.h:56:33: fatal error: openssl/opensslconf.h: No such file or directory Full output

Re: [nodejs] Cross-compiling node.js for MIPS platform with SSL enabled

2013-01-25 Thread Ben Noordhuis
On Fri, Jan 25, 2013 at 3:39 PM, Andrei Sedoi wrote: > Hi Ben. Thanks for this. I am trying to compile node.js v0.8.18 with your > changes applied (I created a patch for v0.8.18: > https://gist.github.com/4634756) and getting an error: > ../deps/openssl/openssl/e_os2.h:56:33: fatal error: openssl/

Re: [nodejs] Cross-compiling node.js for MIPS platform with SSL enabled

2013-02-26 Thread Andrei Sedoi
For those who are interested, the fix is here: https://github.com/joyent/node/commit/17c6fe2e22efada157b9d1e6cf8acbb7ab43b08f -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you