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.
2 parents 454b281 + 5d04a6c commit 9ff2378Copy full SHA for 9ff2378
README.md
@@ -163,7 +163,13 @@ Compiling file: main.c
163
make: *** [_build/main.o] Error 127
164
```
165
166
-... you may need to edit the `Makefile` and update `GNU_INSTALL_ROOT` to point to the root path of your GCC ARM toolchain.
+... you may need to pass the location of the GCC ARM toolchain binaries to `make` using
167
+the variable `GNU_INSTALL_ROOT` as below:
168
+```
169
+$ make GNU_INSTALL_ROOT=/opt/gcc-arm-none-eabi-9-2019-q4-major/bin/ BOARD=feather_nrf52832 all
170
171
+
172
+_Please note that the path needs a trailing path separator (a `/`)_
173
174
#### 2. `mergehex: No such file or directory`
175
0 commit comments