This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: compilation error when using separate build tree
- To: bear at coyotesong dot com
- Subject: Re: compilation error when using separate build tree
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Mon, 3 Jul 2000 08:07:44 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <200007030139.TAA10928@eris.coyotesong.com>
> Also, I've tried setting a couple of the most obvious config options,
> no joy. I haven't tried it without an explicit "target" flag because
> my ultimate goal is to set up a system that can build a single source
> tree into multiple targets.
Thanks for your bug report. This is not a bug in the compiler, but a
mistake on your side. When you build a cross-compiler, you need cross
header files while building libgcc.a. See (gcc)Cross Headers for
details.
Regards,
martin