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. configure option for the ARM cross compile

configure option for the ARM cross compile

Scheduled Pinned Locked Moved Solved Mobile and Embedded
2 Posts 2 Posters 326 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.
  • A Offline
    A Offline
    Andy117
    wrote on last edited by
    #1

    I configure and make the qt4.8.5 for the arm cross compile.
    But the "QtWidgets" include file is not created.

    So the compile error occurred, when I build the source code including the "QtWidgets"(#include <QtWidgets>) .

    The configuration option for making the cross compiler is like the following.

    ./configure -embedded arm -xplatform qws/linux-arm-gnueabi-g++ -prefix /usr/local/qt4.8.5 -little-endian -opensource -static -host-little-endian -confirm-license -nomake demos -nomake examples
    

    Which configuration option should I use to create the "QtWidgets" include file.

    Thanks.

    jsulmJ 1 Reply Last reply
    0
    • A Andy117

      I configure and make the qt4.8.5 for the arm cross compile.
      But the "QtWidgets" include file is not created.

      So the compile error occurred, when I build the source code including the "QtWidgets"(#include <QtWidgets>) .

      The configuration option for making the cross compiler is like the following.

      ./configure -embedded arm -xplatform qws/linux-arm-gnueabi-g++ -prefix /usr/local/qt4.8.5 -little-endian -opensource -static -host-little-endian -confirm-license -nomake demos -nomake examples
      

      Which configuration option should I use to create the "QtWidgets" include file.

      Thanks.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Andy117 said in configure option for the ARM cross compile:

      But the "QtWidgets" include file is not created

      See https://stackoverflow.com/questions/23979798/include-qtwidgets-not-working-in-qt-4

      You also should consider doing out of source builds (not inside the source folder).

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • A Andy117 has marked this topic as solved on

      • Login

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