Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Can't load driver dll: Page 1 of 3 (3 Items)
   
Can't load driver dll  
Hello,

I'm trying to run graphics on my system (Freescale P4080 PowerPC). I'm using a self made driverl derived from devg-flat.


To run my driver, I do the folowing :

# io-display  -c /mnt/sdhc/gf/display.conf -d vid=0x10ee,did=0x6024
Could not initialize device "vid=0x10ee,did=0x6024": No such file or directory
Check 'sloginfo' output for more details
io-display failed to initialise
# sloginfo -c                                                               
Time             Sev Major Minor Args
Aug 02 01:41:36    2     8   200 devg-flat.so: gfpr_dlopen: Library cannot be found

Here is the display.conf file content :

device {
        drivername=flat
        vid=0x10ee
        did=0x6024
        deviceindex=0
        memopts=/mnt/sdhc/gf/flat.conf
        display {
                xres=1920
                yres=1080
                refresh=30
                pixel_format=argb8888
        }
}


The driver devg-flat.so is in /mnt/sdhc/lib which is added to LD_LIBRARY_PATH. It is also added to procnto 
LD_LIBRARY_PATH in build file.

I spent hours to find why the library is not found.

Can anybody help me ?

Regards,
Nicolas