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. Install Qt for embedded ARM
Forum Updated to NodeBB v4.3 + New Features

Install Qt for embedded ARM

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

    I compiled qt 4.7.4 for embedded arm without tslib include.
    Now I must to compile and install with tslib for the touchescreen.
    I follow the steps like the first time, then I exec

    ./configure -opensource -confirm-license -prefix /opt/qt -embedded arm -platform \qws/linux-x86-g++ -xplatform qws/linux-am35-g++ -depths 16,24,32 -no-mmx -no-3dnow -no-sse -no-sse2 -no-glib -no-cups -no-largefile -no-accessibility -no-openssl -no-gtkstyle -qt-mouse-pc -qt-mouse-linuxtp -qt-mouse-linuxinput -plugin-mouse-linuxtp -plugin-mouse-pc -qt-mouse-tslib -little-endian -host-little-endian -fast

    but with the instruction
    make clean
    it is shown the following error:
    Could not find mkspecs for your QMAKESPEC(mkspecs/qws/linux-am35-g++) after trying:
    /usr/local/Trolltech/QtEmbedded-4.7.4-arm/mkspecs
    Error processing project file: /home/l/qt-everywhere-opensource-src-4.7.4/src/plugins/sqldrivers/sqlite/sqlite.pro
    make[3]: *** [Makefile] Error 3

    Suggestions?
    Thanks
    Teo

    1 Reply Last reply
    0
    • L Offline
      L Offline
      Luc4
      wrote on last edited by
      #2

      Have you tried make confclean instead? What has changed in the configure from your previous successful build?

      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