you should either have a `build.rs` with `println!("cargo:rustc-link-arg=-Tlink.x");`, or a `.cargo/config.toml` with ``` [target.thumbv7em-none-eabihf] rustflags = [ "-C", "link-arg=-Tlink.x" ] ```