Project

General

Profile

« Previous | Next » 

Revision 1433

Added by markw 12 months ago

Move tool build to own script. Added find_offset build.

View differences:

makehexfiles
rm -f init.bin
gcc -Wall init.c -lm -o init && ./init
./makehex ./init_0.bin init_0.hex "0x000000"
./makehex ./init_1.bin init_1.hex "0x000000"
rm -f sidwavedata.bin
gcc -Wall sidwavedata.c -lm -o sidwavedata && ./sidwavedata
g++ -Wall find_offset.cpp -o find_offset

Also available in: Unified diff