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/dev_tools/third_party.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Make itself does not compile source code. It relies on a compiler like:
83
83
* The IAR ARM compiler bundled with the IAR Embedded Workbench.
84
84
* ARM Compiler 5.
85
85
86
-
You should ensure that the compiler you are exporting for is accessible using your `PATH` environment variable, as the Makefile assumes this will be true. For example, when using an exported Makefile from make_armc5, the command `armcc` should print a help message about how to use ARM Compiler 5.
86
+
<spanclass="notes">**Note:** As stated above, you should ensure that the compiler you are exporting to is accessible using your `PATH` environment variable, as Makefile requires this. For example, when using an exported Makefile from make_armc5, the command `armcc` should print a help message about how to use ARM Compiler 5.</span>
87
87
88
88
#### Make and Eclipse on Windows: Nordic Platforms using SoftDevices
0 commit comments