STM32 Qt cross compile
Hello,
I have a STM32MP157C-DK2 board and did the hello world cross compile project with GTK and that work perfectly.
Now I am trying to do cross compiling with Qt Creator. I used the same compiler as the GTK project but Qt Creator give me an error: The compiler (arm-linux-generic-elf-32bit) cannot produce code for the Qt version (x86-linux-generic-elf-64bit).
Where I get a compatible qmake file for this compiler or how to generate it?
Regards Marius
