problem about directfb-Collection of common programming errors


  • Prakash
    c linux framebuffer directfb
    I recently downloaded DirectFB code version 1.7 from http://directfb.org/downloads/Core/DirectFB-1.7/DirectFB-1.7.0.tar.gz. After configuring ,compilation and installation I see the below files:# ls -l /usr/lib/*directfb* lrwxrwxrwx 1 root root 24 Dec 4 2011 /usr/lib/libdirectfb-1.2.so.9 -> libdirectfb-1.2.so.9.0.1 -rw-r–r– 1 root root 545516 Dec 4 2011 /usr/lib/libdirectfb-1.2.so.9.0.1/usr/lib/directfb-1.2-9: total 20The version of the lib installed in in-correct or rather old as s

  • Jules
    linux arm cross-compiling cortex-a8 directfb
    Trying to get a working directfb for use in an embedded system based on an i.MX53 processor (which is an ARM Cortex-A8 core) running Linux 2.6.35.3 (as supplied by Freescale).I have installed a cross compiler on my i686 debian host system. The cross compiler came from the embedian.org archive, and is the gcc-4.3-arm-linux-gnueabi package (arm-linux-gnueabi-gcc (Debian 4.3.2-1.1) 4.3.2). This is supplied with glibc 2.7. This is a different version from the version on my target system, which is

  • Tom Brito
    c++ g++ directfb
    I got the following directFB example code form the tutorials:#include <stdio.h> #include <unistd.h>#include <directfb/directfb.h>static IDirectFB *dfb = NULL; static IDirectFBSurface *primary = NULL; static int screen_width = 0; static int screen_height = 0; #define DFBCHECK(x…) \{ \DFBResult err = x; \\if (err != DFB_OK)

Web site is in building