As the Raspberry Pi is an ARM architecture is it possible that having
and i386 target is the problem?
--host=$(CROSS_COMPILE) --build=i386-linux \
Either way I would be most interested to know if direct-fb could be made to
work on the Pi. Please do keep us informed!
On 18/07/2012 09:35, Alberich de megres wrote:
Hello!!
Anyone has been able to run directfb on a raspberry pi?
I'm trying to use the gfxdriver=gles with fbdev or egl but no luck.
I'm getting this error with directfb 1.6.1
(*) DirectFB/Core: Single Application Core. (2010-06-29 16:09) [ DEBUG ]
(!) DirectFB/core/system: No system found!
(#) DirectFBError [DirectFBCreate() failed]: No (suitable) implementation found!
I checked my path to libs, set the modules=/lib/path in directfbrc,
but always the same error.
My configure line is like:
EGL_LIBS=$(ROOTFS)/lib EGL_CFLAGS=-L$(ROOTFS)/lib ./configure
--host=$(CROSS_COMPILE) --build=i386-linux \
--target=$(CROSS_COMPILE) --prefix=$(ROOTFS) --disable-png
--disable-gif --enable-fbdev=yes --disable-freetype --disable-x11 \
--with-sysroot=$(ROOTFS)/lib --with-gfxdrivers='gles2'
--with-inputdrivers='linuxinput' --enable-egl --disable-mesa \
--enable-debug --disable-fusion
ROOTFS points to the output fs, on which I copied the libEGL and so
from/op/vc/....
thanks!
_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev