problems in running Qt for mcu examples
Unsolved
Qt for MCUs
-
wrote on 22 May 2021, 05:57 last edited by New User 2021
Hi everyone
I want to run Qt examples in stm32F769I-Disco with an evaluation license, but some examples are not running correctly like the "translation" example. It is running on STM but did not translate it to another language. In all cases, it translates it to English. and when I run "termo demo", I receive this error "ninja: error: unknown target 'flash_thermo'". I appreciate it if anyone can help me. -
wrote on 1 Dec 2021, 02:04 last edited by
In your Run Settings, please change the Flash and run CMake parameters to "--build . --target flash_thermo_big".
I believe this is related to QTCREATORBUG-23897.