Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jul 2014 23:37:28 -0700
From:      Nathan Whitehorn <nwhitehorn@freebsd.org>
To:        freebsd-arm@freebsd.org
Subject:   Re: what's the updated command(s) to build a toolchain for r-pi!
Message-ID:  <53D34CA8.4040009@freebsd.org>
In-Reply-To: <538542CC-D053-4904-AE6F-0C76D946F971@mail.turbofuzz.com>
References:  <CAJ-Vmo=qm6_e%2BHamddxuuMj6n1UBjM1EThTigb3W5FJrvxjnSw@mail.gmail.com> <538542CC-D053-4904-AE6F-0C76D946F971@mail.turbofuzz.com>

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

On 07/25/14 23:24, Jordan Hubbard wrote:
> On Jul 25, 2014, at 11:16 PM, Adrian Chadd <adrian@freebsd.org> wrote:
>
>> So, assuming I'm starting from scratch (and just assume I'm doing it
>> in a jail, so there's no existing toolchain to interfere) - what's the
>> correct way to build the cross-dev toolchain so it'll work for
>> crochet?
> I was going to ask that too.  On -current, the crochet instructions don’t actually work since the GCC xdev build blows up.  Conversely, the clang xdev build works, but then crochet can’t find the compiler it’s looking for and it blows up there.  I’m reduced to building world on the RPI itself.  22 hours and counting. ;-)
>
> - Jordan
>
> _______________________________________________
> freebsd-arm@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-arm
> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"
>

Why do you need the xdev toolchain for building world? Just make 
buildworld TARGET=arm TARGET_ARCH=armv6 will do the trick.
-Nathan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53D34CA8.4040009>