Node.js 对 uclibc 和arm的支持

发布于 2024-12-05 06:11:44 字数 231 浏览 5 评论 0原文

我正在使用 buildroot 构建一个嵌入式系统,我想用 node.js 替换 nginx+php 。

我的系统正在使用eglibc,但我想减小系统的大小,所以我想切换到uclibc。 node.js可以使用uclibc-0.9.32-nptl编译吗?

此外,虽然我当前的测试硬件是基于 x86 的 alix,但我将在几个月内切换到基于 ARM 的插头计算机。 Node.js 可以在基于 ARM 的硬件上运行吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

冷了相思 2024-12-12 06:11:44

只是为了你的兴趣:我在 sheevaplug 上编译 Node.js 0.4.7 只是考虑到

http://code.google.com/p/v8/问题/详细信息?id=836

https://github.com/joyent/node/issues/883< /p>

享受!

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!

演出会有结束 2024-12-12 06:11:44

由于它是在 OpenEmbedded 配方 中构建的,因此您应该能够在 Buildroot 中构建它(通过一些修改将 bitbake 脚本转换为 makefile 之一),但没有任何限制在 ARM 平台上或使用 uclibc 编译 node.js(至少直到版本0.4.2)。

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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文