rust-embedded / embedonomicon

How to bootstrap support for a no_std target
https://docs.rust-embedded.org/embedonomicon/
Apache License 2.0
206 stars 33 forks source link

Nightly/newer versions of llvm-binutils no longer recognize `--arch-name` #73

Open StripedMonkey opened 3 years ago

StripedMonkey commented 3 years ago

In following the embedonomicon I discovered that cargo objdump --bin app -- -d -no-show-raw-insn no longer works, for two reasons

  1. llvm-objdump no longer accepts --arch-name
  2. -no-show-raw-insn must have two -s instead of one on stable.

This is on https://docs.rust-embedded.org/embedonomicon/memory-layout.html#inspecting-it