NetBSD Crossbuild Hosted On Mac OS X 10.3 37
Dan writes "A few weeks ago Xavier Humbert succesfully compiled NetBSD-current on a MacOSX 10.3 with an i386 target. He has provided a summary of his crossbuild execution as well as his build script. But why bother crossbuilding ? Erik Berls's article explains the process of cross compilation on NetBSD. He says that NetBSD's crossbuild framework allows a host to build a version of NetBSD 1.6 or later regardless of the version of the host. Crossbuilding has several major benefits, if you have production servers, you can build the OS without needing to load down the machine that is actively surviving as a production host."
Re:*BSD is dying (Score:1, Troll)
On the rest I agree with you.
Re:Questionable Choice of Host (Score:5, Informative)
Just to be nasty, you didn't really research your objections either did you? The first lines of the buildscript the author posted:
crossbuild.sh Complete script for building tools, kernel and userland from another machine
Tested
NetBSD/i386 -> NetBSD/macppc
NetBSDS/macppc -> NetBSD/i386
MacOSX 10.3.1 -> NetBSD/i386
Notice the first line, it works using i386 too, so you could use i386 as a build system if you like.
The point is it can be done, and it's usually easier to port or fix an existing idea or feature than to implement a whole new one.
Re:Questionable Choice of Host (Score:1)
Re:Questionable Choice of Host (Score:2)
It's cute, it's cool (Score:4, Interesting)
Re:It's cute, it's cool (Score:2, Insightful)
This functionality is most welcome and indeed very useful.