summaryrefslogtreecommitdiffstats
path: root/zpu/hdl/zpu4/test/hello/build.sh
blob: 0d81138f1e6732ec8df9b9c8e1e57194c79a9f81 (plain)
1
2
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