bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: undefined references when compiling kernel with binutils-2.11.92.0.1


From: Keith Owens
Subject: Re: undefined references when compiling kernel with binutils-2.11.92.0.12.3
Date: Wed, 23 Jan 2002 16:24:52 +1100

On Tue, 22 Jan 2002 14:43:16 +0100 (CET), 
Jan Pospisil <address@hidden> wrote:
>Hello, it has been posted so many times, and according to Richard Gooch it
>should be fixed in 2.4.18-pre3, however I am still having the problem
>undefined reference to `local symbols in discarded section .text.exit'
>particullary with the CONFIG_VIDEO_BT848=y (as a module it works fine).
>In function `bttv_probe':
>drivers/media/media.o(.text.init+0x1745): undefined reference to `local
>symbols in discarded section .text.exit'

That is a real coding bug that the new binutils has found and
highlighted.  bttv_probe() calls bttv_remove() which is defined as
__devexit, bttv_remove() is not there when the code is built in.  Take
it up with the bttv maintainer, it is a coding error, not binutils.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]