Results 1 to 3 of 3

Thread: Qt/Embedded-4.4.3 on ARM9(S3C2440)

  1. #1
    Join Date
    Jul 2009
    Location
    Bangalore
    Posts
    68
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Qt/Embedded-4.4.3 on ARM9(S3C2440)

    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
    Thanks & Regards
    Sandeep G.R.

  2. #2
    Join Date
    Dec 2009
    Location
    Italy
    Posts
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Qt/Embedded-4.4.3 on ARM9(S3C2440)

    It's possible a problem about Font?
    Have you a dir "font" inside "/usr/local/Trolltech/QtEmbedded-4.4.3-arm/lib/" ?
    If yes, perhaps the font New_Face is corrupt.
    Hope this help you.
    Bye.

  3. #3
    Join Date
    Nov 2009
    Posts
    10
    Thanks
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qt/Embedded-4.4.3 on ARM9(S3C2440)

    I ran into the same issue - either the fonts lib does not exist inside your lib directory, or not all the fonts within that folder were copied/copied correctly. Then, of course, you need to make sure that your app is looking at the correct place for those fonts, as well.

Similar Threads

  1. Building Qt 4.4.3 with GCC 4.3.2 on Windows XP
    By shiyutang in forum Installation and Deployment
    Replies: 9
    Last Post: 15th July 2009, 20:30
  2. regarding qt/embedded support in MontaVista linux
    By sar_van81 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 6th February 2007, 12:46
  3. Graph display in QT/Embedded
    By hvreddy1110 in forum Newbie
    Replies: 1
    Last Post: 22nd September 2006, 19:02

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.