[fedora-arm] Is a recent arm cross compiler available?

William Cohen wcohen at redhat.com
Thu Jul 14 18:57:11 UTC 2011


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


More information about the arm mailing list