diff options
author | U-TEMPEST\oyvind <oyvind@tempest.(none)> | 2009-06-15 17:54:00 +0200 |
---|---|---|
committer | U-TEMPEST\oyvind <oyvind@tempest.(none)> | 2009-06-15 17:54:00 +0200 |
commit | f4d6ae600be0975e11c64c238113f2fd43d35cbf (patch) | |
tree | 291ef55f370f72ee513c9e8cf758fad50ee482fd | |
parent | 24200bd858df8d55c8303a59b53e915ba85412b2 (diff) | |
download | zpu-f4d6ae600be0975e11c64c238113f2fd43d35cbf.zip zpu-f4d6ae600be0975e11c64c238113f2fd43d35cbf.tar.gz |
Remove reference to zeta, only phi is used now
-rw-r--r-- | zpu/docs/zpu_arch.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zpu/docs/zpu_arch.html b/zpu/docs/zpu_arch.html index 574000d..8aaa132 100644 --- a/zpu/docs/zpu_arch.html +++ b/zpu/docs/zpu_arch.html @@ -1510,7 +1510,7 @@ The ZPU toolchain comes with newlib & libstdc++ support which means that many C/ <p>
<pre>
$ cd zpu/sw/helloworld
-$ zpu-elf-gcc -Os -zeta hello.c -o hello.elf -Wl,--relax -Wl,--gc-sections
+$ zpu-elf-gcc -Os -phi hello.c -o hello.elf -Wl,--relax -Wl,--gc-sections
or ? TODO which one
$ zpu-elf-gcc -phi hello.c -o hello.elf
$ zpu-elf-size hello.elf
@@ -1725,7 +1725,7 @@ export ECOS_REPOSITORY=`pwd`/ecos/packages:`pwd`/repository<br> </code>
<h3>Compiling eCos tests</h3>
<code>
-ecosconfig new zeta default<br>
+ecosconfig new phi default<br>
ecosconfig tree<br>
make<br>
cd kernel/current<br>
|