-
Notifications
You must be signed in to change notification settings - Fork 123
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
Building Cargo for the target #134
Comments
Data point - The nightly with qemuarm worked for cargo with rustfmt (https://ci.asterius.io/job/meta-rust-nightly/job/krogoth/7/flowGraphTable/). Same is true for the qemuarm64 which is aarch64. qemuarm is a really old ARM9ejs |
I was wrongly assuming this was cargo-native and not target cargo. IIRC, this is a known deficiency that you cannot create a cargo/rustc that will execute on the target. @cardoe |
Well good to know that its building Rust for the target. I didn't think that worked. This is really issue #81. |
@leon-anavi Is your goal to be able to run the Rust compiler and Cargo on the actual target? Cause you're not building a toolchain afaik here. Toolchains are the SDK packages afaik. |
@leon-anavi - anything to add on the use case; otherwise, I will assume this is a duplicate of #81 |
I don't have any additional comments at the moment regarding this issue. Best regards, |
Duplicate of #81 |
Version(s) of meta-rust
Krogoth
Version(s) of poky and/or oe-core
Krogoth
Expected result
The expected result is to successfully built cargo.
Actual result
Steps to reproduce
IMAGE_INSTALL_append = " rust-hello-world"
bitbake cargo
Best regards,
Leon
The text was updated successfully, but these errors were encountered: