URL
https://opencores.org/ocsvn/k68/k68/trunk
Subversion Repositories k68
[/] [k68/] [trunk/] [sw/] [misc/] [cpp.sh] - Rev 4
Compare with Previous | Blame | View Log
m68k-elf-gcc -c -m5202 -mno-mac -mno-68881 -mno-68851 -mno-hwdiv -o test.o test.cpp && m68k-elf-objdump -D test.o && m68k-elf-objcopy -O binary test.o test.bin && hexdump -f dump.fmt test.bin > test.rom && rm -f test.o && rm -f test.bin