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. Facing issue while compiling first qt widget sample hello world code for Imx6
Forum Updated to NodeBB v4.3 + New Features

Facing issue while compiling first qt widget sample hello world code for Imx6

Scheduled Pinned Locked Moved Solved Mobile and Embedded
5 Posts 2 Posters 512 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.
  • R Offline
    R Offline
    Rohit39
    wrote on last edited by
    #1

    Hi,
    Facing issue while compiling code for imx6 platform.
    I have created cross tool-chain SDK by Yocto.
    and set up following things in qt creator Kit
    Device , compiler ,debugger ,qt version ,qt mkspec.

    but facing error as follow:
    19:41:12: Could not determine which "make" command to run. Check the "make" step in the build configuration.
    Error while building/deploying project Hello (kit: Rohit)
    When executing step "qmake"

    Please guide me through this.

    thanks and Regards
    Rohit

    jsulmJ 1 Reply Last reply
    0
    • R Rohit39

      Hi,
      Facing issue while compiling code for imx6 platform.
      I have created cross tool-chain SDK by Yocto.
      and set up following things in qt creator Kit
      Device , compiler ,debugger ,qt version ,qt mkspec.

      but facing error as follow:
      19:41:12: Could not determine which "make" command to run. Check the "make" step in the build configuration.
      Error while building/deploying project Hello (kit: Rohit)
      When executing step "qmake"

      Please guide me through this.

      thanks and Regards
      Rohit

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

      @Rohit39 said in Facing issue while compiling first qt widget sample hello world code for Imx6:

      Check the "make" step in the build configuration

      Did you do this?

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

      R 1 Reply Last reply
      0
      • jsulmJ jsulm

        @Rohit39 said in Facing issue while compiling first qt widget sample hello world code for Imx6:

        Check the "make" step in the build configuration

        Did you do this?

        R Offline
        R Offline
        Rohit39
        wrote on last edited by
        #3

        @jsulm Thank you for your response.cmake.png Build_screen.png

        these are settings for build configuration

        jsulmJ 1 Reply Last reply
        0
        • R Rohit39

          @jsulm Thank you for your response.cmake.png Build_screen.png

          these are settings for build configuration

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

          @Rohit39 said in Facing issue while compiling first qt widget sample hello world code for Imx6:

          these are settings for build configuration

          No, this is not what "make step" in the build configuration is about.
          Go to "Projects/Build & Run/Build/Build Steps/Make" and check the path to make and change it to point to make executable from your cross compilation tool chain.

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

          R 1 Reply Last reply
          0
          • jsulmJ jsulm

            @Rohit39 said in Facing issue while compiling first qt widget sample hello world code for Imx6:

            these are settings for build configuration

            No, this is not what "make step" in the build configuration is about.
            Go to "Projects/Build & Run/Build/Build Steps/Make" and check the path to make and change it to point to make executable from your cross compilation tool chain.

            R Offline
            R Offline
            Rohit39
            wrote on last edited by
            #5

            @jsulm Thank you I made the changes you suggested. now it goes ahead stops here with an error.
            12:11:09: Starting: "/opt/fsl-imx-x11/4.9.88-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/qt5/qmake" /home/navnath/QT_Projects/Hello/Hello.pro -spec linux-oe-g++ CONFIG+=debug CONFIG+=qml_debug
            /opt/fsl-imx-x11/4.9.88-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/qt5/mkspecs/features/resolve_config.prf:25: 'addExclusiveBuilds' is not a recognized test function.
            /opt/fsl-imx-x11/4.9.88-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/qt5/mkspecs/features/resolve_config.prf:37: 'addExclusiveBuilds' is not a recognized test function.
            Project WARNING: CONFIG-=import_qpa_plugin is deprecated. Use QTPLUGIN.platforms=- instead.
            12:11:09: The process "/opt/fsl-imx-x11/4.9.88-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/qt5/qmake" exited normally.
            12:11:09: Could not start process "/opt/fsl-imx-x11/4.9.88-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/bin/make" qmake_all
            Error while building/deploying project Hello (kit: Rohit)
            When executing step "qmake"
            12:11:09: Elapsed time: 00:00.

            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