Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. SimpleGL :: libqscreensimplegl.so :: driver cannot connect problem

SimpleGL :: libqscreensimplegl.so :: driver cannot connect problem

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 1.9k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    post4pavan
    wrote on last edited by
    #1

    Hi,

    I am using Qt_Every_Where_OpenSource_4.7.4. on Ubuntu10.04LTS.
    I am using Qt_Embedded for ARM. I have successfully built Qt for target.

    I also have libqscreensimplegl.so in
    <Qt_Every.....Source>/plugins/gfxdrivers/libqscreensimplegl.so

    I ran make & sudo make install, but it is not available in the
    /usr/local/Trolltech/Qt-target-version/plugins/

    gfxdrivers directory itself is not present in the /usr/local/Troll.../...../plugins/ directory.

    I am facing a problem when this is used on target.
    How to get that ported onto target's rootfs?

    Please Suggest!

    Qt for Embedded! INTERESTING!

    1 Reply Last reply
    0
    • P Offline
      P Offline
      pierrevr
      wrote on last edited by
      #2

      Hi,

      you should be able to simply copy libqscreensimplegl.so to the plugins/gfxdrivers folder of your rootfs/target, just like make install would have done...
      A make install comand often doesn't do much more than some packaging, putting things in the right place & setting some rights.

      Regards.

      1 Reply Last reply
      0
      • P Offline
        P Offline
        post4pavan
        wrote on last edited by
        #3

        Hi Pierrevr, Thank You for your reply.
        [quote author="pierrevr" date="1330446628"]simply copy libqscreensimplegl.so to the plugins/gfxdrivers folder of your rootfs/target[/quote]I did the same, the library is present but, I think this is the problem, the screenshot here shows.
        "simplegl : driver cannot connect":https://picasaweb.google.com/116974524637935889316/WebPost#5714451017601457890

        [quote author="pierrevr" date="1330446628"]make install comand often doesn't do much more than some packaging, putting things in the right place & setting some rights[/quote]

        Yes, Were talking about some stripping the libraries so as to make them compatible for target? I guess!

        After looking at the error, What I thought was that, this did not happen!

        Please Suggest!

        Qt for Embedded! INTERESTING!

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved