Hi,
I'm trying to cross-compile DirectFB-1.1.0 for my arm based imx1 board.
I thought I compiled it correctly with this options in the configure:
    ./configure --prefix=/home/gorka/utiles-arm/DirectFB-1.0.0 --host=arm-linux 
--enable-osx=no --enable-zlib --enable-sdl

There was no error when compiling so I tried to use it.
I tried to launch dfbdump, but I always have the same error :

     =======================|  DirectFB 1.1.0  |=======================
          (c) 2001-2007  The DirectFB Organization (directfb.org)
          (c) 2000-2004  Convergence (integrated media) GmbH
        ------------------------------------------------------------

(*) DirectFB/Core: Single Application Core. (2007-08-29 13:54)
(!) DirectFB/core/vt: VT_GETSTATE failed!
    --> Invalid argument
(!) DirectFB/Core: Could not initialize 'system_core' core!
    --> Initialization error!
(#) DirectFBError [DirectFBCreate]: Initialization error!

Making a strace I can see where the problem is:

open("/dev/tty0", O_RDONLY|O_NOCTTY)    = 4
ioctl(4, VT_GETSTATE, 0xbed17970)       = -1 EINVAL (Invalid argument)
write(2, "(!) DirectFB/core/vt: VT_GETSTAT"..., 67(!) DirectFB/core/vt: 
VT_GETSTATE failed!
    --> Invalid argument
) = 67
close(4)                                = 0
close(3)                                = 0
write(2, "(!) DirectFB/Core: Could not ini"..., 90(!) DirectFB/Core: Could not 
initialize 'system_core' core!
    --> Initialization error!
) = 90

but I have no idea how can I fix the problem.

Any idea?

Thanks in advance,
Gorka ([EMAIL PROTECTED])






_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to