Problem Cross Compiling Freetype


scachi

Member
Joined
Dec 28, 2005
Messages
451
Hi,

I am trying to cross compile a newer version of freetype for the caanoo without success, it fails with a "missing crt1.o" message.
There is only a crt1.o file for "arm" but no "i386" included in the sdk, maybe this is the source of the problem ?
I have compiled some other libs without problems (bzip,mng,curl).

Has anyone successfully cross compiled freetype for the caanoo ?
Is a "better" structured caanoo sdk than the official one available ? Or something like the gp2x/wiz cross tools script ?
 
i also have this, but i solved it putting the missing crt1.o in all of the project folder. ;)
it can be help you?
 
kayuz said:
i also have this, but i solved it putting the missing crt1.o in all of the project folder. ;)
it can be help you?
For which architecture was the crt1.o you copied to the project folder ?
I can't find an i386 version of crt1.o on my system.
 
Last edited by a moderator:
If you're compiling to Caanoo, you just need the (Caanoo) ARM one.
You only need x86 "version" if you're compiling to run/test on your PC.
 
Rodolfo said:
If you're compiling to Caanoo, you just need the (Caanoo) ARM one.
You only need x86 "version" if you're compiling to run/test on your PC.
Thank you very much :)
 
Last edited by a moderator:
Back
Top