Checking EABI support (was Re: Git crash on EABI system.)

Tim Kientzle kientzle at freebsd.org
Fri May 17 12:26:33 UTC 2013


On May 17, 2013, at 5:05 AM, Werner Thie wrote:

> I tried several ways to preset WITH_ARM_EABI on make.conf but the def never shows up when compiling Python nor one of the other extension modules. I assume the def is generally set and the missing symbol is courtesy of some other error/omission.

If you've built an EABI system with an EABI compiler, then you don't have to set WITH_ARM_EABI inside it.  You can test this:

$ touch foo.h
$ cc -E -dM foo.h
…
#define __ARM_EABI__ 1
…

I'm certain this is unrelated to your missing symbol issue.

Tim



More information about the freebsd-arm mailing list