URL
https://opencores.org/ocsvn/riscv_vhdl/riscv_vhdl/trunk
Subversion Repositories riscv_vhdl
[/] [riscv_vhdl/] [trunk/] [examples/] [bootarm/] [makefiles/] [makefile.bat] - Rev 5
Compare with Previous | Blame | View Log
rem ---------------------------------------------------------------------------set GCC_DIR=E:\fw_tools\gcc-arm-none-eabi-7-2017-q4-major-win32\bin;C:\Projects\auriga\Tools\gcc-arm-none-eabi-7-2017-q4-major-win32\binset GNU_TOOLS=E:\fw_tools\gnutools;C:\Projects\auriga\Tools\gnutoolsset PATH=%GCC_DIR%;%GNU_TOOLS%;%PATH%set TOP_DIR=..\set OBJ_DIR=%TOP_DIR%linuxbuild\objset ELF_DIR=%TOP_DIR%linuxbuild\binmkdir ..\linuxbuildmkdir %OBJ_DIR%mkdir %ELF_DIR%make -f make_boot TOP_DIR=%TOP_DIR% OBJ_DIR=%OBJ_DIR% ELF_DIR=%ELF_DIR%pauseexit
