From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin v. Loewis" To: Benjamin.Clark@Environics.fi Cc: gnu@gnu.org, help-gcc@gnu.org Subject: Re: Compiler Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <200002232321.AAA01271@loewis.home.cs.tu-berlin.de> References: <200002232138.QAA08843@delysid.gnu.org> X-SW-Source: 2000-q1/msg00276.html Message-ID: <20000401000000.qFqFEh8PnSAwUkQ-BuMBAab173yRAtT02pH4ff3x8P0@z> > 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