We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606044b commit 7003527Copy full SHA for 7003527
bsp/k210/rtconfig.py
@@ -15,7 +15,7 @@
15
16
if CROSS_TOOL == 'gcc':
17
PLATFORM = 'gcc'
18
- EXEC_PATH = r'D:\K210\xpack-riscv-none-embed-gcc-8.3.0-1.2-win32-x64\xpack-riscv-none-embed-gcc-8.3.0-1.2\bin'
+ EXEC_PATH = r'/opt/gnu-mcu-eclipse/riscv-none-gcc/8.2.0-2.1-20190425-1021/bin'
19
else:
20
print('Please make sure your toolchains is GNU GCC!')
21
exit(0)
0 commit comments