Date: Mon, 04 Feb 2013 22:39:21 +1300 From: Andrew Turner <andrew@fubar.geek.nz> To: John Elder <johnsstephenelder@gmail.com> Cc: freebsd-arm <freebsd-arm@freebsd.org> Subject: Re: Cubieboard cross compile appears error Message-ID: <20130204223921.1497832b@bender> In-Reply-To: <CA%2B2R0XMcaZq8d0oJ11rULOFwFi%2Bww4earQe67U9yu6VcQpP9xA@mail.gmail.com> References: <CA%2B2R0XMcaZq8d0oJ11rULOFwFi%2Bww4earQe67U9yu6VcQpP9xA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 4 Feb 2013 14:09:14 +0800 John Elder <johnsstephenelder@gmail.com> wrote: ... > ===> gnu/usr.bin/cc/cc_int (install) > ===> gnu/usr.bin/cc/cc (install) > install -s -o root -g wheel -m 555 gcc /usr/arm-freebsd/usr/bin > /usr/arm-freebsd/usr/bin/cc -> /usr/arm-freebsd/usr/bin/gcc > *** Error code 64 > > Stop in /usr/src/gnu/usr.bin/cc/cc. > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/cc. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > ======================== > > so what should I do? It looks like you are running: make xdev XDEV=arm XDEV_ARCH=arm This was broken until r246315. It should work now. If I am correct is there a reason you need to run the xdev target? As the Cubieboard has an ARMv7 core you should be setting XDEV_ARCH to armv6 as it adds support for ARMv6 and later cores. Andrew
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130204223921.1497832b>