We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554865a commit df71ffdCopy full SHA for df71ffd
1 file changed
bsp/sparkfun-redv/rtconfig.py
@@ -12,9 +12,7 @@
12
13
if CROSS_TOOL == 'gcc':
14
PLATFORM = 'gcc'
15
- #EXEC_PATH = r'/opt/unknown-gcc/bin'
16
- #EXEC_PATH = r'/home/rudy/opt/tmp/SiFive/riscv64-unknown-elf-gcc-8.3.0-2019.08.0/bin'
17
- EXEC_PATH = r'/home/rudy/opt/FreedomStudio/SiFive/riscv64-unknown-elf-gcc-8.3.0-2020.04.1/bin/'
+ EXEC_PATH = r'/opt/unknown-gcc/bin'
18
else:
19
print('Please make sure your toolchains is GNU GCC!')
20
exit(0)
0 commit comments