Skip to content

Commit 25e60eb

Browse files
author
Amanda Butler
authored
Merge pull request #935 from vmedcy/eclipse-make
eclipse_pyocd: add link to compatible windows make
2 parents 73be0ed + 32f14ff commit 25e60eb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/tutorials/debug/eclipse_pyocd.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ Once the project builds, you can configure the debugger. The configuration depen
6363
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).
66-
1. `Program "make" not found in PATH`, install [GNU-Make utility](http://gnuwin32.sourceforge.net/packages/make.htm), and configure Eclipse's PATH.
66+
1. `Program "make" not found in PATH`, install GNU-Make utility, version at least 4.0:
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`.
6770

6871
Steps to update Eclipse's PATH:
6972

0 commit comments

Comments
 (0)