Qt 6.11 is out! See what's new in the release
blog
Symbol lookup error on i.MX233 EVK board
Mobile and Embedded
1
Posts
1
Posters
1.4k
Views
1
Watching
-
I have a Qt application which is working on my Linux PC.
Then i cross compiled it using QtEmbedded-4.5.2 and the compilation went fine and i got the executable.
When i tried to run it on imx233 EVK board i got the following error.\./qtprogs : symbol lookup error : ./qtprogs : undefined reference to _ZTI11QMainWindow
Can anybody give solution for this???