You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use k210-pac with rustc version 1.57.0-nightly (e1e9319d9 2021-10-14) , a linker error has occurred:
rust-lld: error: /Users/ccccc/project1/target/riscv64gc-unknown-none-elf/debug/deps/libriscv-e250ddc6abcaec40.rlib(riscv.o): cannot link object files with different floating-point ABI
If I switch to use rustc version 1.52.0-nightly (8f349be27 2021-03-08) , everything is ok...
I have find the error is cause by dependence riscv.
The text was updated successfully, but these errors were encountered:
When I use k210-pac with rustc version 1.57.0-nightly (e1e9319d9 2021-10-14) , a linker error has occurred:
If I switch to use rustc version 1.52.0-nightly (8f349be27 2021-03-08) , everything is ok...
I have find the error is cause by dependence riscv.
The text was updated successfully, but these errors were encountered: