2009/2/25 Jean-Claude Repetto
<address@hidden>
David Turner a écrit :
Hello,
Thanks to mpsuzuki, Werner and David for your answers.
It seems the problem came from a syntax error in the ARM assembly language. But I could compile successfully freetype-2.3.8 for the at4x0a version of the ARM processor, with this cross-compiler :
<http://www.tomtom.com/gpl/toolchain_at4x0a_gcc-4.2.1_glibc-2.6-20080202.tar.bz2>
Does it mean that assembly language is not used for this processor ?
Not necessarily, it depends on how pedantic your assembler really is, which could come from the way the toolchain was configured or something else.
The best way to determine if the code is compiled or not is to add deliberate "#error FOO" lines in it and see if this is reflected at build time.
Regards,