Re: iPhone/iPad: Link ARMv7 (Library) to ARMv7s (App)
Re: iPhone/iPad: Link ARMv7 (Library) to ARMv7s (App)
- Subject: Re: iPhone/iPad: Link ARMv7 (Library) to ARMv7s (App)
- From: David Duncan <email@hidden>
- Date: Thu, 24 Jan 2013 15:50:48 -0800
On Jan 24, 2013, at 2:55 PM, Jeffrey Walton <email@hidden> wrote:
> I know I can resolve this by removing ARMv7s from Valid Architectures (VALID_ARCHS).
Don't modify Valid Architectures, modify Architectures instead (you can specify to build only armv7 yourself). Until you can rebuild your library for armv7s, just build your main application for armv7 only.
> Or I can perform an additional build of the library for the ARMv7s architecture, but that's more work and requires a different on-disk directory structure.
I'm uncertain what would need to change here to be honest, as I would expect your build process to generate a single output binary that contains both the armv7 and armv7s code...
> Plus, ARMv7s could raise procedural questions with NIST and the testing Lab.
Assuming your main binary goes through the same testing procedures as your static library, you are already in this case since the main binary will need to be tested on armv7 and armv7s devices.
> Is there any magic to link an ARMv7 library with an ARMv7s application?
>
> Jeff
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Xcode-users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
--
David Duncan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden