From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3620 invoked by alias); 23 Jan 2012 18:39:23 -0000 Received: (qmail 3578 invoked by uid 22791); 23 Jan 2012 18:39:21 -0000 X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,TW_BF X-Spam-Check-By: sourceware.org Received: from mail-wi0-f169.google.com (HELO mail-wi0-f169.google.com) (209.85.212.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 Jan 2012 18:38:59 +0000 Received: by wicr5 with SMTP id r5so3060624wic.0 for ; Mon, 23 Jan 2012 10:38:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.106.130 with SMTP id gu2mr15397955wib.6.1327343938230; Mon, 23 Jan 2012 10:38:58 -0800 (PST) Received: by 10.223.144.77 with HTTP; Mon, 23 Jan 2012 10:38:57 -0800 (PST) In-Reply-To: <4ACD9E56-260A-4F4D-9AC4-F59C887C2DE5@oracle.com> References: <4ACD9E56-260A-4F4D-9AC4-F59C887C2DE5@oracle.com> Date: Mon, 23 Jan 2012 18:39:00 -0000 Message-ID: Subject: Re: ARM iOS using Xcode 4.2.1? From: Anthony Green To: Bob Vandette Cc: libffi-discuss@sourceware.org X-Gm-Message-State: ALoCoQnWnk1qp3BEijQQSws4ScTvVLI/Q69xrlnMxZy8Z8yk3ua0UsYeZ7Jqs7vBTR2Z08QOw7Bb Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org X-SW-Source: 2012/txt/msg00032.txt.bz2 On Tue, Jan 10, 2012 at 3:40 PM, Bob Vandette wrote: > > Has anyone successfully ported the libffi library to work with Xcode 4.2.1 in order > to produce a library for ARM iOS 5.0 platforms? Check out this fork... http://github.com/jspahrsummers/libffi ...and let me know how it works. Thanks, AG > I tried using the libffi-3.0.10 sources and it appears that the newer Xcode assembler is > incompatible with some of the directives in src/arm/sysv.S. > > It's complaining about: > > .vfp > .ifc > .size > > Even after commenting these issues out, the ffi.c file doesn't compile due to a missing structure > member (trampoline_table_entry). > > Bob Vandette > Oracle > > >