[bsp]added the define of RT_USING_LIBC in rtconfig.h.
Signed-off-by: pangwei <271372443@qq.com>
This commit is contained in:
parent
5b755b85c8
commit
e30ee251e3
@ -93,9 +93,11 @@
|
|||||||
#define FINSH_THREAD_STACK_SIZE 4096
|
#define FINSH_THREAD_STACK_SIZE 4096
|
||||||
// </section>
|
// </section>
|
||||||
|
|
||||||
|
#define RT_USING_LIBC
|
||||||
|
|
||||||
// <section name="LIBC" description="C Runtime library setting" default="always" >
|
// <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" />
|
// <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" />
|
// <bool name="RT_USING_PTHREADS" description="Using POSIX threads library" default="true" />
|
||||||
// #define RT_USING_PTHREADS
|
// #define RT_USING_PTHREADS
|
||||||
// </section>
|
// </section>
|
||||||
|
@ -12,7 +12,7 @@ if os.getenv('RTT_CC'):
|
|||||||
|
|
||||||
if CROSS_TOOL == 'gcc':
|
if CROSS_TOOL == 'gcc':
|
||||||
PLATFORM = '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:
|
else:
|
||||||
print '================ERROR============================'
|
print '================ERROR============================'
|
||||||
print 'Not support %s yet!' % CROSS_TOOL
|
print 'Not support %s yet!' % CROSS_TOOL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user