This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: v850-elf-as bug in 2.11.2 ?
Hi,
i compiled gcc with the -v option, as you said. The problem seemes to be ar
not as. Unfortunately i have no idea, what the output can do for me. I am not
so familar with it.
And with binutils 2.9.1 the gcc 2.95.2 compiles without any error.
Hope you can help me bit on again ...
Here is the compile output:
/home/smokie/BOSCH/src/build-gcc/gcc/xgcc
-B/home/smokie/BOSCH/src/build-gcc/gcc/ -B~/BOSCH/v850-elf/bin/
-I~/BOSCH/v850-elf/include -O2 -DCROSS_COMPILE -DIN_GCC -g -O2
-I./include -Wa,-mwarn-signed-overflow -Wa,-mwarn-unsigned-overflow -g1
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I.
-I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config
-I../../gcc-2.95.2/gcc/../include -c -DL${name} libgcc1.S; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
mv libgcc1.o ${name}.o; \
v850-elf-ar rc tmplibgcc1.a ${name}.o; \
rm -f ${name}.o; \
done
_mulsi3
Assembler messages:
Fatal error: invalid listing option `r'
make[1]: *** [libgcc1-asm.a] Error 1
> I would guess this is a gcc problem. Run the gcc command with -v
> added to the command line options to see what gcc is passing to
> the assembler. You may even be able to cure the problem by
> changing the gcc "specs" file.
--
Cu
Karsten