We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061e557 commit f1f5176Copy full SHA for f1f5176
cortex-m-rt/ci/script.sh
@@ -70,7 +70,7 @@ main() {
70
71
case $TARGET in
72
thumbv6m-none-eabi|thumbv7m-none-eabi)
73
- # linking with GNU LD (not working now; needs Ctrl+a x to exit)
+ # linking with GNU LD
74
env RUSTFLAGS="-C linker=arm-none-eabi-ld -C link-arg=-Tlink.x" cargo run --target $TARGET --example qemu | grep "x = 42"
75
env RUSTFLAGS="-C linker=arm-none-eabi-ld -C link-arg=-Tlink.x" cargo run --target $TARGET --example qemu --release | grep "x = 42"
76
0 commit comments