This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Building a cross-compiler for a Raspberry Pi
- From: Andrew Haley <aph at redhat dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Tue, 15 Mar 2016 15:47:56 +0000
- Subject: Re: Building a cross-compiler for a Raspberry Pi
- Authentication-results: sourceware.org; auth=none
- References: <20160313060143 dot 4e5a89b4c428e989bc0351c9 at laposte dot net> <56E547C3 dot 7010009 at redhat dot com> <20160313135107 dot 9dd2c57c3831c19574de4a7b at laposte dot net> <56E690C1 dot 2060406 at redhat dot com> <20160315115159 dot e4f39be8aed1d7264e0d8932 at laposte dot net> <56E7EBDB dot 2010108 at redhat dot com> <20160315162014 dot 17a2fc10dcf9edc32ed6c514 at laposte dot net>
On 03/15/2016 03:20 PM, YuGiOhJCJ Mailing-List wrote:
> Please tell me if what I have written in this message is wrong
> again. Maybe I have misunderstand something you told me so I want
> to be sure all is right.
It looks right.
You can cross-compile some target libraries if you want, but it's
actually easier to build a cross compiler in the way I described, then
use that cross compiler to build the new target libraries.
Andrew.