-
Notifications
You must be signed in to change notification settings - Fork 159
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
bolt build failed on windows, here's the error report #89
Comments
While build on macOS with target=android-aarch64, [INFO] build protobuf in /Users/blank/Desktop/bolt-master/third_party/android-aarch64/protobuf...
is not able to compile a simple test program. It fails with the following output:
CMake will not be able to correctly generate this project. |
when build for android using android-aarch64 target, you need to set ANDROID_NDK_ROOT shell environment to find ndk toolchains in ${ANDROID_NDK_ROOT}/toolchains/llvm/prebuilt/darwin-x86_64/bin |
Can you give more information for windows build? you can refer bolt windows workflow in https://github.com/huawei-noah/bolt/blob/master/.github/workflows/windows-x86-avx2.yml you can use --converter=off to close converter build. |
CMake Error at C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeTestCCompiler.cmake:69 (message):
The C compiler
is not able to compile a simple test program.
It fails with the following output:
The text was updated successfully, but these errors were encountered: