Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 7 Oct 2002 17:50:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 7 Oct 2002 17:50:27 -0400 Received: from chaos.physics.uiowa.edu ([128.255.34.189]:21381 "EHLO chaos.physics.uiowa.edu") by vger.kernel.org with ESMTP id ; Mon, 7 Oct 2002 17:50:26 -0400 Date: Mon, 7 Oct 2002 16:56:03 -0500 (CDT) From: Kai Germaschewski X-X-Sender: kai@chaos.physics.uiowa.edu To: Alastair Stevens cc: linux-kernel@vger.kernel.org Subject: Re: Compile failure with 2.5.41 in serial/core.o In-Reply-To: <1034024024.1962.15.camel@dolphin.entropy.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1133 Lines: 31 On 7 Oct 2002, Alastair Stevens wrote: > Here's the error when doing "make modules" from a clean build. The "make > bzImage" works fine: > > gcc -Wp,-MD,drivers/serial/.core.o.d -D__KERNEL__ -Iinclude -Wall > -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer > -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 > -march=athlon -Iarch/i386/mach-generic -nostdinc -iwithprefix include > -DMODULE -include include/linux/modversions.h -DKBUILD_BASENAME=core > -c -o drivers/serial/core.o drivers/serial/core.c > drivers/serial/core.c:2456: parse error before > `this_object_must_be_defined_as_export_objs_in_the_Makefile' Hmmh, I cannot reproduce this, nor do I see how this would happen - Does your drivers/serial/Makefile have the line export-objs := core.o 8250.o suncore.o ? If you can reproduce this, could you mail me your .config? --Kai - 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/