Question

I'm building an embedded system using buildroot and i want to replace nginx+php with node.js.

My system is using eglibc but i want to reduce the size of the system so i want to switch to uclibc. node.js can be compiled using uclibc-0.9.32-nptl?

More, while my current test hardware is x86 based, alix, i'll switch, in a couple of months, to a plug computer, that is arm based. Will node.js works on arm based hardware?

Was it helpful?

Solution

As it is built in an OpenEmbedded recipe, you should be able to build it in Buildroot (with some adaptation to transform bitbake script to makefile one), yet nothing limit node.js to be compiled on an ARM platform or with a uclibc (at least till version 0.4.2).

OTHER TIPS

Just for your interest: I compile Node.js 0.4.7 on sheevaplug just taking into account

http://code.google.com/p/v8/issues/detail?id=836

https://github.com/joyent/node/issues/883

Enjoy!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top