TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Revisiting the NetBSD Build System

142 pointsby abhi9u5 months ago

4 comments

kev0095 months ago
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 months ago
&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 months ago
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 months ago
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.