linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Problem: kernel 2.5.33 won't compile
@ 2002-09-06 22:05 Adam Johnson
  2002-09-07  7:39 ` Sam Ravnborg
  0 siblings, 1 reply; 3+ messages in thread
From: Adam Johnson @ 2002-09-06 22:05 UTC (permalink / raw)
  To: linux-kernel

    I get this error message when I try to compile 2.5.33:

 Generating build number
make[1]: Entering directory `/usr/src/linux-2.5.33/init'
  Generating /usr/src/linux-2.5.33/include/linux/compile.h (updated)
  gcc -Wp,-MD,./.version.o.d -D__KERNEL__ 
-I/usr/src/linux-2.5.33/include -Wall -Wstrict-prototypes -Wno-trigraphs 
-O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe 
-mpreferred-stack-boundary=2 -march=athlon  -nostdinc -iwithprefix 
include    -DKBUILD_BASENAME=version   -c -o version.o version.c
   ld -m elf_i386  -r -o init.o main.o version.o do_mounts.o
make[1]: Leaving directory `/usr/src/linux-2.5.33/init'
  ld -m elf_i386 -T arch/i386/vmlinux.lds -e stext 
arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/init.o 
--start-group arch/i386/kernel/kernel.o arch/i386/mm/mm.o 
kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o security/built-in.o 
/usr/src/linux-2.5.33/arch/i386/lib/lib.a lib/lib.a 
/usr/src/linux-2.5.33/arch/i386/lib/lib.a drivers/built-in.o 
sound/sound.o arch/i386/pci/pci.o net/network.o --end-group -o vmlinux
drivers/built-in.o(.data+0x2d8d4): undefined reference to `local symbols 
in discarded section .text.exit'
make: *** [vmlinux] Error 1



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

* Re: Problem: kernel 2.5.33 won't compile
  2002-09-06 22:05 Problem: kernel 2.5.33 won't compile Adam Johnson
@ 2002-09-07  7:39 ` Sam Ravnborg
  2002-09-07 23:08   ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: Sam Ravnborg @ 2002-09-07  7:39 UTC (permalink / raw)
  To: Adam Johnson; +Cc: linux-kernel

On Fri, Sep 06, 2002 at 06:05:52PM -0400, Adam Johnson wrote:
>     I get this error message when I try to compile 2.5.33:
> drivers/built-in.o(.data+0x2d8d4): undefined reference to `local symbols 
> in discarded section .text.exit'

Try seaching ihttp://marc.theaimsgroup.com
Hint: binutils compatibility problem, time to upgrade.

	Sam

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

* Re: Problem: kernel 2.5.33 won't compile
  2002-09-07  7:39 ` Sam Ravnborg
@ 2002-09-07 23:08   ` Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2002-09-07 23:08 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: Adam Johnson, linux-kernel

On Sat, 7 Sep 2002, Sam Ravnborg wrote:

> On Fri, Sep 06, 2002 at 06:05:52PM -0400, Adam Johnson wrote:
> >     I get this error message when I try to compile 2.5.33:
> > drivers/built-in.o(.data+0x2d8d4): undefined reference to `local symbols
> > in discarded section .text.exit'
>
> Try seaching ihttp://marc.theaimsgroup.com
> Hint: binutils compatibility problem, time to upgrade.

Your answer is 100% wrong:

- You see this problem only with recent binutils, so a workaround would be
  to _downgrade_ binutils.
- These .text.exit errors are generally considered bugs in the kernel.
  (Most of them are already fixed in recent kernels.)
- I suspect CONFIG_DE2104X and/or CONFIG_DM9102 is set in the .config, and
  then it's a well-known error.


> 	Sam

cu
Adrian

-- 

You only think this is a free country. Like the US the UK spends a lot of
time explaining its a free country because its a police state.
								Alan Cox



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

end of thread, other threads:[~2002-09-07 23:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-06 22:05 Problem: kernel 2.5.33 won't compile Adam Johnson
2002-09-07  7:39 ` Sam Ravnborg
2002-09-07 23:08   ` Adrian Bunk

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 NNTP newsgroup(s).