-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
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
Command not found #179
Comments
(cd LuaJIT-2.1.0-beta3 && patch -fp1) < ../../contrib/src/luajit/luajit-v2.1.0-beta3.patch |
###_ifeq (Windows,$(findstring Windows,$(OS))$(MSYSTEM)$(TERM)) I see solutions Online. But when i see the luajit/src/Makefile The code is : It should be work fine on OSX. |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C src
make[2]: arm-linux-androideabi-clang: Command not found
make[2]: arm-linux-androideabi-clang: Command not found
make[2]: arm-linux-androideabi-clang: Command not found
make[2]: arm-linux-androideabi-clang: Command not found
make[2]: arm-linux-androideabi-clang: Command not found
make[2]: arm-linux-androideabi-clang: Command not found
Makefile:268: *** Unsupported target architecture. Stop.
make[1]: *** [default] Error 2
make: *** [.luajit] Error 2
==== Building LuaJIT 2.1.0-beta3 ====
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C src
make[2]: aarch64-linux-android-clang: Command not found
make[2]: aarch64-linux-android-clang: Command not found
make[2]: aarch64-linux-android-clang: Command not found
make[2]: aarch64-linux-android-clang: Command not found
make[2]: aarch64-linux-android-clang: Command not found
make[2]: aarch64-linux-android-clang: Command not found
Makefile:268: *** Unsupported target architecture. Stop.
make[1]: *** [default] Error 2
make: *** [.luajit] Error 2
ndk version:android-ndk-r10e
osx: 10.13.6
I used osx to build LuaJIT 2.1.0-beta3, Can someone help me make it run normally. Thanks!
The text was updated successfully, but these errors were encountered: