Skip to content
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

compile with target bpfel-unknown-none #22

Open
Sherlock-Holo opened this issue Jun 10, 2022 · 0 comments
Open

compile with target bpfel-unknown-none #22

Sherlock-Holo opened this issue Jun 10, 2022 · 0 comments

Comments

@Sherlock-Holo
Copy link

when set target to bpfel-unknown-none, cargo build will failed

error[E0432]: unresolved import `ad`
  --> /home/sherlock/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/cty-0.2.2/src/lib.rs:13:9
   |
13 | pub use ad::*;
   |         ^^ maybe a missing crate `ad`?
   |
   = help: consider adding `extern crate ad` to use the `ad` crate

For more information about this error, try `rustc --explain E0432`.
error: could not compile `cty` due to previous error
warning: build failed, waiting for other jobs to finish...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant