Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 21 Feb 2002 12:11:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 21 Feb 2002 12:11:44 -0500 Received: from Backfire.WH8.TU-Dresden.De ([141.30.225.118]:55690 "EHLO backfire.WH8.TU-Dresden.De") by vger.kernel.org with ESMTP id ; Thu, 21 Feb 2002 12:11:35 -0500 Message-Id: <200202211711.g1LHBYAH014952@backfire.WH8.TU-Dresden.De> Content-Type: text/plain; charset=US-ASCII From: Gregor Jasny Organization: Networkadministrator WH8/DD/Germany Date: Thu, 21 Feb 2002 18:11:34 +0100 X-Mailer: KMail [version 1.3.2] X-PGP-fingerprint: 5A65 E2CC EB06 F110 4F45 AB34 DE58 C135 1361 35BD X-PGP-public-key: finger gjasny@hell.wh8.tu-dresden.de MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT To: linux-kernel@vger.kernel.org Subject: 2.5.5 - Linking error Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, On my debian sid with binutils 2.11.93.0.2-1 I get the following linking error: ld -m elf_i386 -T /usr/src/linux-2.5.5/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o init/do_mounts.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 \ /usr/src/linux-2.5.5/arch/i386/lib/lib.a /usr/src/linux-2.5.5/lib/lib.a /usr/src/linux-2.5.5/arch/i386/lib/lib.a \ drivers/acpi/acpi.o drivers/base/base.o drivers/char/char.o drivers/block/block.o drivers/misc/misc.o drivers/net/net.o drivers/media/media.o drivers/char/agp/agp.o drivers/char/drm/drm.o drivers/ide/idedriver.o drivers/scsi/scsidrv.o drivers/cdrom/driver.o drivers/pci/driver.o drivers/video/video.o \ net/network.o \ --end-group \ -o vmlinux drivers/net/net.o(.data+0xd4): undefined reference to `local symbols in discarded section .text.exit' make[1]: *** [vmlinux] Error 1 make[1]: Leaving directory `/usr/src/linux-2.5.5' What must I change that it links properly? Best Regards, -G. Jasny - 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/