public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Compilation error with Kernels 2.4.16 && 2.5.X
@ 2001-12-03 14:54 real
  2001-12-04  5:10 ` safemode
  0 siblings, 1 reply; 5+ messages in thread
From: real @ 2001-12-03 14:54 UTC (permalink / raw)
  To: linux-kernel

drivers/char/char.o(.data+0x46b4): undefined reference to `local symbols 
in discarded section .text.exit'
drivers/net/net.o(.data+0xbb4): undefined reference to `local symbols in 
discarded section .text.exit'
drivers/sound/sounddrivers.o(.data+0xb4): undefined reference to `local 
symbols in discarded section .text.exit'
drivers/usb/usbdrv.o(.data+0x234): undefined reference to `local symbols 
in discarded section .text.exit'
make: *** [vmlinux] Error 1



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

* Re: Compilation error with Kernels 2.4.16 && 2.5.X
  2001-12-03 14:54 Compilation error with Kernels 2.4.16 && 2.5.X real
@ 2001-12-04  5:10 ` safemode
  2001-12-04  6:16   ` Daniel T. Chen
  0 siblings, 1 reply; 5+ messages in thread
From: safemode @ 2001-12-04  5:10 UTC (permalink / raw)
  To: real; +Cc: linux-kernel

On Mon, 2001-12-03 at 09:54, real wrote:
> drivers/char/char.o(.data+0x46b4): undefined reference to `local symbols 
> in discarded section .text.exit'
> drivers/net/net.o(.data+0xbb4): undefined reference to `local symbols in 
> discarded section .text.exit'
> drivers/sound/sounddrivers.o(.data+0xb4): undefined reference to `local 
> symbols in discarded section .text.exit'
> drivers/usb/usbdrv.o(.data+0x234): undefined reference to `local symbols 
> in discarded section .text.exit'
> make: *** [vmlinux] Error 1

Same here.  How many other people are finding this to be a problem?   
same problem with 2.4.17-pre2  


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

* Re: Compilation error with Kernels 2.4.16 && 2.5.X
  2001-12-04  5:10 ` safemode
@ 2001-12-04  6:16   ` Daniel T. Chen
  2001-12-04  6:41     ` Ben Carrell
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel T. Chen @ 2001-12-04  6:16 UTC (permalink / raw)
  To: safemode; +Cc: real, linux-kernel

Upon further investigation this is related to the specific version of
binutils used in linking the kernel after compilation. Please see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=122179&repeatmerged=yes
for more details. Additionally, not all kernel .configs will trigger
it. The USB segment is definitely in a common point, though. 2.2 kernels
don't seem to exhibit it; but any 2.4 with certain .configs will.

---
Dan Chen                 crimsun@email.unc.edu
GPG key: www.cs.unc.edu/~chenda/pubkey.gpg.asc

On 4 Dec 2001, safemode wrote:

> On Mon, 2001-12-03 at 09:54, real wrote:
> > drivers/char/char.o(.data+0x46b4): undefined reference to `local symbols 
> > in discarded section .text.exit'
> > drivers/net/net.o(.data+0xbb4): undefined reference to `local symbols in 
> > discarded section .text.exit'
> > drivers/sound/sounddrivers.o(.data+0xb4): undefined reference to `local 
> > symbols in discarded section .text.exit'
> > drivers/usb/usbdrv.o(.data+0x234): undefined reference to `local symbols 
> > in discarded section .text.exit'
> > make: *** [vmlinux] Error 1
> 
> Same here.  How many other people are finding this to be a problem?   
> same problem with 2.4.17-pre2  


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

* Re: Compilation error with Kernels 2.4.16 && 2.5.X
  2001-12-04  6:16   ` Daniel T. Chen
@ 2001-12-04  6:41     ` Ben Carrell
  2001-12-04  6:44       ` Daniel T. Chen
  0 siblings, 1 reply; 5+ messages in thread
From: Ben Carrell @ 2001-12-04  6:41 UTC (permalink / raw)
  To: Daniel T. Chen; +Cc: safemode, real, linux-kernel

That would explain why I could compile fine when 2.4.16 was released, 
but not now....Thanks -- anytime frame you know of for a fix?

-Ben Carrell
ben@xmission.com

Daniel T. Chen wrote:

>Upon further investigation this is related to the specific version of
>binutils used in linking the kernel after compilation. Please see
>http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=122179&repeatmerged=yes
>for more details. Additionally, not all kernel .configs will trigger
>it. The USB segment is definitely in a common point, though. 2.2 kernels
>don't seem to exhibit it; but any 2.4 with certain .configs will.
>
>---
>Dan Chen                 crimsun@email.unc.edu
>GPG key: www.cs.unc.edu/~chenda/pubkey.gpg.asc
>
>On 4 Dec 2001, safemode wrote:
>
>>On Mon, 2001-12-03 at 09:54, real wrote:
>>
>>>drivers/char/char.o(.data+0x46b4): undefined reference to `local symbols 
>>>in discarded section .text.exit'
>>>drivers/net/net.o(.data+0xbb4): undefined reference to `local symbols in 
>>>discarded section .text.exit'
>>>drivers/sound/sounddrivers.o(.data+0xb4): undefined reference to `local 
>>>symbols in discarded section .text.exit'
>>>drivers/usb/usbdrv.o(.data+0x234): undefined reference to `local symbols 
>>>in discarded section .text.exit'
>>>make: *** [vmlinux] Error 1
>>>
>>Same here.  How many other people are finding this to be a problem?   
>>same problem with 2.4.17-pre2  
>>
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/
>
>




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

* Re: Compilation error with Kernels 2.4.16 && 2.5.X
  2001-12-04  6:41     ` Ben Carrell
@ 2001-12-04  6:44       ` Daniel T. Chen
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel T. Chen @ 2001-12-04  6:44 UTC (permalink / raw)
  To: Ben Carrell; +Cc: safemode, real, linux-kernel

The Debian binutils maintainer is aware and abreadst of the situation; a
fix is imminent.

---
Dan Chen                 crimsun@email.unc.edu
GPG key: www.cs.unc.edu/~chenda/pubkey.gpg.asc

On Mon, 3 Dec 2001, Ben Carrell wrote:

> That would explain why I could compile fine when 2.4.16 was released, 
> but not now....Thanks -- anytime frame you know of for a fix?
> 
> -Ben Carrell
> ben@xmission.com


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

end of thread, other threads:[~2001-12-04  6:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-03 14:54 Compilation error with Kernels 2.4.16 && 2.5.X real
2001-12-04  5:10 ` safemode
2001-12-04  6:16   ` Daniel T. Chen
2001-12-04  6:41     ` Ben Carrell
2001-12-04  6:44       ` Daniel T. Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox