Hi all.
My name's Mauro and I'm working on QT and arm-mingw32ce compiler.
I follow this post.

http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/1214

Compiling  qtmain_win.cpp the compiler tell me this error.

cd src/winmain/ && C:/MinGW/bin/mingw32-make -f Makefile
mingw32-make[1]: Entering directory 
`C:/qt/qt-embedded-wince-opensource-src-4.4.0/src/winmain'
C:/MinGW/bin/mingw32-make -f Makefile.Release
mingw32-make[2]: Entering directory 
`C:/qt/qt-embedded-wince-opensource-src-4.4.0/src/winmain'
arm-mingw32ce-g++ -c -O2 -Wall -fno-exceptions -fno-rtti 
-DQT_THREAD_SUPPORT -DUNDER_CE -DWINCE -D_WINDOWS -D_UNICODE -DUNICODE 
-D_WIN32_WCE=0x420 -D_WIN32_IE=0x400 -DARMV4I -D__ARMV4I_ -Darmv4i 
-D_ARM_ -D_WIN32 -D__arm__ -DQT_NO_PRINTER -DQT_NO_PRINTDIALOD 
-DGNUWINCE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS 
-DQT_MOC_COMPAT -D_USE_MATH_DEFINES -DQT_NO_DEBUG -save-temps 
-I'../../include' -I'tmp' -I'../../include/QtCore' 
-I'c:/qt/qt-embedded-wince-opensource-src-4.4.0/include/qtmain' 
-I'tmp/rcc/release_shared' -I'tmp' 
-I'c:/qt/qt-embedded-wince-opensource-src-4.4.0/include/ActiveQt' 
-I'tmp/moc/release_shared' -I'.' 
-I'c:/Qt/qt-embedded-wince-opensource-src-4.4.0/mkspecs/wince-arm-g++' 
-o tmp/obj/release_shared/qtmain_win.o qtmain_win.cpp
qtmain_win.cpp: In function 'int (HINSTANCE__*, HINSTANCE__*, WCHAR*, int)':
qtmain_win.cpp:140: error: unrecognizable insn:
(insn 9 8 10 3 
../../include/QtCore/../../src/corelib/tools/qbytearray.h:364 (set 
(reg/f:SI 214)
          (symbol_ref:SI ("_ZN10QByteArray11shared_nullE") [flags 0x4c0] 
<var_decl 0x7ff97b68 shared_null>)) -1 (nil))
qtmain_win.cpp:140: internal compiler error: in extract_insn, at 
recog.c:2048
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
mingw32-make[2]: *** [tmp/obj/release_shared/qtmain_win.o] Error 1
mingw32-make[2]: Leaving directory 
`C:/qt/qt-embedded-wince-opensource-src-4.4.0/src/winmain'
mingw32-make[1]: *** [release] Error 2
mingw32-make[1]: Leaving directory 
`C:/qt/qt-embedded-wince-opensource-src-4.4.0/src/winmain'
mingw32-make: *** [sub-winmain-make_default-ordered] Error 2

I attach the qtmain_win.ii completeness

Any idea?

MZ


------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to