Skip to content

Commit c744738

Browse files
Deepika BhavnaniDeepika Bhavnani
authored andcommitted
Added Note for GNU-Make utility requirement
1 parent a29a748 commit c744738

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/debugging/debugging_eclipse_pyocd.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You need to install Eclipse CDT with the GNU ARM Eclipse plugins to begin:
1111
1. Create a workspace directory. This will be separate from your code.
1212
1. Install the GNU ARM Eclipse plugin:
1313
1. Click the **Help** menu item and select **Install New Software**.
14-
1. In the **Work with** box, paste the install address, and press Enter: `http://sourceforge.net/projects/gnuarmeclipse/files/Eclipse/updates/`.
14+
1. In the **Work with** box, paste the install address, and press Enter: `http://gnuarmeclipse.sourceforge.net/updates`.
1515

1616
If this does not work, please see the [GNU ARM Eclipse solutions and workarounds page](http://gnuarmeclipse.github.io/blog/2016/12/02/plugins-install-issue/).
1717
1. The package **GNU ARM C/C++ Cross Development Tools** appears. Select it.
@@ -58,8 +58,11 @@ $ mbed export -i eclipse_gcc_arm -m K64F --profile mbed-os/tools/profiles/debug.
5858
1. Dismiss the Welcome screen.
5959
1. Select *Project > Build Project* to build the project.
6060

61-
<span class="notes">**Note:** If building fails with `make[1]: arm-none-eabi-g++: No such file or directory`, you need to configure Eclipse's PATH (not your OS PATH):
61+
<span class="notes">**Note:** If build fails with error
62+
1. `make[1]: arm-none-eabi-g++: No such file or directory`, you need to configure Eclipse's PATH (not your OS PATH)
63+
1. `Program "make" not found in PATH`, install [GNU-Make utility](http://gnuwin32.sourceforge.net/packages/make.htm) and configure Eclipse's PATH
6264

65+
Steps to update Eclipse's PATH
6366
1. In Eclipse, click *Project > Properties > C/C++ Build > Environment*.
6467
1. Click *Add*.
6568
1. Under *Name*, enter `PATH`.

0 commit comments

Comments
 (0)