k210-pac icon indicating copy to clipboard operation
k210-pac copied to clipboard

link error

Open w0x7c00 opened this issue 3 years ago • 1 comments

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.

w0x7c00 avatar Feb 21 '22 08:02 w0x7c00

This was happening with v0.9, might be fixed in 0.10

AlexisTM avatar Jan 21 '23 21:01 AlexisTM