mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 18:57:16 +08:00
[libc] remove strdup from rtthread.h (#6026)
add __STDC_LIMIT_MACROS macro in Keil add RT_USING_LIBC in simulator add _DLIB_ADD_EXTRA_SYMBOLS=0 in IAR
This commit is contained in:
@@ -8,7 +8,7 @@ src = ['board.c', 'uart_console.c']
|
||||
LIBS = []
|
||||
LIBPATH = []
|
||||
CPPPATH = [cwd]
|
||||
CPPDEFINES = []
|
||||
CPPDEFINES = ['RT_USING_LIBC']
|
||||
|
||||
if rtconfig.CROSS_TOOL == 'msvc':
|
||||
CPPDEFINES += \
|
||||
|
||||
Reference in New Issue
Block a user