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
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
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
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
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
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/
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
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
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: