Download the source code  😛 http://www.linuxfromscratch.org/blfs/view/svn/general/libffi.htm configure the makefile ./configure CC=arm-linux-gnueabi-gcc CXX=arm-linux-gnurabi-g++ –host=arm-linux –build=i686-linux –prefix=/home/kclin/workspace/cross_result/pkg_config/ ux.cache –disable-dtrace –disable-systemtap –disable-selinux make && make install

Read More →

In order to support phonon feature in QT for ARM platform. We have to rebuilt the QT To support this, there are some libraries need to be pre-built.I will describe the build setting used (1) libffi  –  http://www.linuxfromscratch.org/blfs/view/svn/general/libffi.html (2) gstreamer – http://gstreamer.freedesktop.org/ (3) liboil – http://liboil.freedesktop.org/wiki/ (4) glib – https://developer.gnome.org/glib/ (5) zlib – http://www.zlib.net/ (6) […]

Read More →