summaryrefslogtreecommitdiffstats
path: root/zpu/hdl/zpu4/test/hello/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'zpu/hdl/zpu4/test/hello/build.sh')
-rw-r--r--zpu/hdl/zpu4/test/hello/build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/zpu/hdl/zpu4/test/hello/build.sh b/zpu/hdl/zpu4/test/hello/build.sh
new file mode 100644
index 0000000..0d81138
--- /dev/null
+++ b/zpu/hdl/zpu4/test/hello/build.sh
@@ -0,0 +1,3 @@
+zpu-elf-gcc -O3 -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
OpenPOWER on IntegriCloud