Advice on compiling GCJ for ARM
Andrew Haley
aph@redhat.com
Thu Sep 23 12:02:00 GMT 2010
On 22/09/10 16:05, Josh Marinacci wrote:
>> 4.5 branch: more or less 4.5.1.
>>>>> & glibc are you using?
>>>> Hmmm, dunno. Whatever is in Fedora 12: glibc-2.11.2-1.
>> Ah, so you are compiling against a premade glibc for your target
> OS. That was the part I was missing.
That's always the easiest way to do it. Build gcc against a system
that works, and you have a complete cross-gcc. You can use that
cross-gcc to make your target OS; that way you have a fully working
cross-gcc from the start.
Andrew.
More information about the Java
mailing list