From fde1d0af3fa5e1dc462d21d7c7e4321980c4c37f Mon Sep 17 00:00:00 2001 From: Volodymyr Medvid Date: Sat, 2 Feb 2019 17:43:15 +0200 Subject: [PATCH 1/2] eclipse_pyocd: add link to compatible windows make --- docs/tutorials/debug/eclipse_pyocd.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/debug/eclipse_pyocd.md b/docs/tutorials/debug/eclipse_pyocd.md index ec40b136dc..619529cc2e 100644 --- a/docs/tutorials/debug/eclipse_pyocd.md +++ b/docs/tutorials/debug/eclipse_pyocd.md @@ -63,7 +63,10 @@ Once the project builds, you can configure the debugger. The configuration depen If the build fails with an error: 1. `make[1]: arm-none-eabi-g++: No such file or directory`, you need to configure Eclipse's PATH (not your OS PATH). -1. `Program "make" not found in PATH`, install [GNU-Make utility](http://gnuwin32.sourceforge.net/packages/make.htm), and configure Eclipse's PATH. +1. `Program "make" not found in PATH`, install GNU-Make utility, version at least 4.0: + - 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. + - On macOS, `make` can be installed as part of [Xcode Command Line Tools](https://developer.apple.com/download/more/). + - On Linux, `make` is provided by the distrubition package manager. Steps to update Eclipse's PATH: From 32f14ff9d8bb612020b598710ff8887caaf8404b Mon Sep 17 00:00:00 2001 From: Amanda Butler Date: Fri, 8 Feb 2019 14:54:15 -0600 Subject: [PATCH 2/2] Edit eclipse_pyocd.md Edit file to change passive to active voice for consistency across docs. --- docs/tutorials/debug/eclipse_pyocd.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/debug/eclipse_pyocd.md b/docs/tutorials/debug/eclipse_pyocd.md index 619529cc2e..52291de42c 100644 --- a/docs/tutorials/debug/eclipse_pyocd.md +++ b/docs/tutorials/debug/eclipse_pyocd.md @@ -64,9 +64,9 @@ If the build fails with an error: 1. `make[1]: arm-none-eabi-g++: No such file or directory`, you need to configure Eclipse's PATH (not your OS PATH). 1. `Program "make" not found in PATH`, install GNU-Make utility, version at least 4.0: - - 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. - - On macOS, `make` can be installed as part of [Xcode Command Line Tools](https://developer.apple.com/download/more/). - - On Linux, `make` is provided by the distrubition package manager. + - 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. + - On macOS, you can install `make` as part of [Xcode command-line tools](https://developer.apple.com/download/more/). + - On Linux, the distrubition package manager provides `make`. Steps to update Eclipse's PATH: