Skip to content

Commit fde1d0a

Browse files
committed
eclipse_pyocd: add link to compatible windows make
1 parent b0e653d commit fde1d0a

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, 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.
6770

6871
Steps to update Eclipse's PATH:
6972

0 commit comments

Comments
 (0)