jrm224

Results 7 comments of jrm224

Running the command you posted above (after fixing some errors) produces the following: > error[E0463]: can't find crate for `std` > | > = note: the `aarch64-unknown-none-softfloat` target may not...

That's what I thought as well but I get the following: > [...]:~/rust/trusted-firmware-a/rust$ rustup target add aarch64-unknown-none-softfloat > info: component 'rust-std' for target 'aarch64-unknown-none-softfloat' is up to date

Sure thing, here's the output: [...]:~/rust/3c53305b58624ee8251a38b709db6412$ cargo build --target aarch64-unknown-none-softfloat -vv Updating crates.io index Locking 2 packages to latest compatible versions Downloaded cc v1.2.17 Downloaded 1 crate (105.8 KB) in...

Ok, I'll dig a bit more next week, thanks for helping out. For now we've got the =1.2.16 version workaround. I'll post here when/if I confirm what the problem is.

I can fairly confidently confirm this isn't an issue with `cc-rs`, I've just managed to compile with `1.2.17`. The problem is likely something to do with interplay between older versions...