TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Revisiting the NetBSD Build System

142 点作者 abhi9u5 个月前

4 条评论

kev0095 个月前
It's hard to overstate how awesome build.sh is. If you have some powerful desktop/laptop running virtually any modern POSIX OS, you can easily build for an embedded board like an RPi or Beagelboard, obscure retro targets, or standard systems all the same. The closest thing is maybe Yocto Linux, but a whole lot easier to use and understand.
评论 #42563019 未加载
评论 #42562345 未加载
theamk5 个月前
&gt; NetBSD build system allows you to build the full OS from scratch, on pretty much any host POSIX platform, while targeting any hardware architecture supported by NetBSD. All without root privileges.<p>That seems fairly standard to me though? Yocto, buldroot, many other embedded-oriented systems provide that and more.
评论 #42563159 未加载
评论 #42564572 未加载
jmclnx5 个月前
I just updated pkgsrc from 2024Q3 to 2024Q4 for amd64 and i386, very easy.<p>I never built NetBSD because I never had the need to do that. But from what I read its cross-compiling works very well.
plagiarist5 个月前
I really enjoyed reading this. And it is too relatable that they would detour from the project they want to work on to port the build over to Bazel.