-
Notifications
You must be signed in to change notification settings - Fork 157
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
[Bug]Failed to compile the AES-GCM with feature +soft-float
: LLVM ERROR: Do not know how to split the result of this operator!
#498
Comments
@tarcieri @warner @fjarri @vladikoff Could you please take a look? Many thanks |
It looks like an LLVM issue (I think we had a similar issue recently...). Have you tried to compile As a temporary workaround, try to compile your project with the |
I tried to compile The workaround works for Here is how I compile my project with the [
|
You also need to enable the |
fix bug [Bug]Failed to compile the AES-GCM with feature +soft-float: LLVM ERROR: Do not know how to split the result of this operator! RustCrypto/AEADs#498 compiling the qkernel with flags and enabled fix the issue
fix bug [Bug]Failed to compile the AES-GCM with feature +soft-float: LLVM ERROR: Do not know how to split the result of this operator! RustCrypto/AEADs#498 compiling the qkernel with flags and enabled fix the issue
Many thanks, compiling the code with |
- fix bug [Bug]Failed to compile the AES-GCM with feature +soft-float: LLVM ERROR: Do not know how to split the result of this operator! - RustCrypto/AEADs#498 - compiling the qkernel with flags and enabled fix the issue
fix bug [Bug]Failed to compile the AES-GCM with feature +soft-float: LLVM ERROR: Do not know how to split the result of this operator! RustCrypto/AEADs#498 compiling the qkernel with flags and enabled fix the issue
I try to use AES-GCM in the rust kernel development environment (no-std). But after I add the following to Cargo.toml [dependencies]:
I got the following error
I use cmd
CARGO_TARGET_DIR=../target cargo xbuild --target x86_64-qkernel.json
to compile to code. And here is the
x86_64-qkernel.json
:The text was updated successfully, but these errors were encountered: