Compiler

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Wed Feb 23 15:29:00 GMT 2000


> I am using one of your dos bassed compilers, gcc version 2.7.2 and using
> it to cross complie to a H8/300 processor, all obtained from Hitachi.
> 
> However I keep getting a persistant fault: -
> 
> unreferenced __floatsisf
> unreferenced __addsf3

These symbols should be defined in libgcc.a, if they are defined at
all. If they are not, it appears to be a bug in the compiler or the
installation.

You may want to try to install gcc 2.95.2 yourself; I understand H8
support is part of the official gcc releases as well.

Regards,
Martin



More information about the Gcc-help mailing list