-
Notifications
You must be signed in to change notification settings - Fork 2
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
Build fails #2
Comments
Hi! I faced same issue. As far as I can see, it's not an warning that treated as error (like -werror), but a real error detected only by newer gcc. What is your host OS? You can use prebuilt toolchain in case you're on linux: |
Please try in #4 I update all tools version |
|
I can confirm the error. It's obviously because gcc 6.3 bug is detected by recent gcc's. The filename (ubsan) hints that the bug is not in the core but in utilities, so there is no rush to update gcc version. I can assume several options:
|
Host gcc 6.2.1.
The text was updated successfully, but these errors were encountered: