URL
https://opencores.org/ocsvn/pavr/pavr/trunk
Subversion Repositories pavr
[/] [pavr/] [trunk/] [test/] [sieve/] [gcccompile.bat] - Rev 4
Go to most recent revision | Compare with Previous | Blame | View Log
echo Cleaning...
make clean
echo Compiling sources...
make
hexbin sieve.hex test.bin I
echo Copying binary file to VHDL test directory...
del ..\..\tools\build_vhdl_test\test.bin
copy test.bin ..\..\tools\build_vhdl_test
Go to most recent revision | Compare with Previous | Blame | View Log