This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: powerpc-linux-gnuspe progress (2)


Clemens Koller wrote:
3) Is it possible to get the linux/includes from the downloaded
kernel sources instead of the host system?
> ...
+ make ARCH=ppc oldconfig
  HOSTCC  scripts/basic/fixdep
In file included from /usr/include/bits/posix1_lim.h:130,
                 from /usr/include/limits.h:144,
                 from
/usr/lib/gcc-lib/ppc-linux/3.3.3/include/limits.h:122,
                 from
/usr/lib/gcc-lib/ppc-linux/3.3.3/include/syslimits.h:7,
                 from /usr/lib/gcc-lib/ppc-linux/3.3.3/include/limits.h:11,
                 from scripts/basic/fixdep.c:113:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or ...

Fix:
/usr/include/linux symbolic link was broken - fixed
/usr/include/asm symbolic link was broken - fixed

HOSTCC is *supposed* to get includes from the host system. So maybe problem #3 is false, unless you have some other example of include files coming from the host when you expected them to come from the target? - Dan

--
Trying to get a job as a c++ developer?  See http://kegel.com/academy/getting-hired.html

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]