Skip to content

Commit 32f14ff

Browse files
author
Amanda Butler
authored
Edit eclipse_pyocd.md
Edit file to change passive to active voice for consistency across docs.
1 parent fde1d0a commit 32f14ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorials/debug/eclipse_pyocd.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ If the build fails with an error:
6464

6565
1. `make[1]: arm-none-eabi-g++: No such file or directory`, you need to configure Eclipse's PATH (not your OS PATH).
6666
1. `Program "make" not found in PATH`, install GNU-Make utility, version at least 4.0:
67-
- On Windows, compatible version of make is found in [Cygwin](https://www.cygwin.com/) and [MSYS2](https://www.msys2.org/) distrubitions. Install `make` package and add either `C:/cygwin64/bin` or `C:/msys64/usr/bin` to Eclipse PATH.
68-
- On macOS, `make` can be installed as part of [Xcode Command Line Tools](https://developer.apple.com/download/more/).
69-
- On Linux, `make` is provided by the distrubition package manager.
67+
- On Windows, you can find a compatible version of Make in [Cygwin](https://www.cygwin.com/) and [MSYS2](https://www.msys2.org/) distrubitions. Install the `make` package, and add either `C:/cygwin64/bin` or `C:/msys64/usr/bin` to Eclipse's PATH.
68+
- On macOS, you can install `make` as part of [Xcode command-line tools](https://developer.apple.com/download/more/).
69+
- On Linux, the distrubition package manager provides `make`.
7070

7171
Steps to update Eclipse's PATH:
7272

0 commit comments

Comments
 (0)