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 installation problem for embedded Linux

Qt installation problem for embedded Linux

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
embeddedembedded linuxembedded qtlinuxacqua
2 Posts 2 Posters 2.0k 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.
  • D Offline
    D Offline
    develop-it
    wrote on 17 Jun 2016, 07:38 last edited by
    #1

    Hello,
    I am trying to install Qt for my embedded linux board (AcquaA5), but i have the following problem :
    Some warning and some errors appears when i am doing the ./configure command.

    A warning :
    You have not explicitly asked to use pkg-config and are cross-compiling.
    pkg-config will not be used to automatically query cflag/lib parameters for
    dependencies

    floatmath auto-detection... ()
    arm-linux-gnueabihf-g++ -c -pipe -O2 -Wall -W -I../../../mkspecs/linux-arm-gnueabihf-g++ -I. -I/usr/local/arm/include -I/usr/local/arm/ssl/include -o floatmath.o floatmath.cpp
    floatmath.cpp:44:14: warning: unused parameter ‘argc’ [-Wunused-parameter]
    int main(int argc, char **argv)

    An error :
    arm-linux-gnueabihf-g++ -c -pipe -mmmx -O2 -Wall -W -I../../../mkspecs/linux-arm-gnueabihf-g++ -I. -I/usr/local/arm/include -I/usr/local/arm/ssl/include -o mmx.o mmx.cpp
    arm-linux-gnueabihf-g++: error: unrecognized command line option ‘-mmmx’
    Makefile:187 : la recette pour la cible « mmx.o » a échouée
    make: *** [mmx.o] Erreur 1
    mmx disabled.

    I tried to launch the make command but after few minutes, it says me that an error occured.

    Can somebody solve my problem ?
    Thanks.Thank you for your fast answer, it helps me. But i always have the warnings and the fatal errors..

    J 1 Reply Last reply 17 Jun 2016, 07:55
    0
    • D develop-it
      17 Jun 2016, 07:38

      Hello,
      I am trying to install Qt for my embedded linux board (AcquaA5), but i have the following problem :
      Some warning and some errors appears when i am doing the ./configure command.

      A warning :
      You have not explicitly asked to use pkg-config and are cross-compiling.
      pkg-config will not be used to automatically query cflag/lib parameters for
      dependencies

      floatmath auto-detection... ()
      arm-linux-gnueabihf-g++ -c -pipe -O2 -Wall -W -I../../../mkspecs/linux-arm-gnueabihf-g++ -I. -I/usr/local/arm/include -I/usr/local/arm/ssl/include -o floatmath.o floatmath.cpp
      floatmath.cpp:44:14: warning: unused parameter ‘argc’ [-Wunused-parameter]
      int main(int argc, char **argv)

      An error :
      arm-linux-gnueabihf-g++ -c -pipe -mmmx -O2 -Wall -W -I../../../mkspecs/linux-arm-gnueabihf-g++ -I. -I/usr/local/arm/include -I/usr/local/arm/ssl/include -o mmx.o mmx.cpp
      arm-linux-gnueabihf-g++: error: unrecognized command line option ‘-mmmx’
      Makefile:187 : la recette pour la cible « mmx.o » a échouée
      make: *** [mmx.o] Erreur 1
      mmx disabled.

      I tried to launch the make command but after few minutes, it says me that an error occured.

      Can somebody solve my problem ?
      Thanks.Thank you for your fast answer, it helps me. But i always have the warnings and the fatal errors..

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 17 Jun 2016, 07:55 last edited by
      #2

      @develop-it See my answer here: http://forum.qt.io/topic/68325/the-library-could-not-be-configured-for-supporting-multi-threaded-applications
      If you have another error while executing make then you should post it here, else it is not possible to help you.

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

      1 Reply Last reply
      0

      1/2

      17 Jun 2016, 07:38

      • Login

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