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

Reply via email to