Hi!

I am trying to run an application on omap35 board which uses Directfb. I get
The following assert:
(*) DirectFB/Core: Single Application Core. (2009-07-24 09:07) [ DEBUG ]
(*) Direct/Memcpy: Using armasm_memcpy()
(*) Direct/Thread: Started 'VT Switcher' (1200) [CRITICAL OTHER/OTHER 0/0]
<8388608>...
(*) Direct/Thread: Started 'VT Flusher' (-1) [DEFAULT OTHER/OTHER 0/0]
<8388608>...
(*) DirectFB/FBDev: Found 'omapfb' (ID 49) with frame buffer at 0x83a00000,
1800k (MMIO 0x00000000, 0k)
(*) Direct/Thread: Started 'Linux Input' (1203) [INPUT OTHER/OTHER 0/0]
<8388608>...
(*) DirectFB/Input: omap_twl4030keypad (1) 0.1 (directfb.org)
(*) Direct/Thread: Started 'Linux Input' (1204) [INPUT OTHER/OTHER 0/0]
<8388608>...
(*) DirectFB/Input: gpio-keys (2) 0.1 (directfb.org)
(*) Direct/Thread: Started 'Linux Input' (1205) [INPUT OTHER/OTHER 0/0]
<8388608>...
(*) DirectFB/Input: ADS784x Touchscreen (3) 0.1 (directfb.org)
(*) Direct/Thread: Started 'Keyboard Input' (1206) [INPUT OTHER/OTHER 0/0]
<8388608>...
(*) DirectFB/Input: Keyboard 0.9 (directfb.org)
(!) [Main Thread       0.000] ( 1198) *** Assertion [__size > 0] failed ***
[shmalloc.c:549 in fusion_dbg_shcalloc()]
(!) [ 1198:    0.000] --> Caught signal 5 (unknown origin) <--

My configuration parameters for compiling Direct fb are as follows:
FREETYPE_CFLAGS="-I$TARGET_FS/usr/local/include/freetype2" \
FREETYPE_LIBS=$TARGET_FS/usr/local/lib/libfreetype.so \
LIBJPEG=$TARGET_FS/usr/local/lib/libjpeg.so \
LIBPNG=$TARGET_FS/usr/local/lib/libpng12.so \
./configure --host=$HOST --target=$TARGET
CPPFLAGS=-I$TARGET_FS/usr/local/include \
--disable-x11 --enable-debug --disable-voodoo --disable-sysfs --disable-mmx
--disable-sse --disable-sdl \
--enable-jpeg --enable-zlib --enable-png --enable-gif --enable-freetype
--disable-video4linux --disable-video4linux2 \
--with-gfxdrivers=all --with-inputdrivers=all --enable-shared=yes
--enable-static=no
gmake
gmake install DESTDIR=$TARGET_FS

Can you please let me know if the problem is with the configuration or
something else.

Thank you.
Regards,
Asawari Bhagat
_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to