Re: Building a cross-compiler for a Raspberry Pi

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 13/03/16 05:01, YuGiOhJCJ Mailing-List wrote:
> 1) How we determine the correct machine name?

It looks correct.

> 2) How to build my cross-compiler without glibc?

Copy the root filesystem from a Raspberry Pi onto your machine, then
configure gcc with --sysroot=<dirname>, the RPi root filesystem.  GCC
will then pull all target headers and libraries from the sysroot.

Andrew.





[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux