cross compiler issue
Locked
Unsolved
General and Desktop
-
Hi,
I am running a simple qt application on my ubuntu machine on generic linux device.
getting the error:
The compiler arm-linux-generic-elf-64bit cannot produce code for the Qt version "Qt 5.13.1 GCC 64 bit"(x86-linux-generic-elf-64bit).
getting the issue:
"/usr/bin/g++" is used by qmake,but "/usr/bin/arm-linux-gnueabhief-gcc-7" is configured in kit.please update your kit or choose a mkspec for qmake that matches your target environment better..
I am very new to this qt..where I am doing mistake..how to solve this issues please let me know..Thankyou