URL
https://opencores.org/ocsvn/zpu/zpu/trunk
Subversion Repositories zpu
[/] [zpu/] [trunk/] [zpu/] [example/] [hello world/] [build.sh] - Rev 95
Compare with Previous | Blame | View Log
set -e zpu-elf-gcc -O3 -phi "`pwd`/hello.c" -o hello.elf -Wl,--relax -Wl,--gc-sections -g zpu-elf-objcopy -O binary hello.elf hello.bin cat >../helloworld.vhd helloworld.vhd_header ./zpuromgen hello.bin >>../helloworld.vhd cat >>../helloworld.vhd helloworld.vhd_footer