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 63f55e7 commit 67a451bCopy full SHA for 67a451b
bsp/xuantie/virt64/c906/rtconfig.py
@@ -17,13 +17,11 @@
17
print('Please make sure your toolchains is GNU GCC!')
18
exit(0)
19
20
-EXEC_PATH = r'/opt/Xuantie-900-gcc-linux-6.6.0-musl64-x86_64-V3.0.2/bin/'
21
BUILD = 'debug'
22
23
if PLATFORM == 'gcc':
24
# toolchains
25
- # PREFIX = os.getenv('RTT_CC_PREFIX') or 'riscv64-unknown-elf-'
26
- PREFIX = 'riscv64-unknown-linux-musl-'
+ PREFIX = os.getenv('RTT_CC_PREFIX') or 'riscv64-unknown-elf-'
27
CC = PREFIX + 'gcc'
28
CXX = PREFIX + 'g++'
29
AS = PREFIX + 'gcc'
0 commit comments