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. Installing the development environment for QT embedded linux
Forum Updated to NodeBB v4.3 + New Features

Installing the development environment for QT embedded linux

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 2.8k 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
    Micka38
    wrote on last edited by
    #1

    Hi,
    I try to develop QT application on a Linux target device (arm). I develop on an ubuntu laptop.
    I downloaded the QT library for embedded Linux. I ran the ./configure file with the path to my cross compiler (host).

    -./configure -embedded arm -prefix <QtDirectory>/qt-everywhere-opensource-src-4.8.2/installDir -hostprefix <QtDirectory>/qt-everywhere-opensource-src-4.8.2/hostInstallDir -prefix-install -xplatform qws/linux-arm-gnueabi-g++ -little-endian -host-little-endian -debug -opensource -nomake examples

    (I use -nomake examples because it create errors while running the make command)

    I get the following message :
    "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"
    However I had set the cross-compiler : "-xplatform qws/linux-arm-gnueabi-g++"
    Then, I ran make & make -install

    But when I use qmake to compile a program, It create a makefile with my ubutu native compiler and not the cross-compiler "linux-arm-gnueabi-g++" If I try to change the makefile with this compiler it creates errors. (path to cross compiler is in the PATH environment variable)

    Can someone tell me which part of the installation I do not realise properly?
    Regards,

    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