Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Qt 4.8.5 cross-compiling on OSx issue

    Mobile and Embedded
    1
    1
    571
    Loading More Posts
    • 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
      Solree last edited by

      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 Reply Quote 0
      • First post
        Last post