提交 cfb550b8 编写于 作者: D dzzxzz@gmail.com

fixed gcc compiling error in lpc178x project

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2190 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 a97ed292
......@@ -23,6 +23,10 @@
#ifndef __GLCD_DRV_H
#define __GLCD_DRV_H
#ifndef EOF
#define EOF (-1)
#endif
typedef unsigned long U32;
typedef unsigned char U8;
typedef unsigned long Boolean;
......
......@@ -10,10 +10,10 @@ if os.getenv('RTT_CC'):
if CROSS_TOOL == 'gcc':
PLATFORM = 'gcc'
EXEC_PATH = 'E:/Program Files/CodeSourcery/Sourcery G++ Lite/bin'
EXEC_PATH = 'C:/Program Files/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin'
elif CROSS_TOOL == 'keil':
PLATFORM = 'armcc'
EXEC_PATH = 'E:/Keil'
EXEC_PATH = 'C:/Keil'
elif CROSS_TOOL == 'iar':
print '================ERROR============================'
print 'Not support iar yet!'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册