ARM EABI test image

Tim Kientzle tim at kientzle.com
Sat Mar 2 17:45:13 UTC 2013


On Mar 1, 2013, at 8:25 PM, Andrew Turner wrote:

> Hello,
> 
> I have built an updated ARM EABI test image for Raspberry Pi [1].
> 
> The only known issue is c++ exception handling is broken when
> using in a dynamically linked executable. Static executables should
> work with c++ exceptions.
> 
> 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=bsd-pi-eabi-r247609.img of=/dev/da0
> 
> 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.

For people working with my build scripts, it should suffice
to add this to your config.sh:

FREEBSD_WORLD_EXTRA_ARGS="-DWITH_ARM_EABI"
FREEBSD_KERNEL_EXTRA_ARGS="-DWITH_ARM_EABI"

I'm starting some builds right now….

Tim



More information about the freebsd-arm mailing list