Hi,

Trying to fix some previously posted error I'm recompiling new gcc
(gcc-4.1.0)
and was going to replace libffi that comes with gcc to ffcall-1.10.

I cannot compile ffcall-1.10 though.

avcall crashes with "illegal operands" like this:

cd avcall; make all
gcc -m64 -mcpu=v9 -E `if test false = true; then echo
'-DASM_UNDERSCORE'; fi` ./avcall-sparc64.S | \
   grep -v '^ *#line' | grep -v '^#' | sed -e 's,% ,%,g' -e 's,//.*$,,'
-e 's,\$,#,g' > avcall-sparc64.s
/bin/sh ./libtool --mode=compile gcc -m64 -mcpu=v9 -x none -c
avcall-sparc64.s
gcc -m64 -mcpu=v9 -x none -c avcall-sparc64.s -o avcall-sparc64.o
avcall-sparc64.s: Assembler messages:
avcall-sparc64.s:26: Error: Illegal operands
[...]
  <many more illegal operands to follow>

The same happens with native compiler in 64-bit mode.

Any ideas?
Do I need the whole package or just a subset, i.e. one of
avcall, callback, trampoline, vacall?

Thank you,
Tima




_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to