This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: Error while building cross-compiler...


> It appears that the make is attempting to find some files "to fix" that
> do not exist...  Should I have moved some files prior to doing the make?

$tooldir/sys-includes is the directory for target system headers in a
cross compilers. Since the error message is

./fixinc.sh: /export/home/asic8_disk1/cwhome/heplerel/env/arm-arm-coff/sys-include: does not exist

you should at least create this directory. Whether you populate it or
not is up to you, I believe. The 'fixincludes' script would attempt to
modify ('fix') some of the ARM header files if they exist. Ideally,
you'd copy the target header files there before building GCC. See
'Cross Headers' in the GCC manual.

Hope this helps,
Martin


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