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