What's the recipe?
Tim Kientzle
tim at kientzle.com
Mon Sep 2 18:18:30 UTC 2013
On Sep 2, 2013, at 12:30 AM, Mark R V Murray <mark at grondar.org> wrote:
>
> CURRENT + crochet cannot build u-boot because it looks like the antique CURRENT/GCC-xdev can't handle a couple of command-line options that u-boot wants (-fstack-usage, the other is hiding), but if I remove those it eventually fails with redefinitions of things like __packed, __pure and so on (this is GCC "armv6-freebsd-gcc", not CLANG).
This is very odd. I've been occupied elsewhere, so I haven't
done any RPi builds recently, but I don't think anything has changed
(in either the U-boot version used there or in CURRENT/GCC)
since the last time I built.
> I tried to hack up a u-boot port using the Beaglebone Black u-boot port as an example; that needs devel/arm-eabi-gcc which fails because of redefinition of some functions during the build.
The BBB U-Boot port is badly broken for some reason
and I have no idea why. (Seems to break at the point
ubldr first calls into U-Boot.)
I've been digging through it a little this weekend but
have yet to isolate the issue.
Hmmm… I haven't rebuilt devel/arm-eabi-gcc in a while;
I wonder what broke that?
<sigh>
Tim
More information about the freebsd-arm
mailing list