This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

internel error compiling X


Hello,

I built a toolchain based off of crosstool 0.28 rc23 using the default ARM options (uncommented demo-arm.sh) to build gcc3.4.

I'm currently attempting to crosscompile X.org using these directions.
http://www.handhelds.org/minihowto/building-x.html (I needed to link the arm-unknown-linux-gnu-* to * to get X to build)


after a long time (you know X builds) I get this

/opt/crosstool/arm-unknown-linux-gnu/gcc-3.4.0-glibc-2.3.2/bin//`echo gcc|sed "s%.*/%%"` -c -O3 -fsigned-char -I. -I../../include/extensions -I../.. -I../../exports/include -Dlinux -D__arm__ -D__arm32__ -U__arm -Uarm -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXVENDORNAME='"The X.Org Foundation"' -DXVENDORNAMESHORT='"X.Org"' -fPIC xkbout.c
xkbout.c: In function `XkbWriteXKBGeometry':
xkbout.c:936: error: insn does not satisfy its constraints:
(insn:HI 2033 2790 2791 85 (set (reg:SI 1 r1 [ <variable>.name ])
(mem/s:SI (post_modify:SI (reg:SI 3 r3)
(plus:SI (reg:SI 3 r3)
(const_int 48 [0x30]))) [15 <variable>.name+0 S4 A32])) 125 {*arm_movsi_insn} (nil)
(expr_list:REG_INC (reg:SI 3 r3)
(nil)))
xkbout.c:936: internal compiler error: in copyprop_hardreg_forward_1, at regrename.c:1549
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[4]: *** [xkbout.o] Error 1


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]