OpenCores
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
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.