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 a53c726 commit a34eb09Copy full SHA for a34eb09
src/asm.md
@@ -114,8 +114,7 @@ $ cargo objdump --bin app --release -- -s -j .vector_table
114
115
The downside of using the `cc` crate is that it requires some assembler program
116
on the build machine. For example when targeting ARM Cortex-M the `cc` crate
117
-uses `arm
118
-ne-eabi-gcc` as the assembler.
+uses `arm-none-eabi-gcc` as the assembler.
119
120
Instead of assembling the file on the build machine we can ship a pre-assembled
121
file with the `rt` crate. That way no assembler program is required on the build
0 commit comments