提交 c5d5a54c 编写于 作者: B Bernard Xiong

fix compile warning and error

上级 de569ec8
......@@ -49,7 +49,7 @@
#define RT_USING_MEMPOOL
/* Using Dynamic Heap Management */
/* #define RT_USING_HEAP */
#define RT_USING_HEAP
/* Using Small MM */
#define RT_USING_SMALL_MEM
......
......@@ -11,7 +11,7 @@ if os.getenv('RTT_CC'):
if CROSS_TOOL == 'gcc':
PLATFORM = 'gcc'
EXEC_PATH = 'E:/Program Files/CodeSourcery/Sourcery G++ Lite/bin'
EXEC_PATH = '/home/bernard/workspace/jz/mips-2011.09/bin'
elif CROSS_TOOL == 'keil':
print '================ERROR============================'
print 'Not support keil yet!'
......@@ -56,4 +56,4 @@ else:
RT_USING_MINILIBC = True
DUMP_ACTION = OBJDUMP + ' -D -S $TARGET > rtt.asm\n'
COPY_ACTION = 'copy rtthread.bin usbboot\n'
POST_ACTION = OBJCPY + ' -O binary $TARGET rtthread.bin\n' + SIZE + ' $TARGET \n' + COPY_ACTION
POST_ACTION = OBJCPY + ' -O binary $TARGET rtthread.bin\n' + SIZE + ' $TARGET \n'
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册