提交 82359e09 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #772 from caogos/master

[bsp] 在龙芯1c的编译配置脚本“rtconfig.py”中增加“交叉编译工具链的说明”
......@@ -12,7 +12,6 @@ if os.getenv('RTT_CC'):
if CROSS_TOOL == 'gcc':
PLATFORM = 'gcc'
# EXEC_PATH = '/opt/opt/gcc-4.3-ls232/bin'
EXEC_PATH = r'D:\mgc\embedded\codebench\bin'
else:
print '================ERROR==========================='
......@@ -25,6 +24,9 @@ if os.getenv('RTT_EXEC_PATH'):
BUILD = 'debug'
# don't use loongson company's cross-compilation tool chain to compile the RT-Thread
# must use the cross-compilation tool chain that RT-Thread recommand
# download: https://coding.net/u/bernard/p/rtthread_tools/git/blob/master/GCC_Toolchains.md
PREFIX = 'mips-sde-elf-'
CC = PREFIX + 'gcc'
AS = PREFIX + 'gcc'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册