En/na Florian Klaempfl ha escrit:


grepping for abi_eabi I found that the different syscall convention is in rtl/linux/arm/syscall.inc, but it is conditioned to FPC_ABI_EABI, not to FPC_ARMEL, so in order to have a fully eabi compliant compiler should I use "-dFPC_ARMEL -dFPC_ABI_EABI"?

The changed abi field in the system info record causes FPC_ABI_EABI being defined. Same for softfloat. -dFPC_ARMEL should be enough and triggering everything else.

I forced -dFPC_ABI_EABI and the generated ppc1 gives an "qemu: uncaught target signal 6" (under scratchbox/qemu) or segfaults under real hardware.

Bye
--
Luca

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to