This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Haiku support


On Sun, Aug 22, 2010 at 1:42 PM, Enrico Weigelt <weigelt@metux.de> wrote:
> Hi folks,
>
>
> does anyone here have some experiences w/ the Haiku OS (an BeOS-
> compatible OS) ?
>
> It IMHO would be really cool if ct-ng could build toolchains for
> Haiku targets (I dont know much about it yet, but they use some,
> probably modified, gnu toolchain).
>
> Once it's done, I could extend my automatic build system Briegel [1]
> to run massbuilds for Haiku target.
>
>
> cu
> [1] git://pubgit.metux.de/projects/briegel.git

I messed around with this a few months ago.
Basically, Haiku uses the gnu utilities. So basically, anywhere:

  case "$CT_SYS_OS" in

was found, I just added '*Haiku*' to the or that Linux was in, and it
started to build.

It didn't take long for it to break somewhere else, and I figured
since the project is still alpha, I would give up until a release
happens before I try to get crosstool-ng working on it.

So in effect, this is totally possible, but I would suggest holding
out until they make a release.

My reasons for this stem from (only the open) bugs:
http://dev.haiku-os.org/search?q=libc&noquickjump=1&ticket=on
http://dev.haiku-os.org/search?q=compiler&noquickjump=1&ticket=on

-Bryan

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]