cross-compiler build: can't find stdio.h
Mike Stump
mrs@wrs.com
Tue Sep 22 14:12:00 GMT 1998
> From: "John Breen" <jab3@hotmail.com>
> To: egcs@cygnus.com
> Date: Tue, 22 Sep 1998 08:51:45 PDT
> should I copy them over and use --with-headers?
You must always compile cross compilers with --with-headers, unless
you arrange for them some other way. These header must have all the
headers that gcc needs, you can discover which ones it needs by trying
to build.
Yes, this is a FAQ, and yes, someone should document it, if it isn't.
More information about the Gcc
mailing list