nodejs / node-v0.x-archive

Moved to https://github.com/nodejs/node
34.42k stars 7.31k forks source link

qoriq arch isn't supported by node.js ??? #8772

Closed NightFalcon650 closed 9 years ago

NightFalcon650 commented 9 years ago

My nas (Synology DS-213+) runs a linux version on qoriq architecture (powerpc). I've heard that node.js isn't supported on the qoriq architecture, are there future plans to support this architecture?? Or can someone compile this? (toolchains etc are available at sourceforge) Unfortianaly i'm completly new to this.

sixlettervariables commented 9 years ago

V8, the engine behind node, does not natively support PPC-derived architectures. Per @andrewlow's V8/Node PPC port there does not appear to be an easy way forward for the Freescale chips. You can check over there for help on getting it to run, as they appear to be the only folks in the game of PPC support.

misterdjules commented 9 years ago

At the moment, Node.js cannot support a platform that is not supported by Google's V8. @sixlettervariables mentioned some useful resources to understand what's happening regarding the PowerPC port, I hope it's helpful. Closing it for now, but please feel free to let us know if that doesn't answer your question.

Thank you!