[ft] Cross compiling for arm (python for android)

2015-03-22 Thread Oliver Marks
I am trying to build the freetype library for android currently it seems to build correctly but i do not get the files i am expecting. if i run ./configure --host=arm-eabi i get the files below ./build/freetype/freetype-2.5. 5/objs/libfreetype.la

Re: [ft] Cross compiling for arm (python for android)

2015-03-22 Thread suzuki toshiya
Hi Oliver, According to http://pastebin.ubuntu.com/10650897/ : checking whether the arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/oly/.buildozer/android/platform/android-ndk-r9d/platforms/android-14/arch-arm linker (arm-linux-androideabi-ld) supports

Re: [ft] Cross compiling for arm (python for android)

2015-03-22 Thread Oliver Marks
Thanks a lot suzuki That pointed me in the right direction i am now using try ./configure --build=i686-pc-linux-gnu --host=arm-linux-androideabi --prefix=$BUILD_freetype --enable-shared --without-zlib --with-png=no --without-harfbuzz think i may have to build harfbuzz but i will do some more