Skip to content

Instantly share code, notes, and snippets.

@alexcrichton
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexcrichton/9858498 to your computer and use it in GitHub Desktop.
Save alexcrichton/9858498 to your computer and use it in GitHub Desktop.
[~/code/libuv[master]] $ source ./android-configure $HOME/code/android/android-ndk-r9c gyp [alex@rhea]
Copying prebuilt binaries...
Copying sysroot headers and libraries...
Copying libstdc++ headers and libraries...
Copying files to: /Users/alex/code/libuv/android-toolchain
Cleaning up...
Done.
ERROR:root:code for hash sha224 was not found.
Traceback (most recent call last):
File "/Users/alex/code/libuv/android-toolchain/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/Users/alex/code/libuv/android-toolchain/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha224
ERROR:root:code for hash sha256 was not found.
Traceback (most recent call last):
File "/Users/alex/code/libuv/android-toolchain/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/Users/alex/code/libuv/android-toolchain/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha256
ERROR:root:code for hash sha384 was not found.
Traceback (most recent call last):
File "/Users/alex/code/libuv/android-toolchain/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/Users/alex/code/libuv/android-toolchain/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha384
ERROR:root:code for hash sha512 was not found.
Traceback (most recent call last):
File "/Users/alex/code/libuv/android-toolchain/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/Users/alex/code/libuv/android-toolchain/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha512
['-Dtarget_arch=arm', '-DOS=android', '/Users/alex/code/libuv/uv.gyp', '-I', '/Users/alex/code/libuv/common.gypi', '--depth=.', '-f', 'make', '-Goutput_dir=/Users/alex/code/libuv/out', '--generator-output', '/Users/alex/code/libuv/out', '-Dgcc_version=48', '-Dclang=0', '-Dhost_arch=x64', '-Duv_library=static_library', '-Dcomponent=static_library']
[~/code/libuv[master]] $ make -C out V=1 [alex@rhea]
arm-linux-androideabi-gcc '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-DDEBUG' '-D_DEBUG' '-DEV_VERIFY=2' -I../include -I../src -fasm-blocks -mpascal-strings -O0 -gdwarf-2 -arch x86_64 -Wno-strict-aliasing -MMD -MF /Users/alex/code/libuv/out/Debug/.deps//Users/alex/code/libuv/out/Debug/obj.target/libuv/src/fs-poll.o.d.raw -c -o /Users/alex/code/libuv/out/Debug/obj.target/libuv/src/fs-poll.o ../src/fs-poll.c
arm-linux-androideabi-gcc: error: x86_64: No such file or directory
arm-linux-androideabi-gcc: error: unrecognized command line option '-fasm-blocks'
arm-linux-androideabi-gcc: error: unrecognized command line option '-mpascal-strings'
arm-linux-androideabi-gcc: error: unrecognized command line option '-arch'
make: *** [/Users/alex/code/libuv/out/Debug/obj.target/libuv/src/fs-poll.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment