lkml.org 
[lkml]   [2002]   [Dec]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: build failure in 2.4.20
Date
On Monday 09 December 2002 16:22, David Ronis wrote:

Hi David,

> drivers/net/net.o(.data+0xd4): undefined reference to `local symbols in
> discarded section .text.exit' make: *** [vmlinux] Error 1
> It sounds like this is a problem with ld or as, but I'm not sure. Any
> suggestions?
$editor arch/i386/vmlinux.lds

you'll see starting at line 67 this:

/* Sections to be discarded */
/DISCARD/ : {
*(.text.exit)
*(.data.exit)
*(.exitcall.exit)
}

remove this:

*(.text.exit)

try again.

ciao, Marc
-
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/

\
 
 \ /
  Last update: 2005-03-22 13:31    [W:0.047 / U:1.108 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site