-
Notifications
You must be signed in to change notification settings - Fork 14
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
polyval: LLVM ERROR: Do not know how to split the result of this operator! #205
Comments
What target is this for? Is it a debug or release build? (and if it's the former, can you try adding What version of the See also: RustCrypto/utils#821 |
thanks for reply. When i run cargo build --release from my project , i hit lot these errors. I am building x86_64 error[E0433]: failed to resolve: use of undeclared type error[E0433]: failed to resolve: use of undeclared type Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433, E0463, E0531. |
i am trying to build this project https://github.com/coconut-svsm/svsm |
Any suggestions on this please. For more information about this error, try error: could not compile |
Please check this |
Note that only the original The rest are problems with your environment: you don't have the
The project you linked has the latest |
I think this issues is effectively a duplicate of #189. See also the relevant rust-lang issue: rust-lang/rust#117938 For now, the only practical solution is to use the |
Aah yes sorry, dup of #189 |
Compiling polyval v0.6.1
Compiling ghash v0.5.0
Compiling ctr v0.9.2
Compiling aes v0.8.3
rustc-LLVM ERROR: Do not know how to split the result of this operator!
error: could not compile
polyval
(lib)warning: build failed, waiting for other jobs to finish...
rustc-LLVM ERROR: Do not know how to split the result of this operator!
error: could not compile
aes
(lib)make: *** [Makefile:114: bin/stage2.bin] Error 101
The text was updated successfully, but these errors were encountered: