checkout haiku source code
checkot build tools and install jam
svn checkout http://svn.haiku-os.org/haiku/buildtools/trunk haiku/buildtools cd haiku/buildtools/jam make sudo ./jam0 installcheckout haiku
svn checkout http://svn.haiku-os.org/haiku/haiku/trunk haiku/haikui'm interested only in gcc4 builds
so this is the 32 bit version
./configure --build-cross-tools-gcc4 x86 ../buildtools/ jam haiku-image qemu generated/haiku.imageand if you like the 64bit version
./configure --build-cross-tools-gcc4 x86-64 ../buildtools/ jam haiku-image qemu generated/haiku.image
2 comments:
If you want to build a GCC2-GCC4 hybrid, then you can follow this step by step procedure:
http://www.haikuzone.net/tips/installation/creating-bleeding-edge-gcc24-hybrid-haiku-cd-ubuntu-9.10
Although this tutorial was written for Ubuntu 9.10, it works the same for later versions.
I never build hybrid because i always build my stuff for gcc4 (qt,arora)
In my opinion hybrid should die and all to be migrated to gcc4/llvm setup
Also 64 bit version is required if you want a modern OS
Post a Comment