This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3.0.3 build for StrongARM
- From: Jeff Sturm <jsturm at one-point dot com>
- To: =?X-UNKNOWN?Q?Heinz_H=E4berle?= <H dot Haeberle at pilz dot de>
- Cc: linux-arm at lists dot arm dot linux dot org dot uk, gcc at gcc dot gnu dot org
- Date: Tue, 5 Feb 2002 12:42:58 -0500 (EST)
- Subject: Re: gcc 3.0.3 build for StrongARM
On Tue, 5 Feb 2002, Heinz Häberle wrote:
> [...]:../configure --prefix=/usr/local/arm303 --target=arm-linux
> --with-headers=/usr/pilz/kernel/linux/include
Is this kernel headers? If so, that's not what gcc needs for a cross
compiler. You need the headers from libc, i.e. what would be found in
/usr/include on most systems.
Jeff