4G_module/tools/toolchain/gcc-arm-none-eabi/bin/gccvar.bat

7 lines
136 B
Batchfile

@echo off
rem This file is the script to set path for ARM eabi tool chain.
set TL_PATH=%~dp0
set PATH=%TL_PATH%;%PATH%
cmd /K cd %CD%