Subject:
|
Installing LegOS -- compiler problems, SIGSEV
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Wed, 29 Mar 2000 21:48:37 GMT
|
Viewed:
|
2420 times
|
| |
| |
i'm attempting to compile the latest egcs-1.1.2 on my
Linux roswell 2.2.12 #10 SMP Thu Nov 11 13:28:14 CST 1999 i586 unknown
machine; however, I hit a rather odd problem when trying to compile the
attached section of the makefile. I get a signal 11 error. Where can I
begin trying to figure out what is going wrong with the compilation?
Sincerely,
Kajim
I'd also like to point out that a recompile of egcs is necessary solely because
the binaries provided from the legOS website dont' work for me when compiling
legOS, so compilation of egcs-1.1.2 becomes necessary=[
<--------------->
rm -f tmplibgcc1.a libgcc1.S
cp ./config/h8300/lib1funcs.asm libgcc1.S
for name in _cmpsi2 _ucmpsi2 _divhi3 _divsi3 _mulhi3 _mulsi3; \
do \
echo ${name}; \
/usr/home/cs/egcs-1.1.2/gcc/xgcc -B/usr/home/cs/egcs-1.1.2/gcc/ -O2
-DCROSS_COMPILE -DIN_GCC -Dinhibit_libc -g -O2 -I./include -DDF=SF -DDI=SI
-g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I./config -c -DL${name}
libgcc1.S; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
mv libgcc1.o ${name}.o; \
h8300-hitachi-hms-ar rc tmplibgcc1.a ${name}.o; \
rm -f ${name}.o; \
done
_cmpsi2
xgcc: Internal compiler error: program as got fatal signal 11
make[1]: *** [libgcc1-asm.a] Error 1
make[1]: Leaving directory `/usr/home/cs/egcs-1.1.2/gcc'
make: *** [all-gcc] Error 2
|
|
1 Message in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|