> 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
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
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