From owner-freebsd-arm@FreeBSD.ORG Sat Mar 2 23:10:23 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 404B5898 for ; Sat, 2 Mar 2013 23:10:23 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ia0-x235.google.com (mail-ia0-x235.google.com [IPv6:2607:f8b0:4001:c02::235]) by mx1.freebsd.org (Postfix) with ESMTP id F0721862 for ; Sat, 2 Mar 2013 23:10:22 +0000 (UTC) Received: by mail-ia0-f181.google.com with SMTP id w33so3771874iag.12 for ; Sat, 02 Mar 2013 15:10:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer:x-gm-message-state; bh=eHiywVJzlWgZHUi2sHJ9Pnj/1ubOFNwJTRcmWK6lUdU=; b=icDgCPzEmjqmAY4gx24XrTLd6JW0Or5NagmHr9Rt9WO66N71AlKjI+r6Oju+DnrfWx 9OchwWKvYr/kELBOTjGiJqhP2KQ6Qa/4wtd65n+VvX9s2PW3y+6fgzBTk2BFNFenNMJK VhFJAMkEmG2PDqhblBqr1mnOaFCPc73XKzH1xeU8g6OL+eoQd+ZCtODHA65yVG4mGWr7 dUcc6dwz12qSLFb7jIAZp8D+7Npr2TKdcQt78vBeKi5Yr5dwRxW0Wdc3Pl9JW8dkEbD/ Hu/9bYzbGrHPFgPRrPQv/vBgCWQKROY0r04Y+uDiJ7tfuMo49d6bjjSSn7EzbaBpJgiZ 6gyw== X-Received: by 10.42.92.72 with SMTP id s8mr17484629icm.0.1362265821055; Sat, 02 Mar 2013 15:10:21 -0800 (PST) Received: from 53.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPS id wx2sm4474190igb.4.2013.03.02.15.10.19 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 02 Mar 2013 15:10:20 -0800 (PST) Sender: Warner Losh Subject: Re: ARM EABI test image Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=windows-1252 From: Warner Losh In-Reply-To: Date: Sat, 2 Mar 2013 16:10:18 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <7A610A50-59AD-4236-9955-29E608857820@bsdimp.com> References: <20130302172556.5b59e122@bender> To: Tim Kientzle X-Mailer: Apple Mail (2.1085) X-Gm-Message-State: ALoCoQlaNz5OCIfk+5vP4gXo5xa8KvJD4PbUpUUHqoKtoBitSdYj8wwfUmbOdxa8rJDwmolhQ/CR Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 23:10:23 -0000 On Mar 2, 2013, at 10:45 AM, Tim Kientzle wrote: >=20 > On Mar 1, 2013, at 8:25 PM, Andrew Turner wrote: >=20 >> Hello, >>=20 >> I have built an updated ARM EABI test image for Raspberry Pi [1]. >>=20 >> The only known issue is c++ exception handling is broken when >> using in a dynamically linked executable. Static executables should >> work with c++ exceptions. >>=20 >> To test it you will have to extract it using unxz and dd it to an sd >> card, for example, with a USB to SD adapter on /dev/da0: >> $ unxz bsd-pi-eabi-r247609.img.xz >> $ dd if=3Dbsd-pi-eabi-r247609.img of=3D/dev/da0 >>=20 >> If you don't have a Raspberry Pi but would like to try it on your = board >> you can add -DWITH_ARM_EABI to the make commands you use to build and >> install world and the kernel. >=20 > For people working with my build scripts, it should suffice > to add this to your config.sh: >=20 > FREEBSD_WORLD_EXTRA_ARGS=3D"-DWITH_ARM_EABI" > FREEBSD_KERNEL_EXTRA_ARGS=3D"-DWITH_ARM_EABI" >=20 > I'm starting some builds right now=85. We've gotta get that fixed :( Warner