You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/debugging/debugging_eclipse_pyocd.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ You need to install Eclipse CDT with the GNU ARM Eclipse plugins to begin:
11
11
1. Create a workspace directory. This will be separate from your code.
12
12
1. Install the GNU ARM Eclipse plugin:
13
13
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`.
15
15
16
16
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/).
17
17
1. The package **GNU ARM C/C++ Cross Development Tools** appears. Select it.
1. Select *Project > Build Project* to build the project.
60
60
61
-
<spanclass="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
+
<spanclass="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
0 commit comments