anton-rs / cannon-rs

An alternative implementation of the OP Stack's Cannon, a MIPS emulator for the EVM.
MIT License
59 stars 6 forks source link

readme: add dependencies note #37

Open joohhnnn opened 2 weeks ago

joohhnnn commented 2 weeks ago

https://rust-lang.zulipchat.com/#narrow/stream/242906-t-compiler.2Farm/topic/aarch64-apple-darwin.20CI.2FCD.20and.20tier.201.3F/near/444848672

I use macOS and install binutils through brew, but the entire build fails because of issues related to the link above. It took me a while to figure out the solution.