Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2013 08:26:30 -0400
From:      Tim Kientzle <kientzle@freebsd.org>
To:        Werner Thie <werner@thieprojects.ch>
Cc:        freebsd-arm <freebsd-arm@freebsd.org>
Subject:   Checking EABI support (was Re: Git crash on EABI system.)
Message-ID:  <B739D1BB-EA49-4997-A7ED-48DF6DC2CBF2@freebsd.org>
In-Reply-To: <5195F2CA.2090103@thieprojects.ch>
References:  <A44A52E5-E878-45CD-B032-F111E5E244BA@freebsd.org> <51949698.80205@thieprojects.ch> <2290084B-D302-4489-BB01-817497901E2B@freebsd.org> <5195F2CA.2090103@thieprojects.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
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
=85
#define __ARM_EABI__ 1
=85

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

Tim




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B739D1BB-EA49-4997-A7ED-48DF6DC2CBF2>