提交 38bd06cc 编写于 作者: W wenbodong2015

解决 HC32L196 scons编译问题

上级 55d3011f
......@@ -2,7 +2,6 @@ import os
import sys
import rtconfig
print "############sconstruct##############"
if os.getenv('RTT_ROOT'):
RTT_ROOT = os.getenv('RTT_ROOT')
else:
......@@ -38,8 +37,6 @@ Export('RTT_ROOT')
Export('rtconfig')
# prepare building environment
print "######################env:"
print env
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
# make a building
......
......@@ -89,7 +89,6 @@ elif PLATFORM == 'armcc':
CFLAGS += ' -O2'
CXXFLAGS = CFLAGS
CFLAGS += ' -std=c99'
POST_ACTION = 'fromelf --bin $TARGET --output rtthread.bin \nfromelf -z $TARGET'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册