public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/15727] New: compiler error (collect2) when compiling gen-devlist.c from linux 2.6.6 kernel
@ 2004-05-30 21:58 urban at unix-beratung dot de
  2004-05-30 22:02 ` [Bug c/15727] " urban at unix-beratung dot de
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: urban at unix-beratung dot de @ 2004-05-30 21:58 UTC (permalink / raw)
  To: gcc-bugs

CMD: gcc -Wp,-MD,drivers/pci/.gen-devlist.d -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -o drivers/pci/gen-devlist drivers/pci/gen-devlist.c
gcc: Internal error: Aborted (program collect2)
Please submit a full bug report.

the "gen-devlist.i" temp file can be found at:

  http://www.spielwiese.de/rob/gen-devlist.i.gz

linux kernel sources:

  http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2

-- 
           Summary: compiler error (collect2) when compiling gen-devlist.c
                    from linux 2.6.6 kernel
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: urban at unix-beratung dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-pc-linux
  GCC host triplet: i386-pc-linux
GCC target triplet: i386-pc-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15727


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c/15727] compiler error (collect2) when compiling gen-devlist.c from linux 2.6.6 kernel
  2004-05-30 21:58 [Bug c/15727] New: compiler error (collect2) when compiling gen-devlist.c from linux 2.6.6 kernel urban at unix-beratung dot de
@ 2004-05-30 22:02 ` urban at unix-beratung dot de
  2004-05-30 22:04 ` urban at unix-beratung dot de
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: urban at unix-beratung dot de @ 2004-05-30 22:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From urban at unix-beratung dot de  2004-05-29 22:49 -------
Created an attachment (id=6429)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6429&action=view)
*.i file produced by "-save-temps"


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15727


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c/15727] compiler error (collect2) when compiling gen-devlist.c from linux 2.6.6 kernel
  2004-05-30 21:58 [Bug c/15727] New: compiler error (collect2) when compiling gen-devlist.c from linux 2.6.6 kernel urban at unix-beratung dot de
  2004-05-30 22:02 ` [Bug c/15727] " urban at unix-beratung dot de
@ 2004-05-30 22:04 ` urban at unix-beratung dot de
  2004-05-30 22:21 ` [Bug other/15727] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: urban at unix-beratung dot de @ 2004-05-30 22:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From urban at unix-beratung dot de  2004-05-29 22:52 -------
the attachment "gen-devlist.i.gz" is the same file as the one pointed at
in the URL.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |3.3.2 3.3.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15727


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/15727] compiler error (collect2) when compiling gen-devlist.c from linux 2.6.6 kernel
  2004-05-30 21:58 [Bug c/15727] New: compiler error (collect2) when compiling gen-devlist.c from linux 2.6.6 kernel urban at unix-beratung dot de
  2004-05-30 22:02 ` [Bug c/15727] " urban at unix-beratung dot de
  2004-05-30 22:04 ` urban at unix-beratung dot de
@ 2004-05-30 22:21 ` pinskia at gcc dot gnu dot org
  2004-05-30 22:25 ` urban at unix-beratung dot de
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-30 22:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-29 22:54 -------
I cannot reproduce this on my i686-pc-linux-gnu box, are you sure that you do not have a hardware 
problem?  Also collect2 cannot just abort, it will print fatal error.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
          Component|c                           |other
      Known to fail|3.3.2 3.3.3                 |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15727


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/15727] compiler error (collect2) when compiling gen-devlist.c from linux 2.6.6 kernel
  2004-05-30 21:58 [Bug c/15727] New: compiler error (collect2) when compiling gen-devlist.c from linux 2.6.6 kernel urban at unix-beratung dot de
                   ` (2 preceding siblings ...)
  2004-05-30 22:21 ` [Bug other/15727] " pinskia at gcc dot gnu dot org
@ 2004-05-30 22:25 ` urban at unix-beratung dot de
  2004-05-30 22:29 ` pinskia at gcc dot gnu dot org
  2004-05-30 22:29 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: urban at unix-beratung dot de @ 2004-05-30 22:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From urban at unix-beratung dot de  2004-05-29 23:12 -------
hmm.  I have built a uClibc root-fs using "buildroot" with gcc-3.3.3.  Within
that root-fs using chroot I then attempt to build the linux kernel.  The
compiler seems quite happy to compile the several hundred objects that come
before gen-devlist.c.

I think I can safely rule out a hardware problem.

with respect to what collect2 does, I quoted the output verbatim.

I'd be happy to telephone you to talk about this.  If interested, send your
number...  If fact, I think a short conversation could be very helpful...

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15727


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/15727] compiler error (collect2) when compiling gen-devlist.c from linux 2.6.6 kernel
  2004-05-30 21:58 [Bug c/15727] New: compiler error (collect2) when compiling gen-devlist.c from linux 2.6.6 kernel urban at unix-beratung dot de
                   ` (3 preceding siblings ...)
  2004-05-30 22:25 ` urban at unix-beratung dot de
@ 2004-05-30 22:29 ` pinskia at gcc dot gnu dot org
  2004-05-30 22:29 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-30 22:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-29 23:15 -------
I do this volunteer, I think this is a bug in your setup rather than GCC.  What it sounds like is uClibc 
cannot handle all the functions that collect2 needs so this is not a GCC bug but rather an uClibc one.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15727


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/15727] compiler error (collect2) when compiling gen-devlist.c from linux 2.6.6 kernel
  2004-05-30 21:58 [Bug c/15727] New: compiler error (collect2) when compiling gen-devlist.c from linux 2.6.6 kernel urban at unix-beratung dot de
                   ` (4 preceding siblings ...)
  2004-05-30 22:29 ` pinskia at gcc dot gnu dot org
@ 2004-05-30 22:29 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-30 22:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-29 23:17 -------
Also I do not want to call/get called by anyone, I do this voluntary so ...

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15727


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-05-29 23:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-30 21:58 [Bug c/15727] New: compiler error (collect2) when compiling gen-devlist.c from linux 2.6.6 kernel urban at unix-beratung dot de
2004-05-30 22:02 ` [Bug c/15727] " urban at unix-beratung dot de
2004-05-30 22:04 ` urban at unix-beratung dot de
2004-05-30 22:21 ` [Bug other/15727] " pinskia at gcc dot gnu dot org
2004-05-30 22:25 ` urban at unix-beratung dot de
2004-05-30 22:29 ` pinskia at gcc dot gnu dot org
2004-05-30 22:29 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).