[Fwd: Re: Can't Compile floppy.c.]

Ed Culp (eculp@mexcom.net)
Wed, 12 Jun 1996 14:02:27 -0500


This is a multi-part message in MIME format.

--------------2000091A7010B3355BE6FFA8
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Problem Solved. F A N T A S T I C . I don't know when I would have
found it alone.

Thanks

Ed

-- 
_____________________________________________________________________

Edwin Culp mailto:eculp@mexcom.net HTTP://WWW.MEXCOM.NET

MEXICO COMMUNICATES, S.C. World Trade Center Edificio Florida Blvd. Adolfo Ruíz Cortines No. 3497 Av. Insurgentes S. 1677-1005 Salón "OLMECA" Col. Guadalupe Inn 94290 Boca del Río, Ver. 01020 Mexico, D.F. (29) 21-3949 (5) 662-7132 / 663-2581 _____________________________________________________________________

--------------2000091A7010B3355BE6FFA8 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline

X-POP3-Rcpt: eculp@ns Return-Path: martin1@micronet.fr Received: from logatome.micronet.fr (root@logatome.micronet.fr [194.51.75.1]) by mexcom.net (8.6.12/8.6.9) with ESMTP id MAA32525 for <eculp@mexcom.net>; Wed, 12 Jun 1996 12:24:25 -0600 Received: from default (ppp77.micronet.fr [194.51.75.209]) by logatome.micronet.fr (8.7.5/8.7.3) with SMTP id UAA19075 for <eculp@mexcom.net>; Wed, 12 Jun 1996 20:24:07 +0200 (MET DST) Message-Id: <1.5.4.32.19960612182552.007208d8@micronet.fr> X-Sender: martin1@micronet.fr X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Wed, 12 Jun 1996 20:25:52 +0200 To: Ed Culp <eculp@mexcom.net> From: MARTIN Michel <martin1@micronet.fr> Subject: Re: Can't Compile floppy.c.

At 09:40 AM 12/06/96 -0500, you wrote: >--=20 >_____________________________________________________________________ > >Edwin Culp mailto:eculp@mexcom.net > HTTP://WWW.MEXCOM.NET > > MEXICO COMMUNICATES, S.C. >World Trade Center Edificio Florida >Blvd. Adolfo Ru=EDz Cortines No. 3497 Av. Insurgentes S. 1677-1005 >Sal=F3n "OLMECA" Col. Guadalupe Inn >94290 Boca del R=EDo, Ver. 01020 Mexico, D.F. >(29) 21-3949 (5) 662-7132 / 663-2581 >_____________________________________________________________________ >I am compiling v2.0.0 and have the following problem with floppy.c. >Here I am compiling as a module, but I get the same error if I try to= include >it in the kernel. > >gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -DCPU=3D486 -DMODULE -DMODVERSIONS -include /usr/src/linux/include/linux/modversions.h -c -o floppy.o floppy.c >cpp: output pipe has been closed >gcc: Internal compiler error: program cc1 got fatal signal 11 >make[2]: *** [floppy.o] Error 1 >make[2]: Leaving directory `/usr/src/linux/drivers/block' >make[1]: *** [modules] Error 2 >make[1]: Leaving directory `/usr/src/linux/drivers' >make: *** [modules] Error 2 > >My versions of everything that I can think of are: > gcc version 2.7.2p > /lib/libc.so.5 -> libc.so.5.3.12 > /usr/lib/libg++.so -> libg++.so.27.1.4 > ld version cygnus-2.6 (with BFD 2.6.0.12) > ldd: version 1.7.14 > /lib/libtermcap.so.2 -> libtermcap.so.2.0.8 > modules Version 2.0.0 > procps version 0.99 > >I have had this problem since 1.3.9x, more are less. >I must be behind on something because the < 1.3.9x work >fine. Thank you for your help and patience. > >Ed Culp > >P.S. I will be happy to RTFM just help me find the right one. >

Try not using gcc 2.7.2p.

I've got the same problem than you, so I rechange gcc (2.7.2p -> 2.7.2) and then no problems.

--------------2000091A7010B3355BE6FFA8--