On Thursday, June 6, 2002, at 02:39 PM, Gareth Bransby wrote:
This is the last line before the errors are reported. It seems to be compiling synth.
/home/gar/install/bin/arm-elf-gcc -DHAVE_CONFIG -I. -I. -I. -DFPM_ARM -Wall -O -mcpu=arm7di -fforce-mem -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedulue-insns2 -fstrength-reduce -finline-functions -fomit-frame-pointer -c synth.c -o synth.o /tmp/ccYmTbLE.s: Assembler messages: /tmp/ccYmTbLE.s: Error: bad instruction 'smull r4,r7,lr,ip'
That FPM_ARM is undoubtedly what is getting you into trouble. Are you sure you configured with --enable-fpm=default (in addition to --disable-aso)?
-- Rob Leslie rob@mars.org