-
Notifications
You must be signed in to change notification settings - Fork 183
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
Failing to build project. #5
Comments
That seems to indicate that the |
Hey, I executed the command inside the bin folder and noticed differences in the output of both the compiled files and files from original ndk, I have attached the results of both below: Original NDK(r23b):
Compiled Files:
|
My result is the same as yours, but it works finely:
I have not encountered such a error as yours, and I don't know why too. Maybe you can try to compile NDK without adding |
Please refer to #6 . |
Now u can close this issues ~ |
As mentioned in #6, the issue was related to copying of the resulting binaries to the desired place, following the solution provided by @SsageParuders , I was able to get the ndk working by putting the binaries in a zip file (in uncompressed format), and then copying to the desired destination. Thank you for your help! |
Hi! I have compiled the project by following your instruction on bbs.pediy forum, everything goes smoothly but for some reason I cannot compile my project in Android Studio, following error shows whenever I try to compile.
The error states that Android NDK: Check that /lib/linux/arm/libunwind.a exists or that its path is correct but the file is clearly present under the path F:\AndroidSdk\ndk\pluto-ndk\toolchains\llvm\prebuilt\windows-x86_64\lib64\clang\12.0.8\lib\linux\arm
One more thing I have noticed that the clang++ of newly compile llvm cannot be executed, it states that 16-bit applications are not supported whereas the clang++ of original ndk is executed without any issue.
Dont know if its worth mentioning or not, but I compiled the modified llvm in ubuntu.
Any help or insight will be appreciated.
The text was updated successfully, but these errors were encountered: