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. Embedded Qt unexpected PLT reloc error?
Qt 6.11 is out! See what's new in the release blog

Embedded Qt unexpected PLT reloc error?

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 1 Posters 2.6k 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.
  • T Offline
    T Offline
    terryfryar
    wrote on last edited by
    #1

    Compiled and installed Qt Embedded 4.8.0 for a beagleboard (arm) using Codesourcery toolchain. All compile, build, install ok. But trying to run one of the examples on the target board I get:

    ./tvtennis: error while loading shared libraries: /usr/local/Trolltech/Qt-embed-arm-4.8.0/lib/libQtCore.so.4: unexpected PLT reloc type 0x0d

    Wrote a small "test.c" app and hand compiled it, and included all standard libs that QtCore uses and program runs fine. But, if I link in QtCore, I get the PLT reloc error? The same toolchain was used to build the kernel as the Qt library and test apps. The root fs is compatible. What am I missing here?

    Any ideas?

    1 Reply Last reply
    0
    • T Offline
      T Offline
      terryfryar
      wrote on last edited by
      #2

      Was able to make Qt 4.7.4 and run examples/demos with no problem. This was using same toolchain (codesourcery 2010.09-50). No plt errors. What has changed between 4.7.4 and 4.8.0 I wonder??

      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