PDA

View Full Version : Error while Deploying QT Application on ARM Board



nsa
21st July 2009, 05:38
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

franz
21st July 2009, 08:45
Dependency on a specific Linux distribution seems unlikely. What gcc version are you using?

What's the output of
$ gcc -v

nsa
21st July 2009, 10:22
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 ~]$