Results 1 to 2 of 2

Thread: ERROR when Setting Up Qt Development Environment for BeagleBoard-xM

  1. #1
    Join Date
    Nov 2011
    Posts
    3
    Qt products
    Platforms
    Windows

    Default ERROR when Setting Up Qt Development Environment for BeagleBoard-xM

    Dear everyone,
    I am using UBUNTU 12.04 64bit version, I followed this guide: http://treyweaver.blogspot.com/2010/...vironment.html to install toolchain for Beagleboard-xM and QT Creator.
    But, when I do "make", I got these errors:

    /usr/local/angstrom/arm/libexec/gcc/arm-angstrom-linux-gnueabi/4.3.3/cc1plus: error while loading shared libraries: libmpfr.so.1: cannot open shared object file: No such file or directory
    make[1]: *** [.obj/release-shared-emb-arm/qabstractanimation.o] Error 1
    make[1]: Leaving directory `/home/cuongle/Downloads/qt-everywhere-opensource-src-4.6.2/src/corelib'
    make: *** [sub-corelib-make_default-ordered] Error 2

    Anyone can help?
    Thank you so much.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: ERROR when Setting Up Qt Development Environment for BeagleBoard-xM

    The mpfr library is for floating point math and is a direct dependency of the compiler itself. It looks like your cross-compile environment is incomplete.

Similar Threads

  1. Replies: 0
    Last Post: 10th October 2011, 08:11
  2. Replies: 3
    Last Post: 4th December 2010, 04:17
  3. What to Use as Simulated ARM Development Environment?
    By flob in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 17th December 2009, 17:56
  4. Qt development environment?
    By klx in forum Newbie
    Replies: 3
    Last Post: 21st March 2008, 12:51
  5. Qtopia host side development environment for ARM target.
    By hvreddy1110 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 11th October 2006, 15:05

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.