On 07/14/2011 10:52 AM, DJ Delorie wrote:
>> Is there a newer cross compiler packages somewhere?
> 
> If you don't mind building it yourself, see my bootstrap.git repo at:
> 
>   http://djdelorie.fedorapeople.org/
> 
> The stage1 script can be invoked as "./stage1 binutils; ./stage1
> gcc-host" to just get the raw compiler (no libraries).

I got some errors when building the kernel:
 
armv7hl-redhat-linux-gnueabi-ld: cannot find libgcc.a: No such file or directory

Looks like also need to do

./stage1 gcc-libgcc

Just went through the list in stage1:

        go kernel-headers
        go binutils
        go gcc-host
        go glibc-headers
        go gcc-libgcc
        go glibc

Looks like I have a kernel built.

Now time to figure out how to install it on a sd card. :)

-Will
_______________________________________________
arm mailing list
arm@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/arm

Reply via email to