From owner-freebsd-arm@FreeBSD.ORG Mon Oct 30 20:28:28 2006 Return-Path: X-Original-To: arm@freebsd.org Delivered-To: freebsd-arm@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB4A716A407 for ; Mon, 30 Oct 2006 20:28:28 +0000 (UTC) (envelope-from daimon@dev-random.org) Received: from sharp.org (sharp.org [161.58.2.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5605443D6B for ; Mon, 30 Oct 2006 20:28:22 +0000 (GMT) (envelope-from daimon@dev-random.org) Received: from betty.wa.sharp.org (sharp.org [161.58.2.117]) by sharp.org (8.12.11.20060614/8.12.9) with ESMTP id k9UKSKfr027190 for ; Mon, 30 Oct 2006 13:28:21 -0700 (MST) Received: from betty.wa.sharp.org (e5027c2d75b84f92fe8937c25d177f20@localhost [127.0.0.1]) by betty.wa.sharp.org (8.13.6/8.13.3) with ESMTP id k9UKRXbl027609 for ; Mon, 30 Oct 2006 12:27:33 -0800 (PST) (envelope-from daimon@dev-random.org) Received: (from djs@localhost) by betty.wa.sharp.org (8.13.6/8.13.6/Submit) id k9UKRWkp027608 for arm@freebsd.org; Mon, 30 Oct 2006 12:27:32 -0800 (PST) (envelope-from daimon@dev-random.org) X-Authentication-Warning: betty.wa.sharp.org: djs set sender to daimon@dev-random.org using -f Date: Mon, 30 Oct 2006 12:27:32 -0800 From: David Sharp To: arm@freebsd.org Message-ID: <20061030202732.GE6575@mail.secure.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: trampoline X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2006 20:28:28 -0000 when doing a 'make trampoline' i get the errors: cc -O -nostdlib -I. -Xlinker -T -Xlinker ldscript.arm.tramp ../../../arm/arm/elf_trampoline.c ../../../arm/arm/inckern.S ../../../arm/arm/cpufunc_asm_arm7tdmi.S ../../../arm/arm/cpufunc_asm_arm8.S ../../../arm/arm/cpufunc_asm_arm9.S ../../../arm/arm/cpufunc_asm_sa1.S ../../../arm/arm/cpufunc_asm_arm10.S ../../../arm/arm/cpufunc_asm_xscale.S ../../../arm/arm/cpufunc_asm.S -o kernel.tramp In file included from /usr/obj/arm/usr/src/tmp/usr/include/sys/elf32.h:32, from ../../../arm/arm/elf_trampoline.c:28: /usr/obj/arm/usr/src/tmp/usr/include/sys/elf_common.h:46: error: syntax error before "u_int32_t" In file included from ../../../arm/arm/elf_trampoline.c:28: /usr/obj/arm/usr/src/tmp/usr/include/sys/elf32.h:38: error: syntax error before "Elf32_Addr" /usr/obj/arm/usr/src/tmp/usr/include/sys/elf32.h:39: error: syntax error before adding #include toward the top of sys/arm/arm/elf_trampoline.c fixes it. someone with a commit bit may want to fix this. david. From owner-freebsd-arm@FreeBSD.ORG Mon Oct 30 20:39:04 2006 Return-Path: X-Original-To: arm@freebsd.org Delivered-To: freebsd-arm@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5EFC16A40F for ; Mon, 30 Oct 2006 20:39:04 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BE6543D60 for ; Mon, 30 Oct 2006 20:38:52 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k9UKbJVa079897; Mon, 30 Oct 2006 13:37:20 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 30 Oct 2006 13:37:45 -0700 (MST) Message-Id: <20061030.133745.887360854.imp@bsdimp.com> To: daimon@dev-random.org From: "M. Warner Losh" In-Reply-To: <20061030202732.GE6575@mail.secure.net> References: <20061030202732.GE6575@mail.secure.net> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Mon, 30 Oct 2006 13:37:20 -0700 (MST) Cc: arm@freebsd.org Subject: Re: trampoline X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2006 20:39:04 -0000 In message: <20061030202732.GE6575@mail.secure.net> David Sharp writes: : : when doing a 'make trampoline' i get the errors: : : : cc -O -nostdlib -I. -Xlinker -T -Xlinker ldscript.arm.tramp ../../../arm/arm/elf_trampoline.c ../../../arm/arm/inckern.S ../../../arm/arm/cpufunc_asm_arm7tdmi.S ../../../arm/arm/cpufunc_asm_arm8.S ../../../arm/arm/cpufunc_asm_arm9.S ../../../arm/arm/cpufunc_asm_sa1.S ../../../arm/arm/cpufunc_asm_arm10.S ../../../arm/arm/cpufunc_asm_xscale.S ../../../arm/arm/cpufunc_asm.S -o kernel.tramp : In file included from /usr/obj/arm/usr/src/tmp/usr/include/sys/elf32.h:32, : from ../../../arm/arm/elf_trampoline.c:28: : /usr/obj/arm/usr/src/tmp/usr/include/sys/elf_common.h:46: error: syntax error before "u_int32_t" : In file included from ../../../arm/arm/elf_trampoline.c:28: : /usr/obj/arm/usr/src/tmp/usr/include/sys/elf32.h:38: error: syntax error before "Elf32_Addr" : /usr/obj/arm/usr/src/tmp/usr/include/sys/elf32.h:39: error: syntax error before : : : : adding #include toward the top of sys/arm/arm/elf_trampoline.c : fixes it. someone with a commit bit may want to fix this. -current or stable? Warner From owner-freebsd-arm@FreeBSD.ORG Mon Oct 30 20:40:55 2006 Return-Path: X-Original-To: arm@freebsd.org Delivered-To: freebsd-arm@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00DE516A412 for ; Mon, 30 Oct 2006 20:40:55 +0000 (UTC) (envelope-from daimon@dev-random.org) Received: from sharp.org (sharp.org [161.58.2.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02E6E43D82 for ; Mon, 30 Oct 2006 20:40:44 +0000 (GMT) (envelope-from daimon@dev-random.org) Received: from betty.wa.sharp.org (sharp.org [161.58.2.117]) by sharp.org (8.12.11.20060614/8.12.9) with ESMTP id k9UKeeSM028630 for ; Mon, 30 Oct 2006 13:40:43 -0700 (MST) Received: from betty.wa.sharp.org (21a594d96590085db73c2bbf12d5597b@localhost [127.0.0.1]) by betty.wa.sharp.org (8.13.6/8.13.3) with ESMTP id k9UKdr4w027856; Mon, 30 Oct 2006 12:39:53 -0800 (PST) (envelope-from daimon@dev-random.org) Received: (from djs@localhost) by betty.wa.sharp.org (8.13.6/8.13.6/Submit) id k9UKdqaE027855; Mon, 30 Oct 2006 12:39:52 -0800 (PST) (envelope-from daimon@dev-random.org) X-Authentication-Warning: betty.wa.sharp.org: djs set sender to daimon@dev-random.org using -f Date: Mon, 30 Oct 2006 12:39:52 -0800 From: David Sharp To: "M. Warner Losh" Message-ID: <20061030203952.GA27807@mail.secure.net> References: <20061030202732.GE6575@mail.secure.net> <20061030.133745.887360854.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061030.133745.887360854.imp@bsdimp.com> User-Agent: Mutt/1.4.2.2i Cc: arm@freebsd.org Subject: Re: trampoline X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2006 20:40:55 -0000 -current as of an hour or two ago. On 2006.10.30 13:37:45 +0000, M. Warner Losh wrote: > In message: <20061030202732.GE6575@mail.secure.net> > David Sharp writes: > : > : when doing a 'make trampoline' i get the errors: > : > : > : cc -O -nostdlib -I. -Xlinker -T -Xlinker ldscript.arm.tramp ../../../arm/arm/elf_trampoline.c ../../../arm/arm/inckern.S ../../../arm/arm/cpufunc_asm_arm7tdmi.S ../../../arm/arm/cpufunc_asm_arm8.S ../../../arm/arm/cpufunc_asm_arm9.S ../../../arm/arm/cpufunc_asm_sa1.S ../../../arm/arm/cpufunc_asm_arm10.S ../../../arm/arm/cpufunc_asm_xscale.S ../../../arm/arm/cpufunc_asm.S -o kernel.tramp > : In file included from /usr/obj/arm/usr/src/tmp/usr/include/sys/elf32.h:32, > : from ../../../arm/arm/elf_trampoline.c:28: > : /usr/obj/arm/usr/src/tmp/usr/include/sys/elf_common.h:46: error: syntax error before "u_int32_t" > : In file included from ../../../arm/arm/elf_trampoline.c:28: > : /usr/obj/arm/usr/src/tmp/usr/include/sys/elf32.h:38: error: syntax error before "Elf32_Addr" > : /usr/obj/arm/usr/src/tmp/usr/include/sys/elf32.h:39: error: syntax error before > : > : > : > : adding #include toward the top of sys/arm/arm/elf_trampoline.c > : fixes it. someone with a commit bit may want to fix this. > > -current or stable? > > Warner > From owner-freebsd-arm@FreeBSD.ORG Mon Oct 30 21:32:48 2006 Return-Path: X-Original-To: arm@freebsd.org Delivered-To: freebsd-arm@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EF5716A407 for ; Mon, 30 Oct 2006 21:32:48 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFCB443D46 for ; Mon, 30 Oct 2006 21:32:47 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k9ULVD71080446; Mon, 30 Oct 2006 14:31:13 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 30 Oct 2006 14:31:38 -0700 (MST) Message-Id: <20061030.143138.232931177.imp@bsdimp.com> To: daimon@dev-random.org From: "M. Warner Losh" In-Reply-To: <20061030203952.GA27807@mail.secure.net> References: <20061030202732.GE6575@mail.secure.net> <20061030.133745.887360854.imp@bsdimp.com> <20061030203952.GA27807@mail.secure.net> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Mon, 30 Oct 2006 14:31:13 -0700 (MST) Cc: arm@freebsd.org Subject: Re: trampoline X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2006 21:32:48 -0000 In message: <20061030203952.GA27807@mail.secure.net> David Sharp writes: : -current as of an hour or two ago. OK. I'll investigate. BTW, which flavor of ARM are you using? Warner : : On 2006.10.30 13:37:45 +0000, M. Warner Losh wrote: : > In message: <20061030202732.GE6575@mail.secure.net> : > David Sharp writes: : > : : > : when doing a 'make trampoline' i get the errors: : > : : > : : > : cc -O -nostdlib -I. -Xlinker -T -Xlinker ldscript.arm.tramp ../../../arm/arm/elf_trampoline.c ../../../arm/arm/inckern.S ../../../arm/arm/cpufunc_asm_arm7tdmi.S ../../../arm/arm/cpufunc_asm_arm8.S ../../../arm/arm/cpufunc_asm_arm9.S ../../../arm/arm/cpufunc_asm_sa1.S ../../../arm/arm/cpufunc_asm_arm10.S ../../../arm/arm/cpufunc_asm_xscale.S ../../../arm/arm/cpufunc_asm.S -o kernel.tramp : > : In file included from /usr/obj/arm/usr/src/tmp/usr/include/sys/elf32.h:32, : > : from ../../../arm/arm/elf_trampoline.c:28: : > : /usr/obj/arm/usr/src/tmp/usr/include/sys/elf_common.h:46: error: syntax error before "u_int32_t" : > : In file included from ../../../arm/arm/elf_trampoline.c:28: : > : /usr/obj/arm/usr/src/tmp/usr/include/sys/elf32.h:38: error: syntax error before "Elf32_Addr" : > : /usr/obj/arm/usr/src/tmp/usr/include/sys/elf32.h:39: error: syntax error before : > : : > : : > : : > : adding #include toward the top of sys/arm/arm/elf_trampoline.c : > : fixes it. someone with a commit bit may want to fix this. : > : > -current or stable? : > : > Warner : > : : From owner-freebsd-arm@FreeBSD.ORG Mon Oct 30 21:41:04 2006 Return-Path: X-Original-To: arm@freebsd.org Delivered-To: freebsd-arm@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FA5D16A4DD for ; Mon, 30 Oct 2006 21:41:04 +0000 (UTC) (envelope-from daimon@dev-random.org) Received: from sharp.org (sharp.org [161.58.2.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C98643D5E for ; Mon, 30 Oct 2006 21:39:29 +0000 (GMT) (envelope-from daimon@dev-random.org) Received: from betty.wa.sharp.org (sharp.org [161.58.2.117]) by sharp.org (8.12.11.20060614/8.12.9) with ESMTP id k9ULdCUs035234 for ; Mon, 30 Oct 2006 14:39:19 -0700 (MST) Received: from betty.wa.sharp.org (cfc063df797c127492fa50c991f1cefe@localhost [127.0.0.1]) by betty.wa.sharp.org (8.13.6/8.13.3) with ESMTP id k9ULcPDn028979; Mon, 30 Oct 2006 13:38:25 -0800 (PST) (envelope-from daimon@dev-random.org) Received: (from djs@localhost) by betty.wa.sharp.org (8.13.6/8.13.6/Submit) id k9ULcOqB028978; Mon, 30 Oct 2006 13:38:25 -0800 (PST) (envelope-from daimon@dev-random.org) X-Authentication-Warning: betty.wa.sharp.org: djs set sender to daimon@dev-random.org using -f Date: Mon, 30 Oct 2006 13:38:24 -0800 From: David Sharp To: "M. Warner Losh" Message-ID: <20061030213824.GA28767@mail.secure.net> References: <20061030202732.GE6575@mail.secure.net> <20061030.133745.887360854.imp@bsdimp.com> <20061030203952.GA27807@mail.secure.net> <20061030.143138.232931177.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061030.143138.232931177.imp@bsdimp.com> User-Agent: Mutt/1.4.2.2i Cc: arm@freebsd.org Subject: Re: trampoline X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2006 21:41:04 -0000 AT91RM9200 on a custom board. On 2006.10.30 14:31:38 +0000, M. Warner Losh wrote: > In message: <20061030203952.GA27807@mail.secure.net> > David Sharp writes: > : -current as of an hour or two ago. > > OK. I'll investigate. BTW, which flavor of ARM are you using? > > Warner > > : > : On 2006.10.30 13:37:45 +0000, M. Warner Losh wrote: > : > In message: <20061030202732.GE6575@mail.secure.net> > : > David Sharp writes: > : > : > : > : when doing a 'make trampoline' i get the errors: > : > : > : > : > : > : cc -O -nostdlib -I. -Xlinker -T -Xlinker ldscript.arm.tramp ../../../arm/arm/elf_trampoline.c ../../../arm/arm/inckern.S ../../../arm/arm/cpufunc_asm_arm7tdmi.S ../../../arm/arm/cpufunc_asm_arm8.S ../../../arm/arm/cpufunc_asm_arm9.S ../../../arm/arm/cpufunc_asm_sa1.S ../../../arm/arm/cpufunc_asm_arm10.S ../../../arm/arm/cpufunc_asm_xscale.S ../../../arm/arm/cpufunc_asm.S -o kernel.tramp > : > : In file included from /usr/obj/arm/usr/src/tmp/usr/include/sys/elf32.h:32, > : > : from ../../../arm/arm/elf_trampoline.c:28: > : > : /usr/obj/arm/usr/src/tmp/usr/include/sys/elf_common.h:46: error: syntax error before "u_int32_t" > : > : In file included from ../../../arm/arm/elf_trampoline.c:28: > : > : /usr/obj/arm/usr/src/tmp/usr/include/sys/elf32.h:38: error: syntax error before "Elf32_Addr" > : > : /usr/obj/arm/usr/src/tmp/usr/include/sys/elf32.h:39: error: syntax error before > : > : > : > : > : > : > : > : adding #include toward the top of sys/arm/arm/elf_trampoline.c > : > : fixes it. someone with a commit bit may want to fix this. > : > > : > -current or stable? > : > > : > Warner > : > > : > : > From owner-freebsd-arm@FreeBSD.ORG Mon Oct 30 23:22:59 2006 Return-Path: X-Original-To: arm@freebsd.org Delivered-To: freebsd-arm@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2043E16A403 for ; Mon, 30 Oct 2006 23:22:59 +0000 (UTC) (envelope-from mlfbsd@dong.ci0.org) Received: from dong.ci0.org (cognet.ci0.org [80.65.224.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2129B43D58 for ; Mon, 30 Oct 2006 23:22:50 +0000 (GMT) (envelope-from mlfbsd@dong.ci0.org) Received: from dong.ci0.org (localhost.ci0.org [127.0.0.1]) by dong.ci0.org (8.13.7/8.13.4) with ESMTP id k9UNWsoQ013452; Tue, 31 Oct 2006 00:32:54 +0100 (CET) (envelope-from mlfbsd@dong.ci0.org) Received: (from mlfbsd@localhost) by dong.ci0.org (8.13.7/8.13.4/Submit) id k9UNWsIf013451; Tue, 31 Oct 2006 00:32:54 +0100 (CET) (envelope-from mlfbsd) Date: Tue, 31 Oct 2006 00:32:53 +0100 From: Olivier Houchard To: David Sharp Message-ID: <20061030233253.GA13421@ci0.org> References: <20061030202732.GE6575@mail.secure.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061030202732.GE6575@mail.secure.net> User-Agent: Mutt/1.4.1i Cc: arm@freebsd.org Subject: Re: trampoline X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2006 23:22:59 -0000 On Mon, Oct 30, 2006 at 12:27:32PM -0800, David Sharp wrote: > > when doing a 'make trampoline' i get the errors: > > > cc -O -nostdlib -I. -Xlinker -T -Xlinker ldscript.arm.tramp ../../../arm/arm/elf_trampoline.c ../../../arm/arm/inckern.S ../../../arm/arm/cpufunc_asm_arm7tdmi.S ../../../arm/arm/cpufunc_asm_arm8.S ../../../arm/arm/cpufunc_asm_arm9.S ../../../arm/arm/cpufunc_asm_sa1.S ../../../arm/arm/cpufunc_asm_arm10.S ../../../arm/arm/cpufunc_asm_xscale.S ../../../arm/arm/cpufunc_asm.S -o kernel.tramp > In file included from /usr/obj/arm/usr/src/tmp/usr/include/sys/elf32.h:32, > from ../../../arm/arm/elf_trampoline.c:28: > /usr/obj/arm/usr/src/tmp/usr/include/sys/elf_common.h:46: error: syntax error before "u_int32_t" > In file included from ../../../arm/arm/elf_trampoline.c:28: > /usr/obj/arm/usr/src/tmp/usr/include/sys/elf32.h:38: error: syntax error before "Elf32_Addr" > /usr/obj/arm/usr/src/tmp/usr/include/sys/elf32.h:39: error: syntax error before > > > > adding #include toward the top of sys/arm/arm/elf_trampoline.c > fixes it. someone with a commit bit may want to fix this. > > david. > Oops, we must have depended on namespace pollution. Thanks for reporting ! Olivier From owner-freebsd-arm@FreeBSD.ORG Tue Oct 31 19:42:28 2006 Return-Path: X-Original-To: arm@freebsd.org Delivered-To: freebsd-arm@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D44BF16A530; Tue, 31 Oct 2006 19:42:28 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E82243D4C; Tue, 31 Oct 2006 19:42:27 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.13.8/8.13.8) with ESMTP id k9VJgQSB029402; Tue, 31 Oct 2006 14:42:26 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.13.8/8.13.8) with ESMTP id k9VJgQY7072959; Tue, 31 Oct 2006 14:42:26 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A4F627306B; Tue, 31 Oct 2006 14:42:26 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20061031194226.A4F627306B@freebsd-current.sentex.ca> Date: Tue, 31 Oct 2006 14:42:26 -0500 (EST) X-Virus-Scanned: ClamAV version 0.88.1, clamav-milter version 0.88.1 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 19:42:29 -0000 TB --- 2006-10-31 18:37:49 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-10-31 18:37:49 - starting HEAD tinderbox run for arm/arm TB --- 2006-10-31 18:37:49 - cleaning the object tree TB --- 2006-10-31 18:38:21 - checking out the source tree TB --- 2006-10-31 18:38:21 - cd /tinderbox/HEAD/arm/arm TB --- 2006-10-31 18:38:21 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2006-10-31 18:49:11 - building world (CFLAGS=-O2 -pipe) TB --- 2006-10-31 18:49:11 - cd /src TB --- 2006-10-31 18:49:11 - /usr/bin/make -B buildworld >>> World build started on Tue Oct 31 18:49:13 UTC 2006 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O2 -pipe -I/src/usr.sbin/bsnmpd/gensnmptree/../../../contrib/bsnmp/lib -DQUADFMT='"llu"' -DQUADXFMT='"llx"' -DHAVE_STDINT_H -DHAVE_INTTYPES_H -c /src/usr.sbin/bsnmpd/gensnmptree/../../../contrib/bsnmp/gensnmptree/gensnmptree.c cc -O2 -pipe -I/src/usr.sbin/bsnmpd/gensnmptree/../../../contrib/bsnmp/lib -DQUADFMT='"llu"' -DQUADXFMT='"llx"' -DHAVE_STDINT_H -DHAVE_INTTYPES_H -o gensnmptree gensnmptree.o gzip -cn /src/usr.sbin/bsnmpd/gensnmptree/../../../contrib/bsnmp/gensnmptree/gensnmptree.1 > gensnmptree.1.gz ===> usr.sbin/bsnmpd/bsnmpd (all) cc -O2 -pipe -I/src/usr.sbin/bsnmpd/bsnmpd/../../../contrib/bsnmp/lib -I/src/usr.sbin/bsnmpd/bsnmpd/../../../contrib/bsnmp/snmpd -I. -DUSE_LIBBEGEMOT -DUSE_TCPWRAPPERS -DQUADFMT='"llu"' -DQUADXFMT='"llx"' -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_ERR_H -DHAVE_STRLCPY -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c /src/usr.sbin/bsnmpd/bsnmpd/../../../contrib/bsnmp/snmpd/main.c cc -O2 -pipe -I/src/usr.sbin/bsnmpd/bsnmpd/../../../contrib/bsnmp/lib -I/src/usr.sbin/bsnmpd/bsnmpd/../../../contrib/bsnmp/snmpd -I. -DUSE_LIBBEGEMOT -DUSE_TCPWRAPPERS -DQUADFMT='"llu"' -DQUADXFMT='"llx"' -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_ERR_H -DHAVE_STRLCPY -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c /src/usr.sbin/bsnmpd/bsnmpd/../../../contrib/bsnmp/snmpd/action.c /src/usr.sbin/bsnmpd/bsnmpd/../../../contrib/bsnmp/snmpd/action.c:57: error: `OIDX_freeBSDVersion' undeclared here (not in a function) /src/usr.sbin/bsnmpd/bsnmpd/../../../contrib/bsnmp/snmpd/action.c:65: warning: 'act_getkernstring' defined but not used *** Error code 1 Stop in /src/usr.sbin/bsnmpd/bsnmpd. *** Error code 1 Stop in /src/usr.sbin/bsnmpd. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-10-31 19:42:26 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-10-31 19:42:26 - ERROR: failed to build world TB --- 2006-10-31 19:42:26 - tinderbox aborted TB --- 0.38 user 1.65 system 3877.09 real http://tinderbox.des.no//tinderbox/logs/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Wed Nov 1 01:44:24 2006 Return-Path: X-Original-To: arm@freebsd.org Delivered-To: freebsd-arm@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 540DB16A40F for ; Wed, 1 Nov 2006 01:44:24 +0000 (UTC) (envelope-from daimon@dev-random.org) Received: from sharp.org (sharp.org [161.58.2.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3AEE43D78 for ; Wed, 1 Nov 2006 01:44:21 +0000 (GMT) (envelope-from daimon@dev-random.org) Received: from betty.wa.sharp.org (sharp.org [161.58.2.117]) by sharp.org (8.12.11.20060614/8.12.9) with ESMTP id kA11iKZ4028933 for ; Tue, 31 Oct 2006 18:44:20 -0700 (MST) Received: from betty.wa.sharp.org (c063086d670a747fb23a37c29c2daeb7@localhost [127.0.0.1]) by betty.wa.sharp.org (8.13.6/8.13.3) with ESMTP id kA11hSsw060779 for ; Tue, 31 Oct 2006 17:43:28 -0800 (PST) (envelope-from daimon@dev-random.org) Received: (from djs@localhost) by betty.wa.sharp.org (8.13.6/8.13.6/Submit) id kA11hSNi060778 for arm@freebsd.org; Tue, 31 Oct 2006 17:43:28 -0800 (PST) (envelope-from daimon@dev-random.org) X-Authentication-Warning: betty.wa.sharp.org: djs set sender to daimon@dev-random.org using -f Date: Tue, 31 Oct 2006 17:43:28 -0800 From: David Sharp To: arm@freebsd.org Message-ID: <20061101014328.GB37930@mail.secure.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: root on SD X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 01:44:24 -0000 should using an SD card for root work, or is this still work in progress? my board hangs after the at the 'Trying to mount root' message. david. Found SD card 252968960 bytes \ Default: /kernel.gz.tramp boot: cmd is '' KDB: debugger backends: ddb KDB: current backend: ddb Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 7.0-CURRENT #4: Tue Oct 31 23:48:21 UTC 2006 root@hush.wa.sharp.org:/usr/src/sys/arm/compile/DRCPS0 CPU: ARM920T rev 0 (ARM9TDMI core) DC enabled IC enabled WB enabled LABT 16KB/32B 64-way Instruction cache 16KB/32B 64-way write-back-locking-A Data cache real memory = 67108864 (64 MB) avail memory = 62189568 (59 MB) atmelarm0: on motherboard at91_st0: mem 0xdffffd00-0xdffffdff irq 1 on atmelarm0 at91_st0: watchdog registered, timeout intervall max. 64 sec at91_pio0: mem 0xdffff400-0xdffff5ff irq 1 on atmelarm0 at91_pio0: ABSR: 0x60 OSR: 0 PSR:0x738001f ODSR: 0 at91_pio0: [FAST] at91_pio1: mem 0xdffff600-0xdffff7ff irq 1 on atmelarm0 at91_pio1: ABSR: 0xff338 OSR: 0 PSR:0x3fc00cc7 ODSR: 0 at91_pio1: [FAST] at91_pio2: mem 0xdffff800-0xdffff9ff irq 1 on atmelarm0 at91_pio2: ABSR: 0 OSR: 0 PSR:0xc07f ODSR: 0 at91_pio2: [FAST] at91_pio3: mem 0xdffffa00-0xdffffbff irq 1 on atmelarm0 at91_pio3: ABSR: 0 OSR: 0 PSR:0xfffffff ODSR: 0 at91_pio3: [FAST] at91_pmc0: mem 0xdffffc00-0xdffffcff irq 1 on atmelarm0 at91_pmc0: Primary: 10000000 Hz PLLA: 180 MHz CPU: 180 MHz MCK: 60 MHz at91_rtc0: mem 0xdffffe00-0xdffffeff irq 1 on atmelarm0 at91_rtc0: [FAST] at91_mci0: mem 0xdffb4000-0xdffb7fff irq 10 on atmelarm0 mmc0: on at91_mci0 ate0: mem 0xdffbc000-0xdffbffff irq 24 on atmelarm0 ate0: Cannot find my PHY. device_attach: ate0 attach returned 6 uart0: mem 0xdffff200-0xdffff3ff irq 1 on atmelarm0 uart0: [FAST]uart0: console (115200,n,8,1) uart1: mem 0xdffc0000-0xdffc3fff irq 6 on atmelarm0 uart1: [FAST] uart2: mem 0xdffc4000-0xdffc7fff irq 7 on atmelarm0 uart2: [FAST] uart3: mem 0xdffc8000-0xdffcbfff irq 8 on atmelarm0 uart3: [FAST] uart4: mem 0xdffcc000-0xdffcffff irq 9 on atmelarm0 uart4: [FAST] at91_ssc0: mem 0xdffd0000-0xdffd3fff irq 14 on atmelarm0 at91_ssc1: mem 0xdffd4000-0xdffd7fff irq 15 on atmelarm0 at91_ssc2: mem 0xdffd8000-0xdffdbfff irq 16 on atmelarm0 at91_spi0: mem 0xdffe0000-0xdffe3fff irq 13 on atmelarm0 spibus0: on at91_spi0 Cannot get 100 Hz clock; using 128Hz at91_st0: [FAST] Timecounter "AT91RM9200 timer" frequency 32768 Hz quality 1000 Timecounters tick every 7.812 msec at91_mci0: Setting controller bus width to 1 at91_mci0: Setting controller bus width to 1 at91_mci0: Setting controller bus width to 1 at91_mci0: Setting controller bus width to 1 at91_mci0: Setting controller bus width to 1 at91_mci0: Setting controller bus width to 1 SD CARD: 252968960 bytes at91_mci0: Setting controller bus width to 1 mmcsd0: on mmc0 mmc0: setting transfer rate to 30.000MHz at91_mci0: Setting controller bus width to 1 Trying to mount root from ufs:mmcsd0s1a From owner-freebsd-arm@FreeBSD.ORG Wed Nov 1 03:27:18 2006 Return-Path: X-Original-To: arm@freebsd.org Delivered-To: freebsd-arm@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0915C16A40F for ; Wed, 1 Nov 2006 03:27:18 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8CB443D49 for ; Wed, 1 Nov 2006 03:27:17 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kA13Pv07006523; Tue, 31 Oct 2006 20:25:57 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 31 Oct 2006 20:26:23 -0700 (MST) Message-Id: <20061031.202623.1649769601.imp@bsdimp.com> To: daimon@dev-random.org From: "M. Warner Losh" In-Reply-To: <20061101014328.GB37930@mail.secure.net> References: <20061101014328.GB37930@mail.secure.net> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 31 Oct 2006 20:25:58 -0700 (MST) Cc: arm@freebsd.org Subject: Re: root on SD X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 03:27:18 -0000 In message: <20061101014328.GB37930@mail.secure.net> David Sharp writes: : should using an SD card for root work, or is this still : work in progress? my board hangs after the at the : 'Trying to mount root' message. It works for me... : Found SD card 252968960 bytes : \ : Default: /kernel.gz.tramp : boot: : cmd is '' : KDB: debugger backends: ddb : KDB: current backend: ddb : Copyright (c) 1992-2006 The FreeBSD Project. : Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 : The Regents of the University of California. All rights reserved. : FreeBSD is a registered trademark of The FreeBSD Foundation. : FreeBSD 7.0-CURRENT #4: Tue Oct 31 23:48:21 UTC 2006 : root@hush.wa.sharp.org:/usr/src/sys/arm/compile/DRCPS0 : CPU: ARM920T rev 0 (ARM9TDMI core) : DC enabled IC enabled WB enabled LABT : 16KB/32B 64-way Instruction cache : 16KB/32B 64-way write-back-locking-A Data cache : real memory = 67108864 (64 MB) : avail memory = 62189568 (59 MB) : atmelarm0: on motherboard : at91_st0: mem 0xdffffd00-0xdffffdff irq 1 on atmelarm0 : at91_st0: watchdog registered, timeout intervall max. 64 sec : at91_pio0: mem 0xdffff400-0xdffff5ff irq 1 on atmelarm0 : at91_pio0: ABSR: 0x60 OSR: 0 PSR:0x738001f ODSR: 0 : at91_pio0: [FAST] : at91_pio1: mem 0xdffff600-0xdffff7ff irq 1 on atmelarm0 : at91_pio1: ABSR: 0xff338 OSR: 0 PSR:0x3fc00cc7 ODSR: 0 : at91_pio1: [FAST] : at91_pio2: mem 0xdffff800-0xdffff9ff irq 1 on atmelarm0 : at91_pio2: ABSR: 0 OSR: 0 PSR:0xc07f ODSR: 0 : at91_pio2: [FAST] : at91_pio3: mem 0xdffffa00-0xdffffbff irq 1 on atmelarm0 : at91_pio3: ABSR: 0 OSR: 0 PSR:0xfffffff ODSR: 0 : at91_pio3: [FAST] : at91_pmc0: mem 0xdffffc00-0xdffffcff irq 1 on atmelarm0 : at91_pmc0: Primary: 10000000 Hz PLLA: 180 MHz CPU: 180 MHz MCK: 60 MHz : at91_rtc0: mem 0xdffffe00-0xdffffeff irq 1 on atmelarm0 : at91_rtc0: [FAST] : at91_mci0: mem 0xdffb4000-0xdffb7fff irq 10 on atmelarm0 : mmc0: on at91_mci0 : ate0: mem 0xdffbc000-0xdffbffff irq 24 on atmelarm0 : ate0: Cannot find my PHY. : device_attach: ate0 attach returned 6 : uart0: mem 0xdffff200-0xdffff3ff irq 1 on atmelarm0 : uart0: [FAST]uart0: console (115200,n,8,1) : uart1: mem 0xdffc0000-0xdffc3fff irq 6 on atmelarm0 : uart1: [FAST] : uart2: mem 0xdffc4000-0xdffc7fff irq 7 on atmelarm0 : uart2: [FAST] : uart3: mem 0xdffc8000-0xdffcbfff irq 8 on atmelarm0 : uart3: [FAST] : uart4: mem 0xdffcc000-0xdffcffff irq 9 on atmelarm0 : uart4: [FAST] : at91_ssc0: mem 0xdffd0000-0xdffd3fff irq 14 on atmelarm0 : at91_ssc1: mem 0xdffd4000-0xdffd7fff irq 15 on atmelarm0 : at91_ssc2: mem 0xdffd8000-0xdffdbfff irq 16 on atmelarm0 : at91_spi0: mem 0xdffe0000-0xdffe3fff irq 13 on atmelarm0 : spibus0: on at91_spi0 : Cannot get 100 Hz clock; using 128Hz : at91_st0: [FAST] : Timecounter "AT91RM9200 timer" frequency 32768 Hz quality 1000 : Timecounters tick every 7.812 msec : at91_mci0: Setting controller bus width to 1 : at91_mci0: Setting controller bus width to 1 : at91_mci0: Setting controller bus width to 1 : at91_mci0: Setting controller bus width to 1 : at91_mci0: Setting controller bus width to 1 : at91_mci0: Setting controller bus width to 1 : SD CARD: 252968960 bytes : at91_mci0: Setting controller bus width to 1 : mmcsd0: on mmc0 : mmc0: setting transfer rate to 30.000MHz : at91_mci0: Setting controller bus width to 1 : Trying to mount root from ufs:mmcsd0s1a What does your /etc/fstab look like? What happens if you have boot verbose set? I'll check to make sure I've merged everything from p4... Warner From owner-freebsd-arm@FreeBSD.ORG Wed Nov 1 04:17:55 2006 Return-Path: X-Original-To: arm@freebsd.org Delivered-To: freebsd-arm@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8391616A403 for ; Wed, 1 Nov 2006 04:17:55 +0000 (UTC) (envelope-from daimon@dev-random.org) Received: from sharp.org (sharp.org [161.58.2.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1931443D45 for ; Wed, 1 Nov 2006 04:17:55 +0000 (GMT) (envelope-from daimon@dev-random.org) Received: from betty.wa.sharp.org (sharp.org [161.58.2.117]) by sharp.org (8.12.11.20060614/8.12.9) with ESMTP id kA14HjAU047828 for ; Tue, 31 Oct 2006 21:17:54 -0700 (MST) Received: from betty.wa.sharp.org (2d30ffc1ee241b6ab4b50c9e48679bcd@localhost [127.0.0.1]) by betty.wa.sharp.org (8.13.6/8.13.3) with ESMTP id kA14HFpo001373; Tue, 31 Oct 2006 20:17:16 -0800 (PST) (envelope-from daimon@dev-random.org) Received: (from djs@localhost) by betty.wa.sharp.org (8.13.6/8.13.6/Submit) id kA14HC6n001372; Tue, 31 Oct 2006 20:17:12 -0800 (PST) (envelope-from daimon@dev-random.org) X-Authentication-Warning: betty.wa.sharp.org: djs set sender to daimon@dev-random.org using -f Date: Tue, 31 Oct 2006 20:17:12 -0800 From: David Sharp To: "M. Warner Losh" Message-ID: <20061101041712.GA902@mail.secure.net> References: <20061101014328.GB37930@mail.secure.net> <20061031.202623.1649769601.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061031.202623.1649769601.imp@bsdimp.com> User-Agent: Mutt/1.4.2.2i Cc: arm@freebsd.org Subject: Re: root on SD X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 04:17:55 -0000 On 2006.10.31 20:26:23 +0000, M. Warner Losh wrote: > : at91_mci0: Setting controller bus width to 1 > : SD CARD: 252968960 bytes > : at91_mci0: Setting controller bus width to 1 > : mmcsd0: on mmc0 > : mmc0: setting transfer rate to 30.000MHz > : at91_mci0: Setting controller bus width to 1 > : Trying to mount root from ufs:mmcsd0s1a > > What does your /etc/fstab look like? What happens if you have boot > verbose set? /dev/mmcsd0s1a / ufs ro,noatime 1 1 this board still has some hardware issues i think. after turning on boot verbose i get SD CARD: 252968960 bytes at91_mci0: Setting controller bus width to 1 mmcsd0: on mmc0 mmc0: setting transfer rate to 30.000MHz at91_mci0: Setting controller bus width to 1 Trying to mount root from ufs:mmcsd0s1a vm_fault(0xc01c9900, 0, 1, 0) -> 1 Fatal kernel mode data abort: 'Translation Fault (S)' trapframe: 0xc5723da8 FSR=00000005, FAR=00000000, spsr=600000d3 r0 =c08163a0, r1 =00000139, r2 =00000003, r3 =00000000 r4 =c0816548, r5 =c08163a0, r6 =00000003, r7 =c08163a0 r8 =c086523c, r9 =00002f36, r10=00000000, r11=c5723e10 r12=00000004, ssp=c5723df4, slr=c00612e0, pc =c00608fc vm_fault(0xc01c9900, 0, 2, 0) -> 1 Fatal kernel mode data abort: 'Translation Fault (S)' trapframe: 0xc5723b34 FSR=00000005, FAR=00000000, spsr=600000d3 r0 =00000000, r1 =00000000, r2 =c5723ba4, r3 =00000000 r4 =c5723ba4, r5 =c00608fc, r6 =c01cd454, r7 =c5723da8 r8 =00000005, r9 =c5723ef8, r10=00000000, r11=c5723b9c r12=c5723b80, ssp=c5723b80, slr=c00045e8, pc =c0001000 panic: Fatal abort Uptime: 1s Cannot dump. No dump device defined. vm_fault(0xc01c9900, 0, 1, 0) -> 1 Fatal kernel mode data abort: 'Translation Fault (S)' . . . also, something seems to be messed up with the MDIO on my board. the mac does not seem to be finding any phy. > > I'll check to make sure I've merged everything from p4... > > Warner > From owner-freebsd-arm@FreeBSD.ORG Wed Nov 1 08:08:09 2006 Return-Path: X-Original-To: arm@freebsd.org Delivered-To: freebsd-arm@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECB9216A403; Wed, 1 Nov 2006 08:08:09 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52DB843D4C; Wed, 1 Nov 2006 08:08:09 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.13.8/8.13.8) with ESMTP id kA1888s2014516; Wed, 1 Nov 2006 03:08:08 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.13.8/8.13.8) with ESMTP id kA1888a1059749; Wed, 1 Nov 2006 03:08:08 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id C1CCA73068; Wed, 1 Nov 2006 03:08:07 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20061101080807.C1CCA73068@freebsd-current.sentex.ca> Date: Wed, 1 Nov 2006 03:08:07 -0500 (EST) X-Virus-Scanned: ClamAV version 0.88.1, clamav-milter version 0.88.1 on clamscanner4 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 08:08:10 -0000 TB --- 2006-11-01 07:12:48 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-11-01 07:12:48 - starting HEAD tinderbox run for arm/arm TB --- 2006-11-01 07:12:48 - cleaning the object tree TB --- 2006-11-01 07:13:18 - checking out the source tree TB --- 2006-11-01 07:13:18 - cd /tinderbox/HEAD/arm/arm TB --- 2006-11-01 07:13:20 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2006-11-01 07:24:03 - building world (CFLAGS=-O2 -pipe) TB --- 2006-11-01 07:24:03 - cd /src TB --- 2006-11-01 07:24:03 - /usr/bin/make -B buildworld >>> World build started on Wed Nov 1 07:24:06 UTC 2006 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O2 -pipe -I/src/sbin/fsck_ffs -DRESCUE -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /src/sbin/fsck_ffs/pass5.c cc -O2 -pipe -I/src/sbin/fsck_ffs -DRESCUE -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /src/sbin/fsck_ffs/setup.c cc -O2 -pipe -I/src/sbin/fsck_ffs -DRESCUE -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /src/sbin/fsck_ffs/utilities.c cc -O2 -pipe -I/src/sbin/fsck_ffs -DRESCUE -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /src/sbin/fsck_ffs/../../sys/ufs/ffs/ffs_subr.c cc -O2 -pipe -I/src/sbin/fsck_ffs -DRESCUE -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /src/sbin/fsck_ffs/../../sys/ufs/ffs/ffs_tables.c cc -O2 -pipe -I/src/sbin/fsck_ffs -DRESCUE -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /src/sbin/fsck_ffs/gjournal.c /src/sbin/fsck_ffs/gjournal.c: In function `gjournal_check': /src/sbin/fsck_ffs/gjournal.c:717: warning: dereferencing type-punned pointer will break strict-aliasing rules *** Error code 1 Stop in /src/sbin/fsck_ffs. *** Error code 1 Stop in /obj/arm/src/rescue/rescue. *** Error code 1 Stop in /src/rescue/rescue. *** Error code 1 Stop in /src/rescue. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-11-01 08:08:07 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-11-01 08:08:07 - ERROR: failed to build world TB --- 2006-11-01 08:08:07 - tinderbox aborted TB --- 0.47 user 1.50 system 3319.20 real http://tinderbox.des.no//tinderbox/logs/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Thu Nov 2 22:11:19 2006 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72E6116A494 for ; Thu, 2 Nov 2006 22:11:19 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id F089B43D53 for ; Thu, 2 Nov 2006 22:11:18 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0J8400L2KIYUI810@osl1smout1.broadpark.no> for freebsd-arm@freebsd.org; Thu, 02 Nov 2006 23:11:18 +0100 (CET) Received: from kg-work.kg4.no ([80.203.109.36]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with SMTP id <0J8400E6XIYTBWJ1@osl1sminn1.broadpark.no> for freebsd-arm@freebsd.org; Thu, 02 Nov 2006 23:11:17 +0100 (CET) Date: Thu, 02 Nov 2006 23:11:14 +0100 From: Torfinn Ingolfsen X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH To: freebsd-arm@freebsd.org Message-id: <20061102231114.9a02b099.torfinn.ingolfsen@broadpark.no> MIME-version: 1.0 X-Mailer: Sylpheed version 2.2.9 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Porting FreeBSD/arm to the GP2X? X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 22:11:19 -0000 Hello, Has anybody looked into porting FreeBSD/arm to the GP2X? The GP2X is a handheld gaming device which runs Linux: http://www.gp2x.com/ http://wiki.gp2x.org/wiki/GP2X The machine has one ARM 920T core as the main cpu, and one ARM 940T core acting as coprocessor. It uses SD cards for storage. It would be nice running FreeBSD on it. -- Regards, Torfinn Ingolfsen, Norway From owner-freebsd-arm@FreeBSD.ORG Sat Nov 4 18:46:41 2006 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3956916A4FD for ; Sat, 4 Nov 2006 18:46:41 +0000 (UTC) (envelope-from eadueibc@dsiweb.net) Received: from dsiweb.net (218-168-196-3.dynamic.hinet.net [218.168.196.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 49BC443D5F for ; Sat, 4 Nov 2006 18:46:31 +0000 (GMT) (envelope-from eadueibc@dsiweb.net) Message-ID: <01c701c6ff06$3fae14c0$9865d9c0@waccompanimentm> From: "YJerome Glenna" To: Date: Sun, 05 Nov 2006 02:46:23 +0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Dynamic Equity Report yo X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: YJerome Glenna List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 18:46:41 -0000 THE PR CAMPAIGN IS ON GET IN FIRST THING IN THE MORNING This advisory is based on exclusive insiders/agents information. (NHVP.PK) NHVP has provided investors with 1000% + gains during the real estate boom, and now with the sector at its bottom, is ready to provide with results yet again.. OCT 13th: Northeast Development Corp. to Receive Funding from European Investment Firm. Preliminary discussions suggest figures of -3 million with a combination of real estate and equity collateralization. GET IN ON MONDAY NOV 6th: at 08 cents its a STEAL - Volume: 8,000 - Volume: + 100% - Price: +100% The key to any tade is buying low and selling high, WELL the REAL ESTATE market has bottomed out and time to get in is now. We specialise in calling market bottom and when it comes to REAL ESTATE THIS IS THE BOTTOM, SO GET IN FOLKS TRUE RED WHITE AND BLUE COMPANY TRUE RED WHITE AND BLUE COMPANY Two days after the accident, the Federal Aviation Administration ordered small, fixed-wing planes not to fly over the East River unless the pilot is in contact with air traffic controllers. McKay's funeral in Victorville was the first for the five U.S. Forest Service firefighters who were overrun by flames October 26 in Southern California's San Jacinto Mountains. McKay's funeral in Victorville was the first for the five U.S. Forest Service firefighters who were overrun by flames October 26 in Southern California's San Jacinto Mountains. Several thousand GOP supporters cheered Bush as he strode into the darkened Springfield Exposition Center where volunteers handed out signs that said "Cards fans for Talent" -- a reference to the St. Louis Cardinals' World Series victory.