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 29b4e15 commit cde4309Copy full SHA for cde4309
samples/build.sh
@@ -7,5 +7,5 @@ TARGET=${1:-thumbv6m-none-eabi}
7
echo "Building for ${TARGET}"
8
for program in panic hello fault; do
9
( cd ${program} && cargo build --target=${TARGET} --release )
10
- rust-objcopy -O binary ./${program}/target/${TARGET}/release/${program} ${program}.bin
+ cp ./${program}/target/${TARGET}/release/${program} ${program}.elf
11
done
0 commit comments