This is the mail archive of the gcc-help@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: problems building a crosscompiler



> ./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.

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