QT for mcu unknown target 'install' TVIIC2D4M-BAREMETAL 32bpp
-
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"\ -
@Praveenraj
I know nothing about this, but does the red box warning at https://doc.qt.io/QtForMCUs-2.7/qtul-instructions-cmdline-infineon.htmlWarning: 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.
-
@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
-
@Ronel_qtmaster
i use following command in cmake i solve this proble
install(TARGETS UntitledProject
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib)