From f4d6ae600be0975e11c64c238113f2fd43d35cbf Mon Sep 17 00:00:00 2001 From: "U-TEMPEST\\oyvind" Date: Mon, 15 Jun 2009 17:54:00 +0200 Subject: Remove reference to zeta, only phi is used now --- zpu/docs/zpu_arch.html | 4 ++-- 1 file 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/

 $ 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

Compiling eCos tests

-ecosconfig new zeta default
+ecosconfig new phi default
ecosconfig tree
make
cd kernel/current
-- cgit v1.1