We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ $NDK/ndk-build StaticLibrary : libclapack.a make: execvp: /cygdrive/C/AndroidNDK/toolchains/arm-linux-androideabi-4.6/prebuilt/windows/bin/arm-linux-androideabi-ar: Argument list too long /cygdrive/C/AndroidNDK/build/core/build-binary.mk:385: recipe for target `obj/local/armeabi-v7a/libclapack.a' failed make: *** [obj/local/armeabi-v7a/libclapack.a] Error 127
Is that "..\RtkGps\jni\simonlynen_android_libs\lapack\jni\clapack\SRC\Config.mk" contain too much C files?
The text was updated successfully, but these errors were encountered:
I would be surprised since that compiles fine for me. Perhaps this can help you find a way to compile on Cygwin: https://bbs.archlinux.org/viewtopic.php?pid=1303576
Sorry, something went wrong.
Alternatively you could compile separate libs and link them statically in a separate step.
@kevin-ni Is this resolved?
No branches or pull requests
$ $NDK/ndk-build
StaticLibrary : libclapack.a
make: execvp: /cygdrive/C/AndroidNDK/toolchains/arm-linux-androideabi-4.6/prebuilt/windows/bin/arm-linux-androideabi-ar: Argument list too long
/cygdrive/C/AndroidNDK/build/core/build-binary.mk:385: recipe for target `obj/local/armeabi-v7a/libclapack.a' failed
make: *** [obj/local/armeabi-v7a/libclapack.a] Error 127
Is that "..\RtkGps\jni\simonlynen_android_libs\lapack\jni\clapack\SRC\Config.mk" contain too much C files?
The text was updated successfully, but these errors were encountered: