Hi All,

I am using ARM9(S3C2440) board, i compiled the Qt/Embedded-4.4.3 on host as
drass:/home/qt/qt-embedded/qt-embedded-linux-opensource-src-4.4.3 #
./configure -embedded arm -shared -no-cups -DQT_QLOCALE_USES_FCVT

and copied the libraries and placed in the target. And if i run the my application then it displayed the following message as below:

[root@EmbedSky /home]# export QTDIR='/usr/local/Trolltech/QtEmbedded-4.4.3-arm/'
[root@EmbedSky /home]# export LD_LIBRARY_PATH='/usr/local/Trolltech/QtEmbedded-4
.4.3-arm/lib/'
[root@EmbedSky /home]# export QWS_MOUSE_PROTO='Intellimouse:/dev/input/misc'
[root@EmbedSky /home]# mknod /dev/tty0 c 4 0
[root@EmbedSky /home]# ./dro -qws
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
FT_New_Face failed with index 0 : 2
Segmentation fault
[root@EmbedSky /home]#

any suggestions will be advantage.

Thanks & Regards,
Sandeep G R