URL
https://opencores.org/ocsvn/pss/pss/trunk
Subversion Repositories pss
[/] [pss/] [trunk/] [pss/] [SW/] [onboard/] [Interrupts/] [build.sh] - Rev 3
Compare with Previous | Blame | View Log
zpu-elf-gcc -O3 -phi `pwd`/Interrupts.c -o Interrupts.elf -Wl,--relax -Wl,--gc-sections -g zpu-elf-objdump --disassemble-all >Interrupts.dis Interrupts.elf zpu-elf-objcopy -O binary Interrupts.elf Interrupts.bin hexdump -v -e '4/1 "%02x"' -e '"\n"' Interrupts.bin > Interrupts.hex