Re: Building a native compiler from a cross compiler

2006-01-16 Thread Paul Brook
> If you're trying to build a native hosted rdos compiler you need to have an > rdos targeted (native hosted) cross compiler already in your path. This > compiler will be used to build the target libraries. Ugh. I used "native hosted" twice in the same sentence with two different meanings. I mean

Re: Building a native compiler from a cross compiler

2006-01-16 Thread Paul Brook
On Monday 16 January 2006 20:35, Leif Ekblad wrote: > Now that I've succeeded in building both a C and C++ > cross-compiler for RDOS, I would like to build a native > version (although it probably won't run for a while yet). > I've tried to do it like this: > > ./configure --prefix=/usr/local --tar

Building a native compiler from a cross compiler

2006-01-16 Thread Leif Ekblad
Now that I've succeeded in building both a C and C++ cross-compiler for RDOS, I would like to build a native version (although it probably won't run for a while yet). I've tried to do it like this: ./configure --prefix=/usr/local --target=rdos --host=rdos --enable-languages="c,c++" --with-newlib