-
Notifications
You must be signed in to change notification settings - Fork 1
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 is broken above llvm 10 #1
Comments
Sorry, my notification settings were not correct and someone just brought this to my attention today. I will attempt to repro. |
The build mentioned in the Readme still works. |
Have some fixes for clang-12. Will be pushing today. |
Thank you @quic-jhugo for looking into this. I just tested this again with different compiler versions as follows.
To try a different compiler
For llvm most versions will work as the prebuilt compiler binaries are downloaded but for GCC only the ones installed on the system will work. We have tested on llvm 12, 13, 14, 15, 16 and the compilation works for 13+ albeit by adding these compiler flags.
|
My apologies - the above commands are for the "software-kit-for-qualcomm-cloud-ai-100" repository. For this repository, For example, the below command will fail but
|
I'm trying to do a build of the toolchain on Ubuntu20.04. With llvm-14.0.0. The below errors are coming due to this change. Can this be fixed please?
Using llvm10.0.0 built from src fails for the below error but the package manager installation works fine on Ubuntu20.04.
The text was updated successfully, but these errors were encountered: