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 a9319eb commit b93eb79Copy full SHA for b93eb79
bsp/gd32/arm/gd32e230-lckfb/rtconfig.py
@@ -17,7 +17,7 @@
17
# EXEC_PATH is the compiler execute path, for example, CodeSourcery, Keil MDK, IAR
18
if CROSS_TOOL == 'gcc':
19
PLATFORM = 'gcc'
20
- EXEC_PATH = r'/home/htynkn/Programs/arm-gnu-toolchain-14.3/bin'
+ EXEC_PATH = r'/usr/bin'
21
elif CROSS_TOOL == 'keil':
22
PLATFORM = 'armcc'
23
EXEC_PATH = r'C:/Keil_v5'
0 commit comments