mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 22:27:21 -04:00
[ug] eclipse: add xpack build tools note
This commit is contained in:
parent
e72f74dd82
commit
a44559c18c
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue