Directfb TSlib

View: New views
2 Messages — Rating Filter:   Alert me  

Directfb TSlib

by RainerB :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

i use svn 25623 and a modified at91sam9263_defconfig.(Config is attached).
I'am able to build a rootfile and to mount it.
After exporting some values for TSLIB ts_test and ts_calibrate runs.

df_andi fails with :
df_andi: can't resolve symbol 'tslib_parse_vars'

I noticed this problem already in the past.
(https://lists.berlios.de/pipermail/tslib-general/attachments/20070217/fbdca453/attachment.ksh )

I rebuild and replace the following libs:

dejitter.so
linear.so
pthres.so
variances.so

Now fd_andi runs until the messages appears :
f_andi.c <504>:
        (#) DirectFBError [dfb->CreateImageProvider( dfb, DATADIR"/tux.png", &provider )]: No (suitable) implementation found!
The file tux.png is located in /usr/share.

I'am not sure, but maybe DATADIR is not set correctly during the build process ?


I run strace df_andi (The output is attached) and noticed something strange :
....
open("/home/rainer/Entwicklung/buildroot/build_arm/staging_dir/usr/lib/libdirect-1.2.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libdirect-1.2.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libdirect-1.2.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libdirect-1.2.so.0", O_RDONLY) = 12
...


More important for me gtk-demo runs and now i try to build a test application with gtk+ and libglade.
 

Regards

Rainer

log.txt
config


Re: Directfb TSlib

by RainerB :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The file tux.png is located in /usr/share/directfb-examples

Sorry

Rainer