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 f712e18 commit bb58e54Copy full SHA for bb58e54
bsp/wch/risc-v/yd-ch32v307vct6/rtconfig.py
@@ -10,7 +10,7 @@
10
11
if CROSS_TOOL == 'gcc':
12
PLATFORM = 'gcc'
13
- EXEC_PATH = r'C:\Users\yekai\Documents\DevTools\wch-riscv-none-elf-gcc-8\bin'
+ EXEC_PATH = r'/opt/MRS_Toolchain_Linux_x64_V1.90/RISC-V_Embedded_GCC/bin/'
14
else:
15
print('Please make sure your toolchains is GNU GCC!')
16
exit(0)
0 commit comments