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 > : > > : > : >