Closed jsonsivar closed 3 years ago
@jsonsivar You need to run build.sh instead of cargo build. Have you tried that?
Thank you @p-shahi . That works. Spoke with Eric and he suggested the same and it was basically the --target wasm32-unknown-unknown
I was missing in my cargo
command. I'll close this issue now.
Hello - I am trying to build the Rust code on Ubuntu 20.04 and I currently get this error related to the LD linker. Seems like it could be a quick fix in my environment but not really sure what it could be. cc @heldrida @Nima-Ra
We tried upgrade clang and binutils and got the same thing. I.e.,
Also tried using lld instead using this command
RUSTFLAGS="-C link-arg=-fuse-ld=lld" cargo build
and it's a very similar error except the last bit is