I'm using i.MX53 QSB
i did it.
1) environment var
~$ export CROSS_TOOLCHAIN=/opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-
~$ "$CROSS_TOOLCHAIN"g++
arm-none-linux-gnueabi-g++: no input files
2) codec
copied and renamed ( undercore to hyphen ) the fsl codec to /opt/freescale/pkgs
3) ltib
selected freetype, libpng, zlib, gstreamer-fsl-plugins and fsl-mm-codec-libs
4) kernel config
selected POSIX message queues
5) inflexion library
copied libinflexionui.so to ~/ltib/rootfs/usr/lib
6) inflexion demo
~$ export PATH=$PATH:/opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin
~/Downloads/InflexionUI-Runtime-2.3/Linux/demo/inflexion_demo$ make LTIB_ROOTFS=/home/gorio/ltib/rootfs
~/Downloads/InflexionUI-Runtime-2.3/Linux/demo/inflexion_demo/bin$ sudo cp inflexionui_demo /home/gorio/ltib/rootfs
7) on i.MX53 QSB
~$ export LD_LIBRARY_PATH=/usr/lib/
~$ cd /
~$ ./inflexionui_demo
root@freescale ~$ ./inflexionui_demo
Screen resolution = 800x480
Using default touch panel calibration values (use TPCAL="left, right, top, bottom" to override)
Running on an i.MX53
ERROR: Graphics Error - Menu could not be opened
Error in Initializing Inflexion UI for Linux Framework
Exiting from main()root@freescale ~$