Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

arm64 not supported #24

Open
heefan opened this issue Sep 6, 2014 · 3 comments
Open

arm64 not supported #24

heefan opened this issue Sep 6, 2014 · 3 comments

Comments

@heefan
Copy link

heefan commented Sep 6, 2014

Hi,

I tried to build for iOS7.1 with the following command
./build_curl --archs arm7,arm7s,arm64

However, it always failed like this,

[COMPILE] WARN - Configuration for architecture 'arm64' failed.
[ BUILD ] ERROR - Compilation failed for all requested architectures.

If I run the build_curlthe script by default, it build for arm7 and arm7s only.

Do I miss some information?

Thanks & Regards

@swallow19851009
Copy link

I have tried to compile with xcode 6.1 & ios-dev version in curl.

it works well for building and running to device.

but when trying to archive product, I got error below.

"curl_rule_01 declared as array" with a negative size.

so I have removed arm64 in architecture setting.

error is removed. but I don't know the way for arm64.

@zsszatmari
Copy link

This is because curlbuild.h differs for the 32 bit and 64 bit versions, but the build script assumes that they are the same, and uses just the 32 bit version.
One can merge them with simple ifdefs manually, or if someone has the time the build script could be extended to handle this.

@jonnyijapan
Copy link

Sorry to bump, but this isn't going to get fixed or do we look somewhere else?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants