Question: __ARM_EABI__

Russell King - ARM Linux linux at arm.linux.org.uk
Wed Jan 13 16:05:03 EST 2010


On Wed, Jan 13, 2010 at 03:57:12PM -0500, H Hartley Sweeten wrote:
> On Wednesday, January 13, 2010 1:28 PM, Mikael Pettersson wrote:
> > H Hartley Sweeten writes:
> >> Hello all,
> >> 
> >> The following commit added a check for __ARM_EABI__ and raises a
> >> warning if it's not defined.
> >> 
> >> commit 6603a4fd5195a004dec5f9568e38ff76bae630c1
> >> Author: Claudio Scordino <claudio at evidence.eu.com>
> >> Date:   Fri Oct 30 12:06:05 2009 +0100
> >> 
> >>     ARM: 5776/1: Check compiler version and EABI support when adding ARM unwind support.
> >> 
> >> Where is this definition supposed to come from?
> >
> > The C compiler used to compile the kernel.
> 
> OK.  I'm using a gcc-4.3.2 compiler created with crosstool-NG:

4.3.2 doesn't generate proper unwind information, so the warning is
actually correct - it doesn't support EABI unwind information.



More information about the linux-arm-kernel mailing list