From owner-freebsd-mips@FreeBSD.ORG Thu May 22 17:30:45 2008 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F39C106567A for ; Thu, 22 May 2008 17:30:45 +0000 (UTC) (envelope-from jrytoung@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.237]) by mx1.freebsd.org (Postfix) with ESMTP id D35798FC16 for ; Thu, 22 May 2008 17:30:44 +0000 (UTC) (envelope-from jrytoung@gmail.com) Received: by wr-out-0506.google.com with SMTP id 50so199324wra.13 for ; Thu, 22 May 2008 10:30:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=gnWQn7Ybuv+wBmwI5gCgK35ZRZDhe9tAs2NU65Wyu9A=; b=B/226B1uLXSyOpiMpANP7RcxsvWSxkk3L1ajaCs5F4eNMH2tbhQB6JB7HQEaob8RLLLy4m+zKZcwdOakY6CoV3ZVM4VKiqmO1EilnIfoubZVLwhLnR5KPPOlhXvj2I9HtDYRoyiJGvKqvhv9t22LM9bibJqGS95Hu6hOS1qIosM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=FxTJa6gJrtwWcYCKFTnHbbf/6D8PL8BeeTmzTxhKz8bk5vDDN9KyXFQbtFdNN43RHTaPsJmFkU6DTD4dmcrgLcpChHPr6R+AEaTSQjbpTpq7Q0bFuCPdeUNDu55jtTmROpgbX/Y6ciLPW4/cFo+hBpCkglK15h/kY4chQRJrFqI= Received: by 10.115.18.1 with SMTP id v1mr473570wai.81.1211477443766; Thu, 22 May 2008 10:30:43 -0700 (PDT) Received: by 10.115.94.7 with HTTP; Thu, 22 May 2008 10:30:43 -0700 (PDT) Message-ID: <86068e730805221030y14c82544h64429067413a50d0@mail.gmail.com> Date: Thu, 22 May 2008 10:30:43 -0700 From: "Jerry Toung" To: freebsd-mips@freebsd.org, "M. Warner Losh" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: mips build from HEAD X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2008 17:30:45 -0000 I patched files.mips and options.mips, now make buildkernel complains about opt_cputype.h missing. If I comment out that include file, locore.S fails with several opcode unresolved. -I/usr/home/jtoung/MIPS/src/sys/gnu/fs/xfs -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -EL -fno-pic -mno-abicalls -G0 -march=mips32 -msoft-float -mno-dsp -ffreestanding /usr/home/jtoung/MIPS/src/sys/mips/mips/exception.S:57:25: error: opt_cputype.h: No such file or directory /usr/home/jtoung/MIPS/src/sys/mips/mips/swtch.S:58:25: error: opt_cputype.h: No such file or directory /usr/home/jtoung/MIPS/src/sys/mips/mips/tlb.S:58:25: error: opt_cputype.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/obj/mips/usr/home/jtoung/MIPS/src/sys/MALTA. *** Error code 1 Stop in /usr/home/jtoung/MIPS/src. *** Error code 1 Stop in /usr/home/jtoung/MIPS/src.