Skip to content

Commit

Permalink
[ug] eclipse: add xpack build tools note
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Jun 21, 2024
1 parent e72f74d commit a44559c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/userguide/eclipse_ide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ The following tools are required:
* Precompiled OpenOCD binaries: e.g. https://github.com/xpack-dev-tools/openocd-xpack
* Build tools like make: e.g. https://github.com/xpack-dev-tools/windows-build-tools-xpack
.XPack Windows Build Tools
[IMPORTANT]
The NEORV32 makefile relies on the `basename` command which is not part of the default XPack
Windows Build Tools. However, you can just open the `bin` folder, copy `busybox.exe` and rename
that copy to `basename.exe`.

:sectnums:
=== Import The Provided Eclipse Example Project
Expand Down

0 comments on commit a44559c

Please sign in to comment.