Skip to content

Commit 38bd06c

Browse files
committed
解决 HC32L196 scons编译问题
1 parent 55d3011 commit 38bd06c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

bsp/hc32l196/SConstruct

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import os
22
import sys
33
import rtconfig
44

5-
print "############sconstruct##############"
65
if os.getenv('RTT_ROOT'):
76
RTT_ROOT = os.getenv('RTT_ROOT')
87
else:
@@ -38,8 +37,6 @@ Export('RTT_ROOT')
3837
Export('rtconfig')
3938

4039
# prepare building environment
41-
print "######################env:"
42-
print env
4340
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
4441

4542
# make a building

bsp/hc32l196/rtconfig.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
CFLAGS += ' -O2'
9090

9191
CXXFLAGS = CFLAGS
92-
CFLAGS += ' -std=c99'
9392

9493
POST_ACTION = 'fromelf --bin $TARGET --output rtthread.bin \nfromelf -z $TARGET'
9594

0 commit comments

Comments
 (0)