summaryrefslogtreecommitdiffstats
path: root/zpu/sw/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'zpu/sw/index.html')
-rw-r--r--zpu/sw/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/zpu/sw/index.html b/zpu/sw/index.html
index 6c860a9..fd0a1b4 100644
--- a/zpu/sw/index.html
+++ b/zpu/sw/index.html
@@ -9,10 +9,10 @@ some very basic peripherals defined: counter, timer interrupt and a debug output
<li>Install Java
<li>Start Cygwin bash
<li>cd zpu/sw
-<li>unzip tools/zputoolchain.zip
-<li>zpu/sw/install/bin now has the .exe files for the GCC toolchain & GDB
-<li>You may want to add install/bin from zputoolchain.zip to PATH.<br>
-export PATH=$PATH:&lt;unzipdir&gt;/install/bin
+<li>sh setup.sh
+<li>/tmp/zpu/install/bin now has the .exe files for the GCC toolchain & GDB
+<li>Optionally you may set up PATH variables to point to /tmp/zpu/install/bin<br>
+source env.sh
</ol>
<h1>Hello world example</h1>
The ZPU toolchain comes with newlib & libstdc++ support which means that many C/C++ programs can be compiled without modification.
OpenPOWER on IntegriCloud