G'day Following the building instruction step-by-step the following error occurs when building mspgcc-current with gcc-3.2.3-core sources:
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi ./xgcc -B./ -Bmsp430/msp430/bin/ -isystem msp430/msp430/include -isystem msp430/msp430/sys-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 /var/tmp//ccupZ1o7.s: Assembler messages: /var/tmp//ccupZ1o7.s:15: Error: junk `(r1)' after expression /var/tmp//ccupZ1o7.s:15: Error: too many memory references for `sub' /var/tmp//ccupZ1o7.s:16: Error: no such instruction: `subc 4(r1),r13' /var/tmp//ccupZ1o7.s:17: Error: no such instruction: `subc 6(r1),r14' /var/tmp//ccupZ1o7.s:18: Error: no such instruction: `subc 8(r1),r15' /var/tmp//ccupZ1o7.s:20: Error: no such instruction: `tst r15' /var/tmp//ccupZ1o7.s:20: Error: invalid character '<' in mnemonic /var/tmp//ccupZ1o7.s:23: Error: suffix or operands invalid for `mov' /var/tmp//ccupZ1o7.s:26: Error: no such instruction: `bis r12,r14' /var/tmp//ccupZ1o7.s:26: Error: no such instruction: `check if zero' /var/tmp//ccupZ1o7.s:27: Error: no such instruction: `bis r13,r15' /var/tmp//ccupZ1o7.s:28: Error: no such instruction: `bis r14,r15' /var/tmp//ccupZ1o7.s:29: Error: no such instruction: `tst r15' /var/tmp//ccupZ1o7.s:30: Error: suffix or operands invalid for `je' /var/tmp//ccupZ1o7.s:30: Error: junk `or or105ng all nibbles10' after expression /var/tmp//ccupZ1o7.s:30: Error: suffix or operands invalid for `test' /var/tmp//ccupZ1o7.s:31: Error: suffix or operands invalid for `mov' /var/tmp//ccupZ1o7.s:34: Error: suffix or operands invalid for `mov' gmake[1]: *** [libgcc/./_cmpdi2.o] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/lang/msp430-gcc3-work/work/gcc-3.2.3/gcc' Anyone with a clue of what's going on here? Sysinfo: binutils-2.14, gcc-3.2.3-core, NetBSD-i386-1.6U Many thanks in advance, cheerio Berndt