Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2013 16:10:18 -0700
From:      Warner Losh <imp@bsdimp.com>
To:        Tim Kientzle <tim@kientzle.com>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: ARM EABI test image
Message-ID:  <7A610A50-59AD-4236-9955-29E608857820@bsdimp.com>
In-Reply-To: <C7C13A33-4B04-43EF-8C73-3876BEEAE9FA@kientzle.com>
References:  <20130302172556.5b59e122@bender> <C7C13A33-4B04-43EF-8C73-3876BEEAE9FA@kientzle.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7A610A50-59AD-4236-9955-29E608857820>