4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-30 06:00:27 +08:00

[bsp]added the define of RT_USING_LIBC in rtconfig.h.

Signed-off-by: pangwei <271372443@qq.com>
This commit is contained in:
pangwei 2015-07-23 11:20:04 +08:00
parent 5b755b85c8
commit e30ee251e3
2 changed files with 4 additions and 2 deletions

View File

@ -93,9 +93,11 @@
#define FINSH_THREAD_STACK_SIZE 4096
// </section>
#define RT_USING_LIBC
// <section name="LIBC" description="C Runtime library setting" default="always" >
// <bool name="RT_USING_NEWLIB" description="Using newlib library, only available under GNU GCC" default="true" />
// #define RT_USING_NEWLIB
//#define RT_USING_NEWLIB
// <bool name="RT_USING_PTHREADS" description="Using POSIX threads library" default="true" />
// #define RT_USING_PTHREADS
// </section>

View File

@ -12,7 +12,7 @@ if os.getenv('RTT_CC'):
if CROSS_TOOL == 'gcc':
PLATFORM = 'gcc'
EXEC_PATH = 'C:/Program Files/CodeSourcery/Sourcery_CodeBench_Lite_for_MIPS_ELF/bin'
EXEC_PATH = r'C:\Program Files\CodeSourcery\Sourcery G++ Lite For MIPS ELF\bin'
else:
print '================ERROR============================'
print 'Not support %s yet!' % CROSS_TOOL