Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt-5.5.1 cross compile to ARM
Forum Updated to NodeBB v4.3 + New Features

Qt-5.5.1 cross compile to ARM

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 953 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.
  • ShawnAsterS Offline
    ShawnAsterS Offline
    ShawnAster
    wrote on last edited by
    #1

    Hello,
    I'm cross-compiling qt5.5.1 to ARM & steps/procedure followed are as below

    1. go to "~/qt-everywhere-opensource-src-5.5.1/qtbase/mkspecs/linux-arm-gnueabi-g++/" directory
    2. edit "qmake.conf" by replacing g++.conf & linux.conf with toolchain path
    3. go to "~/qt-everywhere-opensource-src-5.5.1" directory
    4. run 'configure' (./configure -xplatfrom linux-arm-gnueabi-g++ -prefix /usr/local/Qt5.5.1 -qt-xcb -opensource -confirm-license)

    I'm getting,
    Warning: Disabling pkg-config since PKG_CONFIG_LIBDIR is not set.
    Warning: Disabling pkg-config since PKG_CONFIG_SYSROOT_DIR is not set.
    The test for linking against libxcb failed!
    Use of pkg-config is not enabled, maybe you want to pass -force-pkg-config?
    You might need to install dependency packages for libxcb.
    See src/plugins/platforms/xcb/README.

    I tried passing "-force-pkg-config" and also installed libraries mentioned in ../../../xcb/README
    Still, I get same warning !

    If my cross-compiling procedure is incorrect, Kindly help me with complete steps !

    1 Reply Last reply
    0
    • tab-liuT Offline
      tab-liuT Offline
      tab-liu
      wrote on last edited by
      #2

      I have meet the same problem, I use ubuntu16.04 ;(

      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