We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can not compile your ipc-demo:
rust-beagleboardx15-demo/bare-metal/ipu-demo$ cargo +nightly build error: failed to run `rustc` to learn about target-specific information Caused by: process didn't exit successfully: `rustc - --crate-name ___ --print=file-names -C link-arg=-Tam5728_ipu.ld -C linker=arm-none-eabi-ld -Z linker-flavor=ld -Z thinlto=no --target thumbv7em-none-eabi --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=cfg` (exit code: 1) --- stderr error: unknown debugging option: `linker-flavor`
The error maybe relates to .cargo/config line 6: "-Z", "linker-flavor=ld" The linker option makes some trouble?
The text was updated successfully, but these errors were encountered:
Thanks for the report - I can reproduce this here, so have just added a PR to add support for the latest nightly
Sorry, something went wrong.
linker-flavor
Successfully merging a pull request may close this issue.
I can not compile your ipc-demo:
The error maybe relates to .cargo/config line 6: "-Z", "linker-flavor=ld"
The linker option makes some trouble?
The text was updated successfully, but these errors were encountered: