Re: MIPS 32-bit ABI stack pointer

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Mason <mpeg.blue@xxxxxxx> writes:

> I got errors for o64, n32, 64
> foo.c:1: error: '-march=mips32r2' is not compatible with the selected ABI
> foo.c:1: error: '-march=mips32r2' is not compatible with the selected ABI
> foo.c:1: error: '-march=mips32r2' is not compatible with the selected ABI

Those ABIs require running the processor in 64-bit mode.  This is true
even for n32, because it requires the 64-bit floating point registers.

> Does this mean all I need to do is compile everything with -mabi=eabi ?
> And it will all auto-magically work?  :-)

It depends on what your other compiler does.

Ian


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux