Created
July 11, 2015 08:47
-
-
Save Gowzancha/14a4a8453a3461e052f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
imac03:Botan-1.11.17 clickios$ ./configure.py --cpu=armv7 --cc=clang --cc-abi-flags="-arch armv7 -arch armv7s --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk" | |
INFO: Platform: OS="Darwin" machine="x86_64" proc="i386" | |
INFO: Guessing target OS is darwin (use --os to set) | |
INFO: Canonicalizized CPU target armv7 to arm/armv7 | |
INFO: Target is clang-darwin-arm-armv7 | |
INFO: Skipping, by request only - cvc | |
INFO: Skipping, dependency failure - sessions_sqlite3 | |
INFO: Skipping, incompatible CPU - aes_ni aes_ssse3 clmul idea_sse2 md4_x86_32 md5_x86_32 mp_x86_32 mp_x86_64 rdrand serpent_x86_32 sha1_sse2 sha1_x86_32 sha1_x86_64 simd_altivec simd_sse2 threefish_avx2 | |
INFO: Skipping, incompatible OS - asm_x86_32 asm_x86_64 beos_stats cryptoapi_rng dyn_load locking_allocator win32_stats | |
INFO: Skipping, incompatible compiler - mp_x86_32_msvc | |
INFO: Skipping, requires external dependency - boost bzip2 lzma openssl sqlite3 zlib | |
INFO: Using MP module mp_generic | |
INFO: Using SIMD module simd_scalar | |
INFO: Loading modules adler32 aead aes alloc aont asn1 auto_rng base base64 bcrypt benchmark bigint block blowfish camellia cascade cast cbc cbc_mac ccm cfb chacha chacha20poly1305 cmac codec_filt comb4p compression crc24 crc32 credentials cryptobox ctr curve25519 datastor des dev_random dh dl_algo dl_group dlies dsa eax ec_gfp ec_group ecb ecc_key ecdh ecdsa egd elgamal eme_oaep eme_pkcs1 eme_raw emsa1 emsa1_bsi emsa_pkcs1 emsa_pssr emsa_raw emsa_x931 entropy fd_unix ffi filters fpe_fe1 gcm gost_28147 gost_3410 gost_3411 has160 hash hash_id hex hkdf hmac hmac_drbg hmac_rng hres_timer http_util idea if_algo kasumi kdf kdf1 kdf2 keccak keypair lion mac mars mce mceies md2 md4 md5 mdx_hash mgf1 misty1 mode_pad modes mp mp_generic noekeon noekeon_simd nr numbertheory ocb ofb oid_lookup openpgp par_hash passhash9 pbes2 pbkdf pbkdf1 pbkdf2 pem pk_pad poly1305 prf_tls prf_x942 proc_walk pubkey rc2 rc4 rc5 rc6 rfc3394 rfc6979 rmd128 rmd160 rng rsa rw safer salsa20 seed serpent serpent_simd sessions_sql sha1 sha2_32 sha2_64 simd simd_scalar siphash siv skein srp6 stream system_rng tea threefish tiger tls tss twofish unix_procs utils whirlpool x509 x919_mac x931_rng xtea xtea_simd xts | |
INFO: Assuming CPU is little endian | |
INFO: Using symlink to link files into build dir (use --link-method to change) | |
INFO: Botan 1.11.17 (released dated 20150619) build setup is complete | |
imac03:Botan-1.11.17 clickios$ make | |
clang++ --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -arch -pthread armv7 armv7s -fPIC -fvisibility=hidden -std=c++11 -D_REENTRANT -fstack-protector -O3 -Wall -Wextra -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -Wunreachable-code -Ibuild/include -c ./src/lib/asn1/alg_id.cpp -o build/obj/lib/asn1_alg_id.o | |
clang: error: no such file or directory: 'armv7' | |
clang: error: no such file or directory: 'armv7s' | |
clang: error: invalid arch name '-arch -pthread' | |
make: *** [build/obj/lib/asn1_alg_id.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment