-
Notifications
You must be signed in to change notification settings - Fork 83
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
Compilation failed with Android ndk r13b and cmake 3.5.2 #89
Comments
If you are updating existing local tree, you may need to do git sync first. |
In fact, torch module commit was indeed not pushed; please try again. |
Thanks for your response. It passed updating submodules with 'WITH_CUDA=OFF'. However, during compilation with 'build.sh', another errors occurred. I'm using cmake 3.5.2. Which version of cmake have you tested? Thanks. |
I meet the same issue when using the cmake 3.5.1 and Android NDK. |
I tried to pull the source code and update the submodule, but it failed:
$ git submodule update --init --recursive
error: no such remote ref 6bd801e73eb5319f0d263a99bc5a15ce6e5ec16f
Fetched in submodule path 'distro/pkg/torch', but it did not contain 6bd801e73eb5319f0d263a99bc5a15ce6e5ec16f. Direct fetching of that commit failed.
Failed to recurse into submodule path 'distro'
Could you let me know how to resolve this issue? Thanks.
The text was updated successfully, but these errors were encountered: