Actually, i need to cross compile Qt for imx 25.But Qt (Version 5.11.1) devices having support only for below devices:
linux-imx53qsb-g++
linux-imx6-g++
linux-imx7-g++.
Do we can create Qt for any of above devices and use it for imx 25?
when i am trying to configure Qt for linux-imx6-g++(Cross compiler is built using Yocto for imx25PDK, which i done by your reply in above question), below error is coming:
collect2: error: ld returned 1 exit status
> Makefile:66: recipe for target 'verifyspec' failed
> make: *** [verifyspec] Error 1
Do you have any idea what did it mean?