Results 1 to 3 of 3

Thread: Error while Deploying QT Application on ARM Board

  1. #1
    Join Date
    Jul 2009
    Posts
    6
    Qt products
    Qt/Embedded
    Platforms
    Windows

    Thumbs up Error while Deploying QT Application on ARM Board

    Hi
    Iam beginner in QT,
    Iam trying to develop an application in QT destop and deploy it in Arm Board

    i actually started of in a new machine ( to avoid version clash) and did the following

    1.Installed Fedora 11
    2.Downloaded arm-2007-01-21.iso
    3.qt-embedded-linux-opensource-src-4.5.2
    4.Then i executed the following steps

    ./configure -embedded arm -shared -no-cups -prefix /sdcard
    make
    It completed with the following error

    svg/SVGStyledLocatableElement.
    cpp:69: internal compiler error: in cp_expr_size, at cp/cp-objcp-common.c:85
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <URL:http://gcc.gnu.org/bugs.html> for instructions.
    make[1]: *** [.obj/release-shared-emb-arm/SVGStyledLocatableElement.o] Error 1
    make[1]: Leaving directory `/home/abc/Download/qt-embedded-linux-opensource-src-4.5.2/src/3rdparty/ibkit/ibCore'
    make: *** [sub-ibkit-install_subtargets-ordered] Error 2

    Is there any dependency on OS (Linux Fedora 11/Ubuntu & GCC Version) ?

    Could any one Help,
    Regards,
    nsa

  2. #2
    Join Date
    Jul 2009
    Location
    Enschede, Netherlands
    Posts
    462
    Thanked 69 Times in 67 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Error while Deploying QT Application on ARM Board

    Dependency on a specific Linux distribution seems unlikely. What gcc version are you using?

    What's the output of
    $ gcc -v

  3. #3
    Join Date
    Jul 2009
    Posts
    6
    Qt products
    Qt/Embedded
    Platforms
    Windows

    Default Re: Error while Deploying QT Application on ARM Board

    The output of gcc -v is as follows

    Using built-in specs.
    Target: i586-redhat-linux
    Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch=i586 --build=i586-redhat-linux
    Thread model: posix
    gcc version 4.4.0 20090506 (Red Hat 4.4.0-4) (GCC)
    [Trinity@WS107 ~]$

Similar Threads

  1. QT3 application is not running on ARM Board
    By soumya in forum Qt for Embedded and Mobile
    Replies: 16
    Last Post: 20th July 2009, 10:13
  2. Deploying Qt 4.5.1 Application on RHEL 5.. Pls Help
    By swamyonline in forum Installation and Deployment
    Replies: 0
    Last Post: 28th June 2009, 11:43
  3. Deploying debug Qt application - failed to load ODBC driver
    By sureshbabu in forum Installation and Deployment
    Replies: 1
    Last Post: 1st November 2007, 12:35
  4. Deploying Qt 4.2 Application on Mac 10.3.5?
    By vishal.chauhan in forum Installation and Deployment
    Replies: 0
    Last Post: 11th May 2007, 11:33
  5. Deployment of Application to freescale board
    By AP.Sakkthivel in forum Qt for Embedded and Mobile
    Replies: 4
    Last Post: 26th April 2006, 04:17

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.