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.15.2 CROSS COMPILATION ERROR
Forum Updated to NodeBB v4.3 + New Features

Qt-5.15.2 CROSS COMPILATION ERROR

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

    I'm trying to cross compile the Qt 5.15.2 in ubuntu for Jetson Nano. For that, I have done sysroot the Jetson nano before compile. During Compilation after configuring the Qt, when make build the Qt ,I'm receiving this kind of error:

    make[3]: *** [Makefile:1229: ../../lib/libQt5Core.so.5.15.2] Error 1
    make[3]: Leaving directory '/opt/qt5jnano/qt5build/qtbase/src/corelib'
    make[2]: *** [Makefile:225: sub-corelib-make_first] Error 2
    make[2]: Leaving directory '/opt/qt5jnano/qt5build/qtbase/src'
    make[1]: *** [Makefile:51: sub-src-make_first] Error 2
    make[1]: Leaving directory '/opt/qt5jnano/qt5build/qtbase'
    make: *** [Makefile:80: module-qtbase-make_first] Error 2
    root@PC:/opt/qt5jnano/qt5build#

    jsulmJ 1 Reply Last reply
    0
    • V Vijaykarthikeyan

      I'm trying to cross compile the Qt 5.15.2 in ubuntu for Jetson Nano. For that, I have done sysroot the Jetson nano before compile. During Compilation after configuring the Qt, when make build the Qt ,I'm receiving this kind of error:

      make[3]: *** [Makefile:1229: ../../lib/libQt5Core.so.5.15.2] Error 1
      make[3]: Leaving directory '/opt/qt5jnano/qt5build/qtbase/src/corelib'
      make[2]: *** [Makefile:225: sub-corelib-make_first] Error 2
      make[2]: Leaving directory '/opt/qt5jnano/qt5build/qtbase/src'
      make[1]: *** [Makefile:51: sub-src-make_first] Error 2
      make[1]: Leaving directory '/opt/qt5jnano/qt5build/qtbase'
      make: *** [Makefile:80: module-qtbase-make_first] Error 2
      root@PC:/opt/qt5jnano/qt5build#

      jsulmJ Online
      jsulmJ Online
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Vijaykarthikeyan Please post the actual error message

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

      V 1 Reply Last reply
      0
      • jsulmJ jsulm

        @Vijaykarthikeyan Please post the actual error message

        V Offline
        V Offline
        Vijaykarthikeyan
        wrote on last edited by
        #3

        @jsulm This is the only error message that I have got.. There are no red colored message appeared in the make build

        jsulmJ 1 Reply Last reply
        0
        • V Vijaykarthikeyan

          @jsulm This is the only error message that I have got.. There are no red colored message appeared in the make build

          jsulmJ Online
          jsulmJ Online
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Vijaykarthikeyan said in Qt-5.15.2 CROSS COMPILATION ERROR:

          This is the only error message that I have got

          I'm sure there is more. What you posted is what make prints at the end if there were any compiler/linker errors. So, please look above these lines or post whole build log here.

          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