Results 1 to 5 of 5

Thread: problem installing qwt 5.1.1 on linux for ARM

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2008
    Posts
    46
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default problem installing qwt 5.1.1 on linux for ARM

    Hello,
    I want to use Qwt libraries for ARM9 target running on Linux.Is there any way to build qwt for using on ARM target.For example for Qtopiacore4.3.3 if we specify ./configure -embedded arm and then run gmake and then gmake install we get cross compiled libraries for ARM target.Does qwt provide somerhing similar to this which can generate .so files for ARM target?Please help.....
    I have looked for similar threads on this forum but couldnt get any clue....
    I am using Qtopia 4.3.3 version here.
    host: fedora 6
    target : cirrus arm9 processor

    I tried doing the following :
    1)extracted the tar file in qtopia folder
    2)ran qmake and make in that sequence.It builds using arm-linux-g++.Thats the encouraging part.But I get the following error:
    usr/local/arm/3.3.2/lib/gcc-lib/arm-linux/3.3.2/../../../../arm-linux/bin/ld: skipping incompatible /root/qtopia-core-opensource-src-4.3.3/lib/libQtDesigner.so when searching for -lQtDesigner
    /usr/local/arm/3.3.2/lib/gcc-lib/arm-linux/3.3.2/../../../../arm-linux/bin/ld: skipping incompatible /root/qtopia-core-opensource-src-4.3.3/lib/libQtDesigner.so when searching for -lQtDesigner
    /usr/local/arm/3.3.2/lib/gcc-lib/arm-linux/3.3.2/../../../../arm-linux/bin/ld: cannot find -lQtDesigner
    collect2: ld returned 1 exit status
    make[1]: *** [plugins/designer/libqwt_designer_plugin.so] Error 1
    make[1]: Leaving directory `/root/qtopia-core-opensource-src-4.3.3/qwt-5.1.1/designer'
    make: *** [sub-designer-make_default] Error 2
    what could be the error?any ideas?

    just to add to what I said earlier.I have been able to compile this for PC.i.e.I am able to compile the example codes for the PC.It is the cross compiling for ARM task which is giving me problems....
    Last edited by jacek; 24th June 2008 at 23:11. Reason: changed [code] to [quote]

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
  •  
Qt is a trademark of The Qt Company.