From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Fri, 02 May 2003 05:18:32 +0100 (BST) Received: from zok.SGI.COM ([IPv6:::ffff:204.94.215.101]:5808 "EHLO zok.sgi.com") by linux-mips.org with ESMTP id ; Fri, 2 May 2003 05:18:30 +0100 Received: from larry.melbourne.sgi.com (larry.melbourne.sgi.com [134.14.52.130]) by zok.sgi.com (8.12.9/8.12.2/linux-outbound_gateway-1.2) with SMTP id h424IKVV014914; Thu, 1 May 2003 21:18:21 -0700 Received: from kao2.melbourne.sgi.com (kao2.melbourne.sgi.com [134.14.55.180]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id OAA04399; Fri, 2 May 2003 14:18:19 +1000 Received: by kao2.melbourne.sgi.com (Postfix, from userid 16331) id 7D7403001F4; Fri, 2 May 2003 14:18:18 +1000 (EST) Received: from kao2.melbourne.sgi.com (localhost [127.0.0.1]) by kao2.melbourne.sgi.com (Postfix) with ESMTP id 65838164; Fri, 2 May 2003 14:18:18 +1000 (EST) X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 From: Keith Owens To: "Michael Anburaj" Cc: linux-mips@linux-mips.org Subject: Re: Linux for MIPS Atlas 4Kc board -problems :( In-reply-to: Your message of "Thu, 01 May 2003 20:25:20 MST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 May 2003 14:18:13 +1000 Message-ID: <8921.1051849093@kao2.melbourne.sgi.com> Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) X-archive-position: 2250 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: kaos@sgi.com Precedence: bulk X-list: linux-mips On Thu, 01 May 2003 20:25:20 -0700, "Michael Anburaj" wrote: >Then I configured using, >$ make ARCH=mips menuconfig >[root@localhost linux]# make >make -f scripts/Makefile.build obj=arch/mips/kernel >arch/mips/kernel/offset.s > gcc -Wp,-MD,arch/mips/kernel/.offset.s.d -D__KERNEL__ -Iinclude -Wall >-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer >-fno-strict-aliasing -fno-common -I /usr/src/linux/include/asm/gcc -G 0 >-mno-abicalls -fno-pic -pipe -mcpu=r4600 -mips2 -Wa,--trap -nostdinc >-iwithprefix include -DKBUILD_BASENAME=offset -S -o >arch/mips/kernel/offset.s arch/mips/kernel/offset.c >gcc: cannot specify -o with -c or -S and multiple compilations >make[1]: *** [arch/mips/kernel/offset.s] Error 1 >make: *** [arch/mips/kernel/offset.s] Error 2 You have to specify ARCH=mips on _all_ make commands, not just make *config. Do 'make ARCH=mips' for the second one.