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]

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.

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


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