This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: State of djgpp support?
- From: Andris Pavenis <pavenis at latnet dot lv>
- To: Dara Hazeghi <dhazeghi at yahoo dot com>, gcc at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org
- Date: Mon, 14 Jul 2003 00:56:16 +0300
- Subject: Re: State of djgpp support?
- References: <20030713213828.34276.qmail@web41105.mail.yahoo.com>
On Monday 14 July 2003 00:38, Dara Hazeghi wrote:
> Hello,
>
> I've just tried building cross building djgpp on gcc
> 3.3 branch and mainline. In neither case, does this
> work out of the box, and both fail building libstdc++.
> Is libstdc++ currently excpected to build for this
> platform at all?
>
> Dara
>
> P.S. Here are the actually errors:
>
> With mainline, build fails in libstdc++:
> checking for debug build flags...
> configure: error: No support for this host/target
> combination.
> make: *** [configure-target-libstdc++-v3] Error 1
>
>
> With gcc 3.3 branch, build fails on getpwd.c for
> target -libiberty.
There are related patches which are not in official sources. For gcc-3.3 they
can be found in archive:
ftp://ftp.delorie.com/pub/djgpp/alpha/v2gnu/gcc33s2.zip
Perhaps for building cross-compiler a part of patches could be left out.
For mainline similar patchset is not made available and I have only tested
native build
Andris