-
Notifications
You must be signed in to change notification settings - Fork 258
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
Compile error when using clang and precompiled headers #16
Milestone
Comments
It appears this can be fixed by adding following line to Around line 440, below comment
|
Thanks again! Added a test case and uploaded for review: https://android-review.googlesource.com/208223 |
Closed
This was referenced May 22, 2023
[BUG] build error: clang frontend command failed with exit code 139 (use -v to see invocation)
#1889
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my Application.mk I've set
NDK_TOOLCHAIN_VERSION=clang
and in Android.mk I've definedLOCAL_PCH
to point header I wish to get precompiled.With GCC (
NDK_TOOLCHAIN_VERSION
unset), project can be built successfully. With clang I get following errors:The text was updated successfully, but these errors were encountered: