From owner-freebsd-ppc@FreeBSD.ORG Sat Sep 13 17:33:01 2003 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C2AE16A4BF for ; Sat, 13 Sep 2003 17:33:01 -0700 (PDT) Received: from blarf.homeip.net (adsl-209-204-188-56.sonic.net [209.204.188.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id E142B43FDF for ; Sat, 13 Sep 2003 17:33:00 -0700 (PDT) (envelope-from alex@blarf.homeip.net) Received: by blarf.homeip.net (Postfix, from userid 2000) id 989702513A; Sat, 13 Sep 2003 17:33:00 -0700 (PDT) Date: Sat, 13 Sep 2003 17:33:00 -0700 From: Alex Zepeda To: peterg@ptree32.com.au, freebsd-ppc@freebsd.org Message-ID: <20030914003300.GA8119@blarf.homeip.net> References: <200309132335.ABM20845@dommail.onthenet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309132335.ABM20845@dommail.onthenet.com.au> User-Agent: Mutt/1.4.1i Subject: Re: How are things looking? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 00:33:01 -0000 On Sun, Sep 14, 2003 at 09:35:15AM +1000, peterg@ptree32.com.au wrote: > This is temporary - the source changes to fix the > char range warnings will be trickling in soon. Cool, what about the kernel? psim/ata_iobus.c and powermac/ata_macio.c need sys/taskqueue.h to be included somewhere. Once I got that far, the kernel failed to link because pmap_extract_and_hold was nowhere to be found. I just checked the cvs-all list, and it looks like nothing ppc related has been committed since I last cvsup'd (last night/this morning). This is with a generic kernel, which by the way leaves these x86 objects: zoodongle:/usr/obj/powerpc/usr/src/sys/GENERIC#file *.o|grep -v MSB aicasm.o: ELF 32-bit LSB relocatable, Intel 80386, version 1 (FreeBSD), not stripped aicasm_gram.o: ELF 32-bit LSB relocatable, Intel 80386, version 1 (FreeBSD), not stripped aicasm_macro_gram.o: ELF 32-bit LSB relocatable, Intel 80386, version 1 (FreeBSD), not stripped aicasm_macro_scan.o: ELF 32-bit LSB relocatable, Intel 80386, version 1 (FreeBSD), not stripped aicasm_scan.o: ELF 32-bit LSB relocatable, Intel 80386, version 1 (FreeBSD), not stripped aicasm_symbol.o: ELF 32-bit LSB relocatable, Intel 80386, version 1 (FreeBSD), not stripped The command I ran was: TARGET_ARCH=powerpc make buildkernel KERNCONF=GENERIC - alex