Michael Harper
2012-Jun-19 19:31 UTC
[Fontconfig] trouble compiling Fontconfig-wrong EABI version
I''m am trying to compile font config but every time i go to make I get the following errors. My ./configure is running successfully. I am using the --with-arch=arm command so i don''t see why it is compile fontconfig for EABI version 5. I''ve tried older and newer versions of fontconfig, always to the same results. /compilers/arm-gcc-3.3.4- glibc-2.3.2/lib/gcc-lib/arm-linux/3.3.4/../../../../arm-linux/bin/ld: ERROR: /targets/ts73x0/lib/libz.so is compiled for EABI version 0, whereas .libs/libfontconfig.so.1.1.0 is compiled for version 5 File format not recognized: failed to merge target specific data of file /targets/ts73x0/lib/libz.so /compilers/arm-gcc-3.3.4-glibc-2.3.2/lib/gcc-lib/arm-linux/3.3.4/../../../../arm-linux/bin/ld: ERROR: /targets/ts73x0/lib/libxml2.so is compiled for EABI version 0, whereas .libs/libfontconfig.so.1.1.0 is compiled for version 5 File format not recognized: failed to merge target specific data of file /targets/ts73x0/lib/libxml2.so /compilers/arm-gcc-3.3.4-glibc-2.3.2/lib/gcc-lib/arm-linux/3.3.4/../../../../arm-linux/bin/ld: ERROR: /targets/ts73x0/lib/libgcc_s.so is compiled for EABI version 0, whereas .libs/libfontconfig.so.1.1.0 is compiled for version 5 File format not recognized: failed to merge target specific data of file /targets/ts73x0/lib/libgcc_s.so /compilers/arm-gcc-3.3.4-glibc-2.3.2/lib/gcc-lib/arm-linux/3.3.4/../../../../arm-linux/bin/ld: ERROR: /targets/ts73x0/lib/libc.so.6 is compiled for EABI version 0, whereas .libs/libfontconfig.so.1.1.0 is compiled for version 5 File format not recognized: failed to merge target specific data of file /targets/ts73x0/lib/libc.so.6 /compilers/arm-gcc-3.3.4-glibc-2.3.2/lib/gcc-lib/arm-linux/3.3.4/../../../../arm-linux/bin/ld: ERROR: /targets/ts73x0/lib/libgcc_s.so is compiled for EABI version 0, whereas .libs/libfontconfig.so.1.1.0 is compiled for version 5 File format not recognized: failed to merge target specific data of file /targets/ts73x0/lib/libgcc_s.so -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/fontconfig/attachments/20120619/5c4d28ac/attachment.html>
Akira TAGOH
2012-Jun-20 02:08 UTC
[Fontconfig] trouble compiling Fontconfig-wrong EABI version
On Wed, Jun 20, 2012 at 4:31 AM, Michael Harper <mikeleeharper at gmail.com> wrote:> I''m am trying to compile font config but every time i go to make I get the > following errors. My ./configure is running successfully. I am using the > --with-arch=arm command so i don''t see why it is compile fontconfig for EABI > version 5. I''ve tried older and newer versions of fontconfig, always to the > same results.You can see from the logs what version of gcc you used during building fontconfig. I guess it will gives you a clue why it has EABI version 5 and it''s really up to what compiler you use. You should use the same version of compiler, which those libraries were built with, or you could rebuild them with yours. -- Akira TAGOH