This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: problems building a crosscompiler
- To: 'Michael Wisse' <mwisse at hs-harz dot de>, "'gcc-help at gcc dot gnu dot org'" <gcc-help at gcc dot gnu dot org>
- Subject: RE: problems building a crosscompiler
- From: Yves Rutschle <y dot rutschle at indigovision dot com>
- Date: Tue, 9 Jan 2001 16:45:10 -0000
- Cc: "'crossgcc at sourceware dot cygnus dot com'" <crossgcc at sourceware dot cygnus dot com>
- Encoding: 23 TEXT
> ./fixinc.sh: cd:
> /usr/local/crossgcc/h8300-hitachi-hms/h8300-hitachi-hms/sys-inc
> lude: Datei oder Verzeichnis nicht gefunden
There are linuxes out there that talk german? wow.
>
> Probably the warnings can be ignored, but make doesn't find include
> files. First line says, that an include directory can't be found.
I don't know about the warnings.
For the rest, you need to add the header files of the library you
use.
Assuming you use newlib, go in gcc-2.95.2 and add the links:
ln -s ../newlib-1.8.2/newlib newlib
ln -s ../newlib-1.8.2/libgloss libgloss
Then reconfigure and make should work okay.
Hope I'm right and that helps (heck, I'm new at that too :-)
Y.