Go to previous topic
Go to next topic
Last Post 18 Jan 2013 09:47 AM by  cjrice@tva.gov
Building X for LogicPD DM3730 torpedo
 2 Replies
Author Messages
cjrice@tva.gov
New Member
New Member
Posts:


--
16 Oct 2012 03:44 PM
    I am not able to build X11 or nanoX. libX11.so won't build because linker can not find library xcb-xlib. Anyone get this to work?
    steven.eckhoff@logicpd.com
    Basic Member
    Basic Member
    Posts:192


    --
    02 Nov 2012 08:21 AM
    Hello, I would like to know more details; specifically,

    1. Are you using the Virtual Machine SDK for the DM37x Linux BSP?

    2. Are you using LTIB?

    3. How are you seeing this error?

    4. What is the terminal output leading up to this?
    cjrice@tva.gov
    New Member
    New Member
    Posts:


    --
    18 Jan 2013 09:47 AM
    Had problem with fontconfig-2.4.2. The error was as follows:

    /usr/lib/i386-linux-gnu/libfreetype.so: could not read symbols: File in wrong format

    I downloaded the package and used the ltib shell (./ltib -m shell). Ran make with re-defined location for FREETYPE_LIBS as follows:

    LTIB> make FREETYPE_LIBS='-L/usr/lib -lfreetype -lz'

    make was successful.

    Had to download these required packages (not included automatically).

    ./ltib -p libxslt

    ./lbtib -p libxm2

    Full XORG package now builds. The XFbdev server works find. I have not been able to successfully run the full X image.

    Has anyone been able to run it?

    Also, anyone been able to run OpenGL with Graphics Accelerator support?


    ---