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. Qt 4.8.5 cross-compiling on OSx issue
QtWS25 Last Chance

Qt 4.8.5 cross-compiling on OSx issue

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 652 Views
  • 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.
  • S Offline
    S Offline
    Solree
    wrote on last edited by
    #1

    Hi Guys,

    I'm trying to compile Qt for arm on MacOs Mavericks. At first I configure it with this command:

    ./configure -prefix /opt/local/lib/QtEmbedded/ -opensource -confirm-license -no-qt3support -qt-zlib -no-libtiff -qt-libpng -no-libmng -qt-libjpeg -embedded arm -xplatform qws/linux-arm-gnueabi-g++ -little-endian -qt-freetype -no-opengl -qt-gfx-vnc -qt-gfx-linuxfb -depths 8,16,18,32 -qt-kbd-tty -qt-kbd-linuxinput -qt-mouse-linuxinput -host-little-endian -no-pch

    It was configured just with few (ha-ha almost 20) warnings. However, when I tried to compile Qt, I got an error:

    .obj/release-shared-emb-arm/qmousedriverfactory_qws.o: In function QMouseDriverFactory::create(QString const&, QString const&)': qmousedriverfactory_qws.cpp:(.text+0x1d4): undefined reference to QWSLinuxTPMouseHandler::QWSLinuxTPMouseHandler(QString const&, QString const&)'
    collect2: error: ld returned 1 exit status
    make[1]: *** [../../lib/libQtGui.so.4.8.5] Error 1
    make: *** [sub-gui-make_default-ordered] Error 2

    Maybe somebody knows how to fix it?

    Thank you.

    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