- To: rbmj <rbmj@xxxxxxxxxxx>
- Subject: Re: Why is fixincludes not doing anything? (was: Re: Fixincludes permanence & questions on cross compilers)
- From: Ian Lance Taylor <iant@xxxxxxxxxx>
- Date: Fri, 25 May 2012 06:59:51 -0700
- Cc: gcc-help@xxxxxxxxxxx
- Comment: DKIM? See http://www.dkim.org
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
- In-reply-to: <4FBF762C.4020604@verizon.net> (rbmj@verizon.net's message of "Fri, 25 May 2012 08:08:12 -0400")
- User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)
rbmj <rbmj@xxxxxxxxxxx> writes:
> Refine my question: anyone know why fixincludes does not appear to be
> doing *anything*? I can't seem to find any fixed headers anywhere in
> GCC's build tree. And the compile keeps failing...
In your specific case, I don't know. But it is possible for a target to
disable fixincludes by setting STMP_FIXINC in a config/CPU/t-XXX file.
Or, since this is a cross-compiler, GCC may simply be confused about
where to find the header files that it is supposed to fix. Normally
those header files will be found in the directory printed by gcc
-print-sysroot-headers-suffix. What does that print for you? Did you
configure GCC with the right --with-sysroot option?
Ian
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]