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 e8b643f commit 53691ceCopy full SHA for 53691ce
docs/reference/build_rules.md
@@ -15,7 +15,7 @@ Mbed OS build tools determine the type of source file found based on the file's
15
| `.cc`, `.cpp` | C++ source | Toolchain's C++ compiler |
16
| `.h`, `.hpp`, `.hh` | C/C++ header | Toolchain's C and C++ compiler |
17
| `.icf` | IAR linker file | IAR's linker |
18
-| `.ld` | GCC linker acript | GCC's linker (`ld`) |
+| `.ld` | GCC linker script | GCC's linker (`ld`) |
19
| `.o` | Object | Toolchain's linker |
20
| `.s`, `.S` | Assembly | Toolchain's assembler |
21
| `.sct` | ARM scatter file | ARM's linker (`armlink`) |
0 commit comments