Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for MCUs
  4. QT for mcu unknown target 'install' TVIIC2D4M-BAREMETAL 32bpp
Forum Updated to NodeBB v4.3 + New Features

QT for mcu unknown target 'install' TVIIC2D4M-BAREMETAL 32bpp

Scheduled Pinned Locked Moved Unsolved Qt for MCUs
4 Posts 3 Posters 964 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.
  • P Offline
    P Offline
    Praveenraj
    wrote on last edited by
    #1

    ninja: error: unknown target 'install'
    18:13:03: The process "C:\Qt\Tools\CMake_64\bin\cmake.exe" exited with code 1.
    Error while building/deploying project untitle (kit: Qt for MCUs 2.4 - TVIIC2D4M-BAREMETAL 32bpp (IAR))
    When executing step "Build"\

    JonBJ Ronel_qtmasterR 2 Replies Last reply
    0
    • P Praveenraj

      ninja: error: unknown target 'install'
      18:13:03: The process "C:\Qt\Tools\CMake_64\bin\cmake.exe" exited with code 1.
      Error while building/deploying project untitle (kit: Qt for MCUs 2.4 - TVIIC2D4M-BAREMETAL 32bpp (IAR))
      When executing step "Build"\

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @Praveenraj
      I know nothing about this, but does the red box warning at https://doc.qt.io/QtForMCUs-2.7/qtul-instructions-cmdline-infineon.html

      Warning: The incremental build with Green Hills MULTI Compiler fails when the Ninja generator is used. CMake warns you about this on using the Ninja generator. It is recommended to use the NMake Makefiles or NMake Makefiles JOM generator instead.

      apply to you? Or is that quite irrelevant.

      1 Reply Last reply
      0
      • P Praveenraj

        ninja: error: unknown target 'install'
        18:13:03: The process "C:\Qt\Tools\CMake_64\bin\cmake.exe" exited with code 1.
        Error while building/deploying project untitle (kit: Qt for MCUs 2.4 - TVIIC2D4M-BAREMETAL 32bpp (IAR))
        When executing step "Build"\

        Ronel_qtmasterR Offline
        Ronel_qtmasterR Offline
        Ronel_qtmaster
        wrote on last edited by
        #3

        @Praveenraj is ninja in your path?also make sure that they aren't other unix-ish things in your %PATH%, i.e. cygwin, or msys, perl, ruby, ... or other versions of mingw

        P 1 Reply Last reply
        0
        • Ronel_qtmasterR Ronel_qtmaster

          @Praveenraj is ninja in your path?also make sure that they aren't other unix-ish things in your %PATH%, i.e. cygwin, or msys, perl, ruby, ... or other versions of mingw

          P Offline
          P Offline
          Praveenraj
          wrote on last edited by
          #4

          @Ronel_qtmaster
          i use following command in cmake i solve this proble
          install(TARGETS UntitledProject
          ARCHIVE DESTINATION lib
          LIBRARY DESTINATION lib)

          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