Revision 1433
Added by markw about 1 year ago
| 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
 
   | 
||
| 
     | 
||
| 
     | 
||
Move tool build to own script. Added find_offset build.