-
Notifications
You must be signed in to change notification settings - Fork 0
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
investigate a solution not use prelude #3
Comments
ProblemOur target the following questions is for those not support std target. A. No panic_handler A and B easy to solve. But for C eh... Modifying the crate's source code might be work So we need a way to add std support for C. Here are discussions in the rust community https://github.com/rust-lang/wg-cargo-std-aware One way (case 2 or 3) is use Another way (case 1) is add modify rust source code and add support for x86_64-unknown-uefi target Results
If we use rust_std (in 1 and 3), we need resolve problem (similar to no_std in 2): Question for 1 and 3: Summary
|
SGX std supportsgx need add need maintain another crate branch for sgx |
https://github.com/rust-lang/wg-cargo-std-aware/issues/3 |
use target.json to indicate a std lib ?
REF: https://zhuanlan.zhihu.com/p/406785047
The text was updated successfully, but these errors were encountered: