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. Building and linking using target system libraries
Forum Updated to NodeBB v4.3 + New Features

Building and linking using target system libraries

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 587 Views 2 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.
  • G Offline
    G Offline
    gmahan
    wrote on last edited by
    #1

    I have the following build configuration that I am trying to simplify:

    Development Platform : Fedora Linux x_64
    Target Platform: Debian x86

    My target has all the Qt libraries installed, and I have installed a copy of my target file system on my development machine. For building an image for my target, I chroot into my target file system on my host and invoke qmake and make installed on my target root file system. This creates a binary that is compatible with all my libraries on my target.

    This works fine, however I need to access by source directory that is located in my root development file system, and I am not sure how to do this once I have chrooted, OR is it possible to invoke the qmake installed on my target rfs from my host rfs. I tried doing this, but it failed.

    Any ideas on how to resolve this more cleanly?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      What about a bind mount ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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