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. Installing Qt on second host for Jetson TX1
Forum Update on Monday, May 27th 2025

Installing Qt on second host for Jetson TX1

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 791 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.
  • M Offline
    M Offline
    mar0029
    wrote on last edited by
    #1

    I've already flashed the target board with JetPack and installed and have successfully deployed apps from host to target using Qt Creator. Now I'm trying to install Qt on a second host. Following directions from here.

    On second host, after installing JetPack and host side rootfs, I rsync /usr/include and /usr/lib from the target.
    I then clone into dev branch of qt5.
    Configure goes well. but make -j8 fails first time at building QtConcurrent.
    Make stdout and stderr are here.

    Thank you for the help!

    This is my configure:
    ./configure
    -device linux-jetson-t-g++
    -device-option CROSS_COMPILE=/home/Bob/JetsonBoards/1_tx1/gcc-linaro-6.3.1-2017.02-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-
    -sysroot /home/Bob/JetsonBoards/1_tx1/64_TX1/Linux_for_Tegra_64_tx1/rootfs
    -nomake examples
    -nomake tests -prefix /usr/local/qt5
    -extprefix /home/Bob/JetsonBoards/1_tx1/qt5
    -hostprefix /home/Bob/JetsonBoards/1_tx1/qt5-host
    -opengl es2
    -force-debug-info

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mar0029
      wrote on last edited by
      #2

      Apparently this is a bug. Here it is on qtbugreports
      It has yet to be opened as a bug, only reported. But I'm glad to see someone else having the same problem.

      jsulmJ 1 Reply Last reply
      0
      • M mar0029

        Apparently this is a bug. Here it is on qtbugreports
        It has yet to be opened as a bug, only reported. But I'm glad to see someone else having the same problem.

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

        @mar0029 Why do you try to build Qt on the second host? You already have it on the first, right? Then it should be enough to copy from first host to second.

        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