When building gcc for mspgcc, I get the following error message and I

don't know why. Can anyone help me?

if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/mnt/src/mspgcc/gcc-3.2.3/gcc/xgcc -B/mnt/src/mspgcc/gcc-3.2.3/gcc/ -B/usr/local/msp430/msp430/bin/ -B/usr/local/msp430/msp430/lib/ -isystem /usr/local/msp430/msp430/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -DDF=SF -Dinhibit_libc -g -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I. -I./. -I./config -I./../include -DL_cmpdi2 -xassembler-with-cpp -c ./config/msp430/libgcc.S -o libgcc/./_cmpdi2.o
config/msp430/libgcc.S: Assembler messages:
config/msp430/libgcc.S:11: Error: junk `(r1)' after expression
config/msp430/libgcc.S:11: Error: too many memory references for `sub'
config/msp430/libgcc.S:12: Error: no such instruction: `subc 4(r1),r13'
config/msp430/libgcc.S:13: Error: no such instruction: `subc 6(r1),r14'
config/msp430/libgcc.S:14: Error: no such instruction: `subc 8(r1),r15'
config/msp430/libgcc.S:16: Error: no such instruction: `tst r15'
config/msp430/libgcc.S:16: Error: invalid character '<' in mnemonic
config/msp430/libgcc.S:19: Error: suffix or operands invalid for `mov'
config/msp430/libgcc.S:22: Error: no such instruction: `bis r12,r14'
config/msp430/libgcc.S:22: Error: no such instruction: `check if zero'
config/msp430/libgcc.S:23: Error: no such instruction: `bis r13,r15'
config/msp430/libgcc.S:24: Error: no such instruction: `bis r14,r15'
config/msp430/libgcc.S:25: Error: no such instruction: `tst r15'
config/msp430/libgcc.S:26: Error: suffix or operands invalid for `je'
config/msp430/libgcc.S:26: Error: junk `or or105ng all nibbles10' after expression
config/msp430/libgcc.S:26: Error: suffix or operands invalid for `test'
config/msp430/libgcc.S:27: Error: suffix or operands invalid for `mov'
config/msp430/libgcc.S:30: Error: suffix or operands invalid for `mov'
gmake[2]: *** [libgcc/./_cmpdi2.o] Error 1
gmake[2]: Leaving directory `/mnt/src/mspgcc/gcc-3.2.3/gcc'
gmake[1]: *** [stmp-multilib] Error 2
gmake[1]: Leaving directory `/mnt/src/mspgcc/gcc-3.2.3/gcc'
gmake: *** [all-gcc] Error 2




Reply via email to