summaryrefslogtreecommitdiffstats
path: root/zpu/hdl/zpu4/test/hello/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'zpu/hdl/zpu4/test/hello/hello.c')
-rw-r--r--zpu/hdl/zpu4/test/hello/hello.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/zpu/hdl/zpu4/test/hello/hello.c b/zpu/hdl/zpu4/test/hello/hello.c
index ea3dbb8..609c163 100644
--- a/zpu/hdl/zpu4/test/hello/hello.c
+++ b/zpu/hdl/zpu4/test/hello/hello.c
@@ -1,10 +1,6 @@
/*
-
-zpu-elf-gcc -abel `pwd`/hello.c -o hello.elf -Wl,--relax -Wl,--gc-sections -g
-zpu-elf-objdump --disassemble-all >hello.dis hello.elf
-zpu-elf-objcopy -O binary hello.elf hello.bin
-
- * */
+ * Small hello world example, does not use printf()
+ */
#include <stdio.h>
int j;
OpenPOWER on IntegriCloud