[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[openrisc] or32-rtems-gcc install question
Thank you very much for you reply! Lampret. Simon.
I fulfilly executed the or32-rtems instruction of ATS scripts.
But i didn't use it directly due to some already-positioned directory.
So, the automatic e-mail report doesn't exist, but
If i am fortunate, you will give me quick explanation about the following
problem.
Have you ever seen the following install error?
Where the asm file libgcc1.S have many lines including "l." and the dots are
causing error in GNU as.
I tried to find the reason in web and many documentation, but could not find.
If the problem is much complicated one of 'configure and make', i will run the
full ATS.
Plz help me.
-----------------libgcc1.S------------------------
.align 4
.global ___udivsi3
___udivsi3:
l.addi r1,r1,-4
l.sw 0(r1),r9
l.addi r11,r0,0
l.addi r8,r4,0
l.addi r5,r3,0
l.sfne r8,r11
l.bnf 4f
-------------omitted -----------------------------
--------------- in the install screan --------------------
cp ../../gcc/gcc/config/or32/or32.S libgcc1.S
for name in __udivsi3 __divsi3 __umodsi3 __modsi3; \
do \
echo ${name}; \
/home/sylee/or1k/b-gcc/gcc/xgcc -B/home/sylee/or1k/b-gcc/gcc/
-B/usr/local/or32-rtems/bin/ -I/usr/local/or32-rtems/include -O2
-I../../gcc/gcc/../newlib/libc/sys/rtems/include -DCROSS_COMPILE -DIN_GCC -g
-O2 -I./include -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
-Dinhibit_libc -I. -I../../gcc/gcc -I../../gcc/gcc/config
-I../../gcc/gcc/../include -c -DL${name} libgcc1.S; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
mv libgcc1.o ${name}.o; \
or32-rtems-ar rc tmplibgcc1.a ${name}.o; \
rm -f ${name}.o; \
done
__udivsi3
/tmp/cclh1lxm.s: Assembler messages:
/tmp/cclh1lxm.s:5: Error: invalid character '.' in mnemonic
/tmp/cclh1lxm.s:6: Error: invalid character '.' in mnemonic
/tmp/cclh1lxm.s:7: Error: invalid character '.' in mnemonic
/tmp/cclh1lxm.s:8: Error: invalid character '.' in mnemonic
/tmp/cclh1lxm.s:9: Error: invalid character '.' in mnemonic
/tmp/cclh1lxm.s:10: Error: invalid character '.' in mnemonic
-------------- omitted-----------------------------------------
--
To unsubscribe from openrisc mailing list please visit http://www.opencores.org/mailinglists.shtml