I have successfully cross compiled Directfb for TI  DaVinci DM365.

But when I try to run Directfb Tutorial example applications on board .I am 
getting the following errors.......
~~~~~~~~~~~~~~~~~~~~~~~~~~| DirectFB 1.2.0 |~~~~~~~~~~~~~~~~~~~~~~~~~~
(c) 2001-2008 The world wide DirectFB Open Source Community
(c) 2000-2004 Convergence (integrated media) GmbH
----------------------------------------------------------------
(*) DirectFB/Core: Single Application Core. (2010-04-21 05:54)
(!) DirectFB/core/system: No system found!
simple.c <96>:
(#) DirectFBError [DirectFBCreate (&dfb)]: No (suitable) implementation found!

Hello,

For cross compilation, I am doing following steps

1) configure

./configure CC=arm_v5t_le-gcc 
LDFLAGS="-L/opt/mv_pro_5.0/montavista/pro/devkit/arm/v5t_le/target/lib/" 
CFLAGS="-I/opt/mv_pro_5.0/montavista/pro/devkit/arm/v5t_le/include/" 
PKG_CONFIG=/home/Harris/workdir/filesys/usr/lib/pkgconfig/ 
--prefix=/home/Harris/workdir/filesys/usr 
--exec-prefix=/home/Harris/workdir/filesys/usr --build=i686 --host=arm-linux 
--enable-x11=no --with-gfxdrivers=davinci --with-inputdrivers=none 
--enable-fbdev=yes --enable-png=no --enable-freetype=no --enable-jpeg=no
where, /home/Harris/workdir/filesys is out target file system.

2) make ; make install 

I have also checked putting data on /dev/fb0 [echo "aaaaaaaaaaaaaaaaaaaa" 
>/dev/fb0]
I am able to see the data after wrinting on int. [cat /dev/fb0]


Please Help...!!!


Thanks,
Ujjal

_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to