You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
arm-none-eabi-gcc --version # should print the version
10
10
```
11
11
12
-
The device manufacturer toolchain _also_ needs to be installed. For example without the [STM32CubeIDE Software](https://www.st.com/en/development-tools/stm32cubeide.html),
13
-
errors like this will otherwise be encountered:
12
+
A device toolchain _also_ needs to be installed. For example without the appropriate support files,
13
+
errors like this may otherwise be encountered:
14
14
15
15
```
16
16
[CC ARM] hal/stm32l4.o
@@ -19,27 +19,52 @@ hal/stm32l4.c:24:10: fatal error: stm32l4xx_hal.h: No such file or directory
19
19
| ^~~~~~~~~~~~~~~~~
20
20
```
21
21
22
+
There are a variety of other sources for device-specific toolchains, for example:
0 commit comments