Skip to content

Commit 4bedb16

Browse files
author
Amanda Butler
authored
Add link to compatible windows make
Apply changes from PR #935 to provide links to compatible versions of Make.
1 parent 092f41c commit 4bedb16

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/tutorials/debug/eclipse_pyocd.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,11 @@ 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.
67-
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`.
70+
6871
Steps to update Eclipse's PATH:
6972

7073
1. In Eclipse, click *Project > Properties > C/C++ Build > Environment*.

0 commit comments

Comments
 (0)