Tool/software: Linux
hello,
I run the Qt project app on the AM5728 platform, suggesting errors as follows:
QIconvCodec::convertFromUnicode: using Latin-1 for conversion, iconv_open failed
QIconvCodec::convertToUnicode: using Latin-1 for conversion, iconv_open failed
Fatal: This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".
Available platform plugins are: xcb.
Reinstalling the application may fix this problem. ((null):0, (null))
Aborted (core dumped)
So, do I need to compile the Qt plug-in for xcb on the development board?How to compile the Qt plug-in of ARM platform???
My 5728 platform kernel information is:
root@am57xx-evm:/# uname -a
Linux am57xx-evm 4.4.41-rt50-g968d071ce9 #3 SMP PREEMPT RT Mon Oct 23 16:10:49 CST 2017 armv7l GNU/Linux
Looking forward to your professional answer, thank you