You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
source ./android-configure $NDK_PATH gyp && make -C out
and make command failed that
make: *** No rule to make target `/home/mark/libuv-1.12.0/out/Debug/obj.target/libuv/src/unix/pthread-barrier.csrc/unix/procfs-exepath.o', needed by `/home/mark/libuv-1.12.0/out/Debug/obj.target/libuv.a'. Stop.
make: Leaving directory `/home/mark/libuv-1.12.0/out'
/home/mark is the HOME directory and I compile libuv on Ubunutu 16.04
the obj file is dependent by libuv.a which does not built yet.
I compile the libuv with version of 1.12.0 and NDK 14.1.3816874
The text was updated successfully, but these errors were encountered:
fanzhengchen
changed the title
android build erro with ndk r14b
android build error with ndk r14b
Jun 4, 2017
I modified the default android-configure shell script, because the original shell cannot write files into an existing directory
then when I run the shell script
source ./android-configure $NDK_PATH gyp && make -C out
and make command failed that
/home/mark is the HOME directory and I compile libuv on Ubunutu 16.04
the obj file is dependent by libuv.a which does not built yet.
I compile the libuv with version of 1.12.0 and NDK 14.1.3816874
The text was updated successfully, but these errors were encountered: