We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19008ce commit 61ae07bCopy full SHA for 61ae07b
setenv.bat
@@ -1,4 +1,9 @@
1
2
+
3
+set SOFTCONSOLE_INSTALL=D:\vector\tools\microchip-riscv
4
+set path=%SOFTCONSOLE_INSTALL%\renode\bin;%SOFTCONSOLE_INSTALL%\riscv-unknown-elf-gcc\bin;%path%
5
+set path=D:\vector\tools\gcc-toolchain\arm-32b-13\bin;D:\vector\tools\gcc-toolchain\arm-64b-13\bin;c:\qemu-20240423;%path%
6
7
REM set PATH=c:\vcast\mingw\bin;%PATH%
8
set VCAST_DEMO_SRC_BASE=%~dp0CurrentRelease
9
0 commit comments