C++ broken on Raspberry Pi?
Tom Vijlbrief
tvijlbrief at gmail.com
Sun Apr 21 13:06:44 UTC 2013
Date: Sat, 20 Apr 2013 08:27:39 -0700 (PDT)
> From: Sean Eric Fagan <sef at Kithrup.COM>
> To: freebsd-arm at freebsd.org
> Subject: Re: C++ broken on Raspberry Pi?
> Message-ID: <201304201527.r3KFRdlA001259 at kithrup.com>
>
> I realize it's unlikely, but any update on this? It prevents me from
> being able to do a buildworld (or, actually, even buildkernel!) on the Pi
> itself.
>
> Sean.
>
>
>
Did you try building with GCC ?
Currently doing a build world on the Pi:
/etc/make.conf:
CC=gcc
CXX=g++
More information about the freebsd-arm
mailing list