make[1]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/uClibc++'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/uClibc++'
make[1]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib'
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/extra/config'
cp zconf.tab.h_shipped zconf.tab.h
gcc -O2  -I. -c conf.c -o conf.o
cp zconf.tab.c_shipped zconf.tab.c
cp lex.zconf.c_shipped lex.zconf.c
gcc -O2  -I. -c zconf.tab.c -o zconf.tab.o
gcc  conf.o zconf.tab.o -o conf
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/extra/config'
rm -f -r include/bits
install -d include/bits
#
# using defaults found in .config
#
*
* uClibc Configuration
*
Target Architecture
  1. alpha (TARGET_alpha)
  2. arm (TARGET_arm)
  3. bfin (TARGET_bfin)
  4. cris (TARGET_cris)
  5. e1 (TARGET_e1)
  6. frv (TARGET_frv)
  7. h8300 (TARGET_h8300)
  8. i386 (TARGET_i386)
  9. i960 (TARGET_i960)
  10. m68k (TARGET_m68k)
  11. microblaze (TARGET_microblaze)
> 12. mips (TARGET_mips)
  13. nios (TARGET_nios)
  14. nios2 (TARGET_nios2)
  15. powerpc (TARGET_powerpc)
  16. superh (TARGET_sh)
  17. sh64 (TARGET_sh64)
  18. sparc (TARGET_sparc)
  19. v850 (TARGET_v850)
  20. x86_64 (TARGET_x86_64)
choice[1-20?]: 12
*
* Target Architecture Features and Options
*
Target Processor Architecture
> 1. Generic (MIPS I) (CONFIG_MIPS_ISA_1)
  2. MIPS II (CONFIG_MIPS_ISA_2)
  3. MIPS III (CONFIG_MIPS_ISA_3)
  4. MIPS IV (CONFIG_MIPS_ISA_4)
  5. MIPS32 (CONFIG_MIPS_ISA_MIPS32)
  6. MIPS64 (CONFIG_MIPS_ISA_MIPS64)
choice[1-6?]: 1
Target Processor Endianness
> 1. Little Endian (ARCH_LITTLE_ENDIAN)
  2. Big Endian (ARCH_BIG_ENDIAN)
choice[1-2?]: 1
Target CPU has a memory management unit (MMU) (ARCH_HAS_MMU) [Y/n/?] y
Enable floating point number support (UCLIBC_HAS_FLOATS) [Y/n/?] y
  Target CPU has a floating point unit (FPU) (HAS_FPU) [Y/n/?] y
  Enable full C99 math library support (DO_C99_MATH) [Y/n/?] y
Linux kernel header location (KERNEL_SOURCE) [$(ROOTDIR)/$(LINUXDIR)] $(ROOTDIR)/$(LINUXDIR)
*
* General Library Settings
*
Generate Position Independent Code (PIC) (DOPIC) [Y/n/?] y
Enable support for shared libraries (HAVE_SHARED) [Y/n/?] y
Compile native shared library loader (BUILD_UCLIBC_LDSO) [Y/n/?] y
Optimize shared libraries & super stripping (OPTIMIZED_SHARED) [Y/n/?] y
Only load shared libraries which can share their text segment (FORCE_SHAREABLE_TEXT_SEGMENTS) [Y/?] y
Native shared library loader 'ldd' support (LDSO_LDD_SUPPORT) [Y/n/?] y
Enable shared library loader cache (LDSO_CACHE_SUPPORT) [Y/n/?] y
Enable shared library loader preload file support (LDSO_PRELOAD_FILE_SUPPORT) [N/y/?] n
  Shared library loader naming prefix (LDSO_BASE_FILENAME) [ld.so] ld.so
Enable ELF RUNPATH tag support (LDSO_RUNPATH) [Y/n/?] y
uClibc 0.9.27 compatibility (DL_FINI_CRT_COMPAT) [Y/n/?] y
Support global constructors and destructors (UCLIBC_CTOR_DTOR) [Y/n/?] y
POSIX Threading Support (UCLIBC_HAS_THREADS) [Y/n/?] y
  Build pthreads debugging support (PTHREADS_DEBUG_SUPPORT) [N/y/?] n
Large File Support (UCLIBC_HAS_LFS) [Y/n/?] y
Link ldconfig statically (UCLIBC_STATIC_LDCONFIG) [Y/n/?] y
Malloc Implementation
  1. malloc (MALLOC)
  2. malloc-simple (MALLOC_SIMPLE)
> 3. malloc-standard (MALLOC_STANDARD)
choice[1-3?]: 3
Malloc returns live pointer for malloc(0) (MALLOC_GLIBC_COMPAT) [N/y/?] n
Dynamic atexit() Support (UCLIBC_DYNAMIC_ATEXIT) [Y/n/?] y
Shadow Password Support (HAS_SHADOW) [N/y/?] n
Support only Unix 98 PTYs (UNIX98PTY_ONLY) [N/y/?] n
Assume that /dev/pts is a devpts or devfs file system (ASSUME_DEVPTS) [Y/n/?] y
Support 'struct tm' timezone extension fields (UCLIBC_HAS_TM_EXTENSIONS) [Y/n/?] y
Enable caching of the last valid timezone 'TZ' string (UCLIBC_HAS_TZ_CACHING) [Y/n/?] y
Enable '/etc/TZ' file support to set a default timezone (uClibc-specific) (UCLIBC_HAS_TZ_FILE) [Y/n/?] y
  Repeatedly read the '/etc/TZ' file (UCLIBC_HAS_TZ_FILE_READ_MANY) [Y/n/?] y
  Path to the 'TZ' file for setting the global timezone (UCLIBC_TZ_FILE_PATH) [/etc/TZ] /etc/TZ
*
* Networking Support
*
IP version 6 Support (UCLIBC_HAS_IPV6) [Y/n/?] y
Remote Procedure Call (RPC) support (UCLIBC_HAS_RPC) [Y/n/?] y
  Full RPC support (UCLIBC_HAS_FULL_RPC) [Y/n/?] y
*
* String and Stdio Support
*
Use glibc generic string functions (UCLIBC_HAS_STRING_GENERIC_OPT) [Y/n/?] y
Use arch-specific string functions (UCLIBC_HAS_STRING_ARCH_OPT) [Y/n/?] y
Use Table Versions Of 'ctype.h' Functions. (UCLIBC_HAS_CTYPE_TABLES) [Y/n/?] y
  Support Signed Characters In 'ctype.h' Functions. (UCLIBC_HAS_CTYPE_SIGNED) [Y/n/?] y
  ctype argument checking
  > 1. Do not check -- unsafe (UCLIBC_HAS_CTYPE_UNSAFE)
    2. Detect and handle appropriately (UCLIBC_HAS_CTYPE_CHECKED)
    3. Issue a diagnostic and abort() (UCLIBC_HAS_CTYPE_ENFORCED)
  choice[1-3?]: 1
Wide Character Support (UCLIBC_HAS_WCHAR) [Y/n/?] y
Locale Support (UCLIBC_HAS_LOCALE) [N/y/?] n
Support hexadecimal float notation (UCLIBC_HAS_HEXADECIMAL_FLOATS) [N/y/?] n
Support glibc's register_printf_function() (glibc-compat) (UCLIBC_HAS_GLIBC_CUSTOM_PRINTF) [N/y/?] n
Maximum number of positional args.  Either 0 or >= 9. (UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS) [9] 9
Support glibc's 'a' flag for scanf string conversions (not implemented) (UCLIBC_HAS_SCANF_GLIBC_A_FLAG) [N/y/?] n
Stdio buffer size
  1. 256 (minimum ANSI/ISO C99 value) (UCLIBC_HAS_STDIO_BUFSIZ_256)
  2. 512 (UCLIBC_HAS_STDIO_BUFSIZ_512)
  3. 1024 (UCLIBC_HAS_STDIO_BUFSIZ_1024)
  4. 2048 (UCLIBC_HAS_STDIO_BUFSIZ_2048)
> 5. 4096 (UCLIBC_HAS_STDIO_BUFSIZ_4096)
  6. 8192 (UCLIBC_HAS_STDIO_BUFSIZ_8192)
choice[1-6?]: 5
Stdio builtin buffer size (uClibc-specific)
> 1. None (UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE)
  2. 4 (UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4)
  3. 8 (UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8)
choice[1-3?]: 1
Attemt to shutdown stdio subsystem when abort() is called. (UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT) [N/y/?] n
Provide a macro version of getc() (UCLIBC_HAS_STDIO_GETC_MACRO) [Y/n/?] y
Provide a macro version of putc() (UCLIBC_HAS_STDIO_PUTC_MACRO) [Y/n/?] y
Support auto-r/w transition (UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION) [Y/n/?] y
Support an fopen() 'F' flag for large file mode (uClibc-specific) (UCLIBC_HAS_FOPEN_LARGEFILE_MODE) [N/y/?] n
Support an fopen() 'x' flag for exclusive mode (glibc-compat) (UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE) [N/y/?] n
Support fmemopen(), open_memstream(), and fopencookie() (glibc-compat) (UCLIBC_HAS_GLIBC_CUSTOM_STREAMS) [N/y/?] n
Support the '%m' specifier in printf format strings (glibc-compat) (UCLIBC_HAS_PRINTF_M_SPEC) [N/y/?] n
Include the errno message text in the library (UCLIBC_HAS_ERRNO_MESSAGES) [Y/n/?] y
  Support sys_errlist[] (obsolete-compat) (UCLIBC_HAS_SYS_ERRLIST) [N/y/?] n
Include the signum message text in the library (UCLIBC_HAS_SIGNUM_MESSAGES) [Y/n/?] y
  Support sys_siglist[] (bsd-compat) (UCLIBC_HAS_SYS_SIGLIST) [N/y/?] n
Support gnu getopt (UCLIBC_HAS_GNU_GETOPT) [Y/n/?] y
*
* Big and Tall
*
Regular Expression Support (UCLIBC_HAS_REGEX) [Y/n/?] y
Support the wordexp() interface (UCLIBC_HAS_WORDEXP) [N/y/?] n
Support the ftw() and nftw() interfaces (UCLIBC_HAS_FTW) [N/y/?] n
Support the glob() interface (UCLIBC_HAS_GLOB) [Y/n/?] y
*
* Library Installation Options
*
Shared library loader path (SHARED_LIB_LOADER_PREFIX) [/lib] /lib
uClibc runtime library directory (RUNTIME_PREFIX) [$(ROOTDIR)/romfs] $(ROOTDIR)/romfs
uClibc development environment directory (DEVEL_PREFIX) [$(ROOTDIR)/romfs] $(ROOTDIR)/romfs
*
* uClibc security related options
*
Enable security options (UCLIBC_SECURITY) [Y/n] y
  Build utilities as ET_DYN/PIE executables (UCLIBC_BUILD_PIE) [Y/n/?] y
  Support for propolice smashing stack protector (UCLIBC_HAS_SSP) [N/y/?] n
  Build uClibc with RELRO (UCLIBC_BUILD_RELRO) [Y/n/?] y
  Build uClibc with NOW (UCLIBC_BUILD_NOW) [Y/n/?] y
  Build uClibc with noexecstack marking (UCLIBC_BUILD_NOEXECSTACK) [Y/n/?] y
*
* uClibc development/debugging options
*
Cross-compiling toolchain prefix (CROSS_COMPILER_PREFIX) [] 
Build uClibc with debugging symbols (DODEBUG) [N/y/?] n
Build pthread with debugging output (DODEBUG_PT) [N/y/?] n
Build uClibc with run-time assertion testing (DOASSERTS) [N/y/?] n
Build the shared library loader with debugging support (SUPPORT_LD_DEBUG) [N/y/?] n
Build the shared library loader with early debugging support (SUPPORT_LD_DEBUG_EARLY) [N/y/?] n
Compiler Warnings (WARNINGS) [-Wall] -Wall
Manuel's hidden warnings (UCLIBC_MJN3_ONLY) [N/y/?] n
Current kernel version is 2.6.21


Using kernel headers from 2.6.21 for architecture 'mips'
	provided in directory /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x


make -C libc/sysdeps/linux/common headers
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/sysdeps/linux/common'
ln -fs ../libc/sysdeps/linux/common/fpu_control.h ../../../..//include/
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/sysdeps/linux/common'
make -C libc/sysdeps/linux/mips headers
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/sysdeps/linux/mips'
ln -fs ../libc/sysdeps/linux/mips/sgidefs.h ../../../..//include/
ln -fs ../libc/sysdeps/linux/mips/fpu_control.h ../../../..//include/
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/sysdeps/linux/mips'
make -C  ldso
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/ldso'
ln -fs ../../include/elf.h include/elf.h
ln -fs ../ldso/mips/dl-startup.h include/dl-startup.h
ln -fs ../ldso/mips/dl-syscalls.h include/dl-syscalls.h
ln -fs ../ldso/mips/dl-sysdep.h include/dl-sysdep.h
ln -fs ../ldso/mips/dl-debug.h include/dl-debug.h
echo '#include "mips/elfinterp.c"' \
		> include/dl-progname.h
make -C ldso
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/ldso/ldso'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -D_DL_FINI_CRT_COMPAT -Os -funit-at-a-time -DUCLIBC_LDSO=\"ld-uClibc.so.0\" -mno-split-addresses -mips1 -fPIC -DUCLIBC_RUNTIME_PREFIX=\"/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/\" -fno-builtin -nostdinc -D_LIBC -I../../ldso/include -I. -I../../include -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include  -Wa,--noexecstack -c mips/resolve.S -o mips/resolve.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mips/resolve.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -D_DL_FINI_CRT_COMPAT -Os -funit-at-a-time -DUCLIBC_LDSO=\"ld-uClibc.so.0\" -mno-split-addresses -mips1 -fPIC -DUCLIBC_RUNTIME_PREFIX=\"/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/\" -fno-builtin -nostdinc -D_LIBC -I../../ldso/include -I. -I../../include -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -c ldso.c -o ldso.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ldso.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ld  -e _start -z now -Bsymbolic -shared --warn-common --export-dynamic --sort-common -z combreloc --discard-locals --discard-all --no-undefined -z relro -s -soname=ld-uClibc.so.0 \
		-o ld-uClibc-0.9.28.so mips/resolve.o ldso.o /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/libgcc.a
install -d ../../lib
install -m 755 ld-uClibc-0.9.28.so ../../lib
ln -sf ld-uClibc-0.9.28.so ../../lib/ld-uClibc.so.0
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/ldso/ldso'
make -C libdl
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/ldso/libdl'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing    -Os -funit-at-a-time  -mno-split-addresses  -mips1 -DUCLIBC_RUNTIME_PREFIX=\"/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/\" -fno-builtin -nostdinc -D_LIBC -I../../ldso/include -I../../ldso/ldso -I. -I../../include -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -c libdl.c -o libdl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment libdl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ar cr libdl.a ../ldso/mips/resolve.o libdl.o
install -d ../../lib
rm -f ../../lib/libdl.a
install -m 644 libdl.a ../../lib
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing    -Os -funit-at-a-time  -mno-split-addresses  -mips1 -DUCLIBC_RUNTIME_PREFIX=\"/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/\" -fno-builtin -nostdinc -D_LIBC -I../../ldso/include -I../../ldso/ldso -I. -I../../include -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -fPIC -D__LIBDL_SHARED__ -c libdl.c -o libdl_pic.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment libdl_pic.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ar cr libdl_pic.a libdl_pic.o
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/ldso/libdl'
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/ldso'
make -C  libc
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc'
make -C  misc
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc'
make -C  assert
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/assert'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __assert.c -o __assert.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __assert.o
echo  misc/assert/__assert.o > ../../obj.misc.assert
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/assert'
make -C  ctype
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/ctype'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_isalnum ctype.c -c -o isalnum.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment isalnum.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_isalpha ctype.c -c -o isalpha.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment isalpha.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_isascii ctype.c -c -o isascii.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment isascii.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_iscntrl ctype.c -c -o iscntrl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment iscntrl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_isdigit ctype.c -c -o isdigit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment isdigit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_isgraph ctype.c -c -o isgraph.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment isgraph.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_islower ctype.c -c -o islower.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment islower.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_isprint ctype.c -c -o isprint.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment isprint.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_ispunct ctype.c -c -o ispunct.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ispunct.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_isspace ctype.c -c -o isspace.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment isspace.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_isupper ctype.c -c -o isupper.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment isupper.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_isxdigit ctype.c -c -o isxdigit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment isxdigit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_toascii ctype.c -c -o toascii.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment toascii.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_tolower ctype.c -c -o tolower.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment tolower.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_toupper ctype.c -c -o toupper.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment toupper.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_isblank ctype.c -c -o isblank.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment isblank.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_isxlower ctype.c -c -o isxlower.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment isxlower.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_isxupper ctype.c -c -o isxupper.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment isxupper.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___C_ctype_b ctype.c -c -o __C_ctype_b.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __C_ctype_b.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___C_ctype_tolower ctype.c -c -o __C_ctype_tolower.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __C_ctype_tolower.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___C_ctype_toupper ctype.c -c -o __C_ctype_toupper.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __C_ctype_toupper.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___ctype_b_loc ctype.c -c -o __ctype_b_loc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __ctype_b_loc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___ctype_tolower_loc ctype.c -c -o __ctype_tolower_loc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __ctype_tolower_loc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___ctype_toupper_loc ctype.c -c -o __ctype_toupper_loc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __ctype_toupper_loc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___ctype_assert ctype.c -c -o __ctype_assert.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __ctype_assert.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_isctype ctype.c -c -o isctype.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment isctype.o
echo  misc/ctype/isalnum.o  misc/ctype/isalpha.o  misc/ctype/isascii.o  misc/ctype/iscntrl.o  misc/ctype/isdigit.o  misc/ctype/isgraph.o  misc/ctype/islower.o  misc/ctype/isprint.o  misc/ctype/ispunct.o  misc/ctype/isspace.o  misc/ctype/isupper.o  misc/ctype/isxdigit.o  misc/ctype/toascii.o  misc/ctype/tolower.o  misc/ctype/toupper.o  misc/ctype/isblank.o  misc/ctype/isxlower.o  misc/ctype/isxupper.o  misc/ctype/__C_ctype_b.o  misc/ctype/__C_ctype_tolower.o  misc/ctype/__C_ctype_toupper.o  misc/ctype/__ctype_b_loc.o  misc/ctype/__ctype_tolower_loc.o  misc/ctype/__ctype_toupper_loc.o  misc/ctype/__ctype_assert.o  misc/ctype/isctype.o > ../../obj.misc.ctype
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/ctype'
make -C  dirent
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/dirent'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c alphasort.c -o alphasort.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment alphasort.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c closedir.c -o closedir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment closedir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c dirfd.c -o dirfd.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment dirfd.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c opendir.c -o opendir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment opendir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c readdir.c -o readdir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment readdir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c rewinddir.c -o rewinddir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment rewinddir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c scandir.c -o scandir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment scandir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c seekdir.c -o seekdir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment seekdir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c telldir.c -o telldir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment telldir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c readdir64.c -o readdir64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment readdir64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c alphasort64.c -o alphasort64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment alphasort64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c scandir64.c -o scandir64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment scandir64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c readdir_r.c -o readdir_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment readdir_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c readdir64_r.c -o readdir64_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment readdir64_r.o
echo  misc/dirent/alphasort.o  misc/dirent/closedir.o  misc/dirent/dirfd.o  misc/dirent/opendir.o  misc/dirent/readdir.o  misc/dirent/rewinddir.o  misc/dirent/scandir.o  misc/dirent/seekdir.o  misc/dirent/telldir.o  misc/dirent/readdir64.o  misc/dirent/alphasort64.o  misc/dirent/scandir64.o  misc/dirent/readdir_r.o  misc/dirent/readdir64_r.o > ../../obj.misc.dirent
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/dirent'
make -C  file
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/file'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c lockf.c -o lockf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment lockf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c lockf64.c -o lockf64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment lockf64.o
echo  misc/file/lockf.o  misc/file/lockf64.o > ../../obj.misc.file
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/file'
make -C  fnmatch
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/fnmatch'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fnmatch.c -o fnmatch.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fnmatch.o
echo  misc/fnmatch/fnmatch.o > ../../obj.misc.fnmatch
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/fnmatch'
make -C  internals
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/internals'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __uClibc_main.c -o __uClibc_main.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __uClibc_main.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c tempname.c -o tempname.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment tempname.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c errno.c -o errno.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment errno.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __errno_location.c -o __errno_location.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __errno_location.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __h_errno_location.c -o __h_errno_location.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __h_errno_location.o
echo  misc/internals/__uClibc_main.o  misc/internals/tempname.o  misc/internals/errno.o  misc/internals/__errno_location.o  misc/internals/__h_errno_location.o > ../../obj.misc.internals
echo "/* Force shared libraries to know about the correct library loader */" > interp.c
echo "#include <features.h>" >> interp.c
echo "#ifdef __HAVE_ELF__" >> interp.c
echo "const char __dl_ldso__[] __attribute__ ((section " \
		"(\".interp\"))) =\"""/lib"/ld-uClibc.so.0"\";" >> interp.c
echo "#endif" >> interp.c
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c interp.c -o interp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment interp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c static.c -o static.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment static.o
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/internals'
make -C  mntent
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/mntent'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mntent.c -o mntent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mntent.o
echo  misc/mntent/mntent.o > ../../obj.misc.mntent
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/mntent'
make -C  syslog
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/syslog'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c syslog.c -o syslog.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment syslog.o
echo  misc/syslog/syslog.o > ../../obj.misc.syslog
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/syslog'
make -C  time
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/time'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c adjtime.c -o adjtime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment adjtime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ftime.c -o ftime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ftime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_asctime time.c -c -o asctime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment asctime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_asctime_r time.c -c -o asctime_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment asctime_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_clock time.c -c -o clock.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment clock.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_ctime time.c -c -o ctime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ctime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_ctime_r time.c -c -o ctime_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ctime_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_gmtime time.c -c -o gmtime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment gmtime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_gmtime_r time.c -c -o gmtime_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment gmtime_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_localtime time.c -c -o localtime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment localtime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_localtime_r time.c -c -o localtime_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment localtime_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_mktime time.c -c -o mktime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mktime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strftime time.c -c -o strftime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strftime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strptime time.c -c -o strptime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strptime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_tzset time.c -c -o tzset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment tzset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL__time_t2tm time.c -c -o _time_t2tm.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _time_t2tm.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___time_tm time.c -c -o __time_tm.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __time_tm.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL__time_mktime time.c -c -o _time_mktime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _time_mktime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_dysize time.c -c -o dysize.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment dysize.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_timegm time.c -c -o timegm.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment timegm.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL__time_mktime_tzi time.c -c -o _time_mktime_tzi.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _time_mktime_tzi.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL__time_localtime_tzi time.c -c -o _time_localtime_tzi.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _time_localtime_tzi.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_difftime time.c -c -o difftime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment difftime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_wcsftime time.c -c -o wcsftime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcsftime.o
echo  misc/time/adjtime.o  misc/time/ftime.o  misc/time/asctime.o  misc/time/asctime_r.o  misc/time/clock.o  misc/time/ctime.o  misc/time/ctime_r.o  misc/time/gmtime.o  misc/time/gmtime_r.o  misc/time/localtime.o  misc/time/localtime_r.o  misc/time/mktime.o  misc/time/strftime.o  misc/time/strptime.o  misc/time/tzset.o  misc/time/_time_t2tm.o  misc/time/__time_tm.o  misc/time/_time_mktime.o  misc/time/dysize.o  misc/time/timegm.o  misc/time/_time_mktime_tzi.o  misc/time/_time_localtime_tzi.o  misc/time/difftime.o  misc/time/wcsftime.o > ../../obj.misc.time
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/time'
make -C  utmp
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/utmp'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c utent.c -o utent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment utent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c wtent.c -o wtent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wtent.o
echo  misc/utmp/utent.o  misc/utmp/wtent.o > ../../obj.misc.utmp
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/utmp'
make -C  sysvipc
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/sysvipc'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_semget sem.c -c -o semget.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment semget.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_semctl sem.c -c -o semctl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment semctl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_semop sem.c -c -o semop.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment semop.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_shmat shm.c -c -o shmat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment shmat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_shmctl shm.c -c -o shmctl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment shmctl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_shmdt shm.c -c -o shmdt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment shmdt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_shmget shm.c -c -o shmget.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment shmget.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_msgctl msgq.c -c -o msgctl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment msgctl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_msgget msgq.c -c -o msgget.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment msgget.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_msgrcv msgq.c -c -o msgrcv.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment msgrcv.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_msgsnd msgq.c -c -o msgsnd.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment msgsnd.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ftok.c -o ftok.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ftok.o
echo  misc/sysvipc/semget.o  misc/sysvipc/semctl.o  misc/sysvipc/semop.o  misc/sysvipc/shmat.o  misc/sysvipc/shmctl.o  misc/sysvipc/shmdt.o  misc/sysvipc/shmget.o  misc/sysvipc/msgctl.o  misc/sysvipc/msgget.o  misc/sysvipc/msgrcv.o  misc/sysvipc/msgsnd.o  misc/sysvipc/ftok.o > ../../obj.misc.sysvipc
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/sysvipc'
make -C  statfs
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/statfs'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fstatfs64.c -o fstatfs64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fstatfs64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c statfs64.c -o statfs64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment statfs64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c statvfs.c -o statvfs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment statvfs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c statvfs64.c -o statvfs64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment statvfs64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fstatvfs.c -o fstatvfs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fstatvfs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fstatvfs64.c -o fstatvfs64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fstatvfs64.o
echo  misc/statfs/fstatfs64.o  misc/statfs/statfs64.o  misc/statfs/statvfs.o  misc/statfs/statvfs64.o  misc/statfs/fstatvfs.o  misc/statfs/fstatvfs64.o > ../../obj.misc.statfs
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/statfs'
make -C  error
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/error'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c error.c -o error.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment error.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c err.c -o err.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment err.o
echo  misc/error/error.o  misc/error/err.o > ../../obj.misc.error
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/error'
make -C  ttyent
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/ttyent'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getttyent.c -o getttyent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getttyent.o
echo  misc/ttyent/getttyent.o > ../../obj.misc.ttyent
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/ttyent'
make -C  gnu
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/gnu'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c obstack.c -o obstack.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment obstack.o
echo  misc/gnu/obstack.o > ../../obj.misc.gnu
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/gnu'
make -C  search
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/search'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c hsearch.c -o hsearch.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment hsearch.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_tsearch tsearch.c -c -o tsearch.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment tsearch.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_tfind tsearch.c -c -o tfind.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment tfind.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_tdelete tsearch.c -c -o tdelete.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment tdelete.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_twalk tsearch.c -c -o twalk.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment twalk.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_tdestroy tsearch.c -c -o tdestroy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment tdestroy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_lfind lsearch.c -c -o lfind.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment lfind.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_lsearch lsearch.c -c -o lsearch.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment lsearch.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_insque insremque.c -c -o insque.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment insque.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_remque insremque.c -c -o remque.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment remque.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_hcreate_r hsearch_r.c -c -o hcreate_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment hcreate_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_hdestroy_r hsearch_r.c -c -o hdestroy_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment hdestroy_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_hsearch_r hsearch_r.c -c -o hsearch_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment hsearch_r.o
echo  misc/search/hsearch.o  misc/search/tsearch.o  misc/search/tfind.o  misc/search/tdelete.o  misc/search/twalk.o  misc/search/tdestroy.o  misc/search/lfind.o  misc/search/lsearch.o  misc/search/insque.o  misc/search/remque.o  misc/search/hcreate_r.o  misc/search/hdestroy_r.o  misc/search/hsearch_r.o > ../../obj.misc.search
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/search'
make -C  locale
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/locale'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_setlocale locale.c -c -o setlocale.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setlocale.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_localeconv locale.c -c -o localeconv.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment localeconv.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL__locale_init locale.c -c -o _locale_init.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _locale_init.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_nl_langinfo locale.c -c -o nl_langinfo.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment nl_langinfo.o
echo  misc/locale/setlocale.o  misc/locale/localeconv.o  misc/locale/_locale_init.o  misc/locale/nl_langinfo.o > ../../obj.misc.locale
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/locale'
make -C  regex
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/regex'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c regex.c -o regex.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment regex.o
echo  misc/regex/regex.o > ../../obj.misc.regex
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/regex'
make -C  pthread
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/pthread'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/unix/sysv/linux -I../../../libpthread/linuxthreads/sysdeps/pthread -I../../../libpthread/linuxthreads/sysdeps/unix/sysv -I../../../libpthread/linuxthreads/sysdeps/unix/unix -I../../../libpthread/linuxthreads/sysdeps/mips -I../../../libpthread/linuxthreads/sysdeps -I../../../libc/sysdeps/linux/mips -D_GNU_SOURCE -c no-tsd.c -o no-tsd.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment no-tsd.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/unix/sysv/linux -I../../../libpthread/linuxthreads/sysdeps/pthread -I../../../libpthread/linuxthreads/sysdeps/unix/sysv -I../../../libpthread/linuxthreads/sysdeps/unix/unix -I../../../libpthread/linuxthreads/sysdeps/mips -I../../../libpthread/linuxthreads/sysdeps -I../../../libc/sysdeps/linux/mips -D_GNU_SOURCE -c weaks.c -o weaks.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment weaks.o
echo  misc/pthread/no-tsd.o  misc/pthread/weaks.o > ../../obj.misc.pthread
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/pthread'
make -C  wctype
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/wctype'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_iswalnum wctype.c -c -o iswalnum.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment iswalnum.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_iswalpha wctype.c -c -o iswalpha.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment iswalpha.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_iswcntrl wctype.c -c -o iswcntrl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment iswcntrl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_iswdigit wctype.c -c -o iswdigit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment iswdigit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_iswgraph wctype.c -c -o iswgraph.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment iswgraph.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_iswlower wctype.c -c -o iswlower.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment iswlower.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_iswprint wctype.c -c -o iswprint.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment iswprint.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_iswpunct wctype.c -c -o iswpunct.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment iswpunct.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_iswspace wctype.c -c -o iswspace.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment iswspace.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_iswupper wctype.c -c -o iswupper.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment iswupper.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_iswxdigit wctype.c -c -o iswxdigit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment iswxdigit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_iswblank wctype.c -c -o iswblank.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment iswblank.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_wctrans wctype.c -c -o wctrans.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wctrans.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_towctrans wctype.c -c -o towctrans.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment towctrans.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_wctype wctype.c -c -o wctype.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wctype.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_iswctype wctype.c -c -o iswctype.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment iswctype.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_towlower wctype.c -c -o towlower.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment towlower.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_towupper wctype.c -c -o towupper.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment towupper.o
echo  misc/wctype/iswalnum.o  misc/wctype/iswalpha.o  misc/wctype/iswcntrl.o  misc/wctype/iswdigit.o  misc/wctype/iswgraph.o  misc/wctype/iswlower.o  misc/wctype/iswprint.o  misc/wctype/iswpunct.o  misc/wctype/iswspace.o  misc/wctype/iswupper.o  misc/wctype/iswxdigit.o  misc/wctype/iswblank.o  misc/wctype/wctrans.o  misc/wctype/towctrans.o  misc/wctype/wctype.o  misc/wctype/iswctype.o  misc/wctype/towlower.o  misc/wctype/towupper.o > ../../obj.misc.wctype
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/wctype'
make -C  wchar
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/wchar'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_btowc wchar.c -c -o btowc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment btowc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_wctob wchar.c -c -o wctob.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wctob.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_mbsinit wchar.c -c -o mbsinit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mbsinit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_mbrlen wchar.c -c -o mbrlen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mbrlen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_mbrtowc wchar.c -c -o mbrtowc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mbrtowc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_wcrtomb wchar.c -c -o wcrtomb.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcrtomb.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_mbsrtowcs wchar.c -c -o mbsrtowcs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mbsrtowcs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_wcsrtombs wchar.c -c -o wcsrtombs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcsrtombs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL__wchar_utf8sntowcs wchar.c -c -o _wchar_utf8sntowcs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _wchar_utf8sntowcs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL__wchar_wcsntoutf8s wchar.c -c -o _wchar_wcsntoutf8s.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _wchar_wcsntoutf8s.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___mbsnrtowcs wchar.c -c -o __mbsnrtowcs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __mbsnrtowcs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___wcsnrtombs wchar.c -c -o __wcsnrtombs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __wcsnrtombs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_wcwidth wchar.c -c -o wcwidth.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcwidth.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_wcswidth wchar.c -c -o wcswidth.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcswidth.o
echo  misc/wchar/btowc.o  misc/wchar/wctob.o  misc/wchar/mbsinit.o  misc/wchar/mbrlen.o  misc/wchar/mbrtowc.o  misc/wchar/wcrtomb.o  misc/wchar/mbsrtowcs.o  misc/wchar/wcsrtombs.o  misc/wchar/_wchar_utf8sntowcs.o  misc/wchar/_wchar_wcsntoutf8s.o  misc/wchar/__mbsnrtowcs.o  misc/wchar/__wcsnrtombs.o  misc/wchar/wcwidth.o  misc/wchar/wcswidth.o > ../../obj.misc.wchar
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/wchar'
make -C  glob
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/glob'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c glob.c -o glob.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment glob.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c glob64.c -o glob64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment glob64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c glob-hooks.c -o glob-hooks.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment glob-hooks.o
echo  misc/glob/glob.o  misc/glob/glob64.o  misc/glob/glob-hooks.o > ../../obj.misc.glob
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/glob'
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc'
make -C  pwd_grp
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/pwd_grp'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_fgetpwent_r pwd_grp.c -c -o fgetpwent_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fgetpwent_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_fgetgrent_r pwd_grp.c -c -o fgetgrent_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fgetgrent_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_fgetpwent pwd_grp.c -c -o fgetpwent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fgetpwent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_fgetgrent pwd_grp.c -c -o fgetgrent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fgetgrent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_getpwnam_r pwd_grp.c -c -o getpwnam_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getpwnam_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_getgrnam_r pwd_grp.c -c -o getgrnam_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getgrnam_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_getpwuid_r pwd_grp.c -c -o getpwuid_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getpwuid_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_getgrgid_r pwd_grp.c -c -o getgrgid_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getgrgid_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_getpwuid pwd_grp.c -c -o getpwuid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getpwuid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_getgrgid pwd_grp.c -c -o getgrgid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getgrgid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_getpwnam pwd_grp.c -c -o getpwnam.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getpwnam.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_getgrnam pwd_grp.c -c -o getgrnam.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getgrnam.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_getpw pwd_grp.c -c -o getpw.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getpw.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_getpwent_r pwd_grp.c -c -o getpwent_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getpwent_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_getgrent_r pwd_grp.c -c -o getgrent_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getgrent_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_getpwent pwd_grp.c -c -o getpwent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getpwent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_getgrent pwd_grp.c -c -o getgrent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getgrent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_initgroups pwd_grp.c -c -o initgroups.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment initgroups.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_putpwent pwd_grp.c -c -o putpwent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment putpwent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_putgrent pwd_grp.c -c -o putgrent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment putgrent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___parsepwent pwd_grp.c -c -o __parsepwent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __parsepwent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___parsegrent pwd_grp.c -c -o __parsegrent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __parsegrent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___pgsreader pwd_grp.c -c -o __pgsreader.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __pgsreader.o
echo  pwd_grp/fgetpwent_r.o  pwd_grp/fgetgrent_r.o  pwd_grp/fgetpwent.o  pwd_grp/fgetgrent.o  pwd_grp/getpwnam_r.o  pwd_grp/getgrnam_r.o  pwd_grp/getpwuid_r.o  pwd_grp/getgrgid_r.o  pwd_grp/getpwuid.o  pwd_grp/getgrgid.o  pwd_grp/getpwnam.o  pwd_grp/getgrnam.o  pwd_grp/getpw.o  pwd_grp/getpwent_r.o  pwd_grp/getgrent_r.o  pwd_grp/getpwent.o  pwd_grp/getgrent.o  pwd_grp/initgroups.o  pwd_grp/putpwent.o  pwd_grp/putgrent.o  pwd_grp/__parsepwent.o  pwd_grp/__parsegrent.o  pwd_grp/__pgsreader.o > ../obj.pwd_grp
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/pwd_grp'
make -C  stdio
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/stdio'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fclose.c -o fclose.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fclose.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fcloseall.c -o fcloseall.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fcloseall.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fdopen.c -o fdopen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fdopen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fgetpos.c -o fgetpos.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fgetpos.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fopen.c -o fopen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fopen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c freopen.c -o freopen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment freopen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fseeko.c -o fseeko.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fseeko.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fsetpos.c -o fsetpos.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fsetpos.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ftello.c -o ftello.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ftello.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getdelim.c -o getdelim.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getdelim.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getline.c -o getline.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getline.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c gets.c -o gets.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment gets.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getw.c -o getw.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getw.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c perror.c -o perror.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment perror.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c puts.c -o puts.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment puts.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c putw.c -o putw.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment putw.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c remove.c -o remove.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment remove.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c rewind.c -o rewind.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment rewind.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setbuf.c -o setbuf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setbuf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setbuffer.c -o setbuffer.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setbuffer.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setlinebuf.c -o setlinebuf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setlinebuf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setvbuf.c -o setvbuf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setvbuf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ungetc.c -o ungetc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ungetc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c printf.c -o printf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment printf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c vprintf.c -o vprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment vprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c vsprintf.c -o vsprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment vsprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fprintf.c -o fprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c snprintf.c -o snprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment snprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c dprintf.c -o dprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment dprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c asprintf.c -o asprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment asprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sprintf.c -o sprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c vasprintf.c -o vasprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment vasprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c vdprintf.c -o vdprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment vdprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c vsnprintf.c -o vsnprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment vsnprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c tmpfile.c -o tmpfile.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment tmpfile.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c tmpnam.c -o tmpnam.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment tmpnam.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c tmpnam_r.c -o tmpnam_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment tmpnam_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c popen.c -o popen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment popen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c tempnam.c -o tempnam.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment tempnam.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ctermid.c -o ctermid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ctermid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c _READ.c -o _READ.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _READ.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c _WRITE.c -o _WRITE.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _WRITE.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c _adjust_pos.c -o _adjust_pos.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _adjust_pos.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c _fopen.c -o _fopen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _fopen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c _fwrite.c -o _fwrite.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _fwrite.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c _rfill.c -o _rfill.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _rfill.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c _stdio.c -o _stdio.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _stdio.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c _trans2r.c -o _trans2r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _trans2r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c _trans2w.c -o _trans2w.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _trans2w.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c _wcommit.c -o _wcommit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _wcommit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c _cs_funcs.c -o _cs_funcs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _cs_funcs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c _load_inttype.c -o _load_inttype.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _load_inttype.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c _store_inttype.c -o _store_inttype.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _store_inttype.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c _uintmaxtostr.c -o _uintmaxtostr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _uintmaxtostr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c _fpmaxtostr.c -o _fpmaxtostr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _fpmaxtostr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __fbufsize.c -o __fbufsize.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __fbufsize.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __flbf.c -o __flbf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __flbf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __fpending.c -o __fpending.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __fpending.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __fpurge.c -o __fpurge.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __fpurge.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __freadable.c -o __freadable.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __freadable.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __freading.c -o __freading.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __freading.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __fsetlocking.c -o __fsetlocking.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __fsetlocking.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __fwritable.c -o __fwritable.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __fwritable.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __fwriting.c -o __fwriting.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __fwriting.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c _flushlbf.c -o _flushlbf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _flushlbf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c flockfile.c -o flockfile.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment flockfile.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ftrylockfile.c -o ftrylockfile.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ftrylockfile.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c funlockfile.c -o funlockfile.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment funlockfile.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c clearerr.c -o clearerr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment clearerr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c feof.c -o feof.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment feof.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ferror.c -o ferror.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ferror.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fflush.c -o fflush.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fflush.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fgetc.c -o fgetc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fgetc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fgets.c -o fgets.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fgets.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fileno.c -o fileno.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fileno.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fputc.c -o fputc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fputc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fputs.c -o fputs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fputs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fread.c -o fread.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fread.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fwrite.c -o fwrite.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fwrite.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getchar.c -o getchar.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getchar.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c putchar.c -o putchar.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment putchar.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fgetwc.c -o fgetwc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fgetwc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getwchar.c -o getwchar.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getwchar.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fgetws.c -o fgetws.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fgetws.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fputwc.c -o fputwc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fputwc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c putwchar.c -o putwchar.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment putwchar.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fputws.c -o fputws.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fputws.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c _wfwrite.c -o _wfwrite.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _wfwrite.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fwprintf.c -o fwprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fwprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c swprintf.c -o swprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment swprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c vswprintf.c -o vswprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment vswprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c vwprintf.c -o vwprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment vwprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c wprintf.c -o wprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fwide.c -o fwide.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fwide.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ungetwc.c -o ungetwc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ungetwc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_UNLOCKED -c clearerr.c -o clearerr_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment clearerr_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_UNLOCKED -c feof.c -o feof_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment feof_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_UNLOCKED -c ferror.c -o ferror_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ferror_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_UNLOCKED -c fflush.c -o fflush_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fflush_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_UNLOCKED -c fgetc.c -o fgetc_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fgetc_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_UNLOCKED -c fgets.c -o fgets_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fgets_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_UNLOCKED -c fileno.c -o fileno_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fileno_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_UNLOCKED -c fputc.c -o fputc_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fputc_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_UNLOCKED -c fputs.c -o fputs_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fputs_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_UNLOCKED -c fread.c -o fread_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fread_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_UNLOCKED -c fwrite.c -o fwrite_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fwrite_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_UNLOCKED -c getchar.c -o getchar_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getchar_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_UNLOCKED -c putchar.c -o putchar_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment putchar_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_UNLOCKED -c fgetwc.c -o fgetwc_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fgetwc_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_UNLOCKED -c getwchar.c -o getwchar_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getwchar_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_UNLOCKED -c fgetws.c -o fgetws_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fgetws_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_UNLOCKED -c fputwc.c -o fputwc_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fputwc_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_UNLOCKED -c putwchar.c -o putwchar_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment putwchar_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_UNLOCKED -c fputws.c -o fputws_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fputws_unlocked.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_vfprintf vfprintf.c -c -o vfprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment vfprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL__ppfs_init vfprintf.c -c -o _ppfs_init.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _ppfs_init.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL__ppfs_prepargs vfprintf.c -c -o _ppfs_prepargs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _ppfs_prepargs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL__ppfs_setargs vfprintf.c -c -o _ppfs_setargs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _ppfs_setargs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL__ppfs_parsespec vfprintf.c -c -o _ppfs_parsespec.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _ppfs_parsespec.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_register_printf_function vfprintf.c -c -o register_printf_function.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment register_printf_function.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_parse_printf_format vfprintf.c -c -o parse_printf_format.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment parse_printf_format.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_vfwprintf vfprintf.c -c -o vfwprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment vfwprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_vfscanf scanf.c -c -o vfscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment vfscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___scan_cookie scanf.c -c -o __scan_cookie.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __scan_cookie.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___psfs_parse_spec scanf.c -c -o __psfs_parse_spec.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __psfs_parse_spec.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___psfs_do_numeric scanf.c -c -o __psfs_do_numeric.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __psfs_do_numeric.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_scanf scanf.c -c -o scanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment scanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_sscanf scanf.c -c -o sscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_fscanf scanf.c -c -o fscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_vscanf scanf.c -c -o vscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment vscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_vsscanf scanf.c -c -o vsscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment vsscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_wscanf scanf.c -c -o wscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_swscanf scanf.c -c -o swscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment swscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_fwscanf scanf.c -c -o fwscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fwscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_vwscanf scanf.c -c -o vwscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment vwscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_vswscanf scanf.c -c -o vswscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment vswscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_vfwscanf scanf.c -c -o vfwscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment vfwscanf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_LARGEFILE -c fgetpos.c -o fgetpos64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fgetpos64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_LARGEFILE -c fopen.c -o fopen64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fopen64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_LARGEFILE -c freopen.c -o freopen64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment freopen64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_LARGEFILE -c fseeko.c -o fseeko64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fseeko64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_LARGEFILE -c fsetpos.c -o fsetpos64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fsetpos64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -D__DO_LARGEFILE -c ftello.c -o ftello64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ftello64.o
echo  stdio/fclose.o  stdio/fcloseall.o  stdio/fdopen.o  stdio/fgetpos.o  stdio/fopen.o  stdio/freopen.o  stdio/fseeko.o  stdio/fsetpos.o  stdio/ftello.o  stdio/getdelim.o  stdio/getline.o  stdio/gets.o  stdio/getw.o  stdio/perror.o  stdio/puts.o  stdio/putw.o  stdio/remove.o  stdio/rewind.o  stdio/setbuf.o  stdio/setbuffer.o  stdio/setlinebuf.o  stdio/setvbuf.o  stdio/ungetc.o  stdio/printf.o  stdio/vprintf.o  stdio/vsprintf.o  stdio/fprintf.o  stdio/snprintf.o  stdio/dprintf.o  stdio/asprintf.o  stdio/sprintf.o  stdio/vasprintf.o  stdio/vdprintf.o  stdio/vsnprintf.o  stdio/tmpfile.o  stdio/tmpnam.o  stdio/tmpnam_r.o  stdio/popen.o  stdio/tempnam.o  stdio/ctermid.o  stdio/_READ.o  stdio/_WRITE.o  stdio/_adjust_pos.o  stdio/_fopen.o  stdio/_fwrite.o  stdio/_rfill.o  stdio/_stdio.o  stdio/_trans2r.o  stdio/_trans2w.o  stdio/_wcommit.o  stdio/_cs_funcs.o  stdio/_load_inttype.o  stdio/_store_inttype.o  stdio/_uintmaxtostr.o  stdio/_fpmaxtostr.o  stdio/__fbufsize.o  stdio/__flbf.o  stdio/__fpending.o  stdio/__fpurge.o  stdio/__freadable.o  stdio/__freading.o  stdio/__fsetlocking.o  stdio/__fwritable.o  stdio/__fwriting.o  stdio/_flushlbf.o  stdio/flockfile.o  stdio/ftrylockfile.o  stdio/funlockfile.o  stdio/clearerr.o  stdio/feof.o  stdio/ferror.o  stdio/fflush.o  stdio/fgetc.o  stdio/fgets.o  stdio/fileno.o  stdio/fputc.o  stdio/fputs.o  stdio/fread.o  stdio/fwrite.o  stdio/getchar.o  stdio/putchar.o  stdio/fgetwc.o  stdio/getwchar.o  stdio/fgetws.o  stdio/fputwc.o  stdio/putwchar.o  stdio/fputws.o  stdio/_wfwrite.o  stdio/fwprintf.o  stdio/swprintf.o  stdio/vswprintf.o  stdio/vwprintf.o  stdio/wprintf.o  stdio/fwide.o  stdio/ungetwc.o  stdio/clearerr_unlocked.o  stdio/feof_unlocked.o  stdio/ferror_unlocked.o  stdio/fflush_unlocked.o  stdio/fgetc_unlocked.o  stdio/fgets_unlocked.o  stdio/fileno_unlocked.o  stdio/fputc_unlocked.o  stdio/fputs_unlocked.o  stdio/fread_unlocked.o  stdio/fwrite_unlocked.o  stdio/getchar_unlocked.o  stdio/putchar_unlocked.o  stdio/fgetwc_unlocked.o  stdio/getwchar_unlocked.o  stdio/fgetws_unlocked.o  stdio/fputwc_unlocked.o  stdio/putwchar_unlocked.o  stdio/fputws_unlocked.o  stdio/vfprintf.o  stdio/_ppfs_init.o  stdio/_ppfs_prepargs.o  stdio/_ppfs_setargs.o  stdio/_ppfs_parsespec.o  stdio/register_printf_function.o  stdio/parse_printf_format.o  stdio/vfwprintf.o  stdio/vfscanf.o  stdio/__scan_cookie.o  stdio/__psfs_parse_spec.o  stdio/__psfs_do_numeric.o  stdio/scanf.o  stdio/sscanf.o  stdio/fscanf.o  stdio/vscanf.o  stdio/vsscanf.o  stdio/wscanf.o  stdio/swscanf.o  stdio/fwscanf.o  stdio/vwscanf.o  stdio/vswscanf.o  stdio/vfwscanf.o  stdio/fgetpos64.o  stdio/fopen64.o  stdio/freopen64.o  stdio/fseeko64.o  stdio/fsetpos64.o  stdio/ftello64.o > ../obj.stdio
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/stdio'
make -C  string
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/string'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_basename wstring.c -c -o basename.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment basename.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_bcopy wstring.c -c -o bcopy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment bcopy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_bzero wstring.c -c -o bzero.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment bzero.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_dirname wstring.c -c -o dirname.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment dirname.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_ffs wstring.c -c -o ffs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ffs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_memccpy wstring.c -c -o memccpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment memccpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_memchr wstring.c -c -o memchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment memchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_memcmp wstring.c -c -o memcmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment memcmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_memcpy wstring.c -c -o memcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment memcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_memmove wstring.c -c -o memmove.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment memmove.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_mempcpy wstring.c -c -o mempcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mempcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_memrchr wstring.c -c -o memrchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment memrchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_memset wstring.c -c -o memset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment memset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_rawmemchr wstring.c -c -o rawmemchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment rawmemchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_stpcpy wstring.c -c -o stpcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment stpcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_stpncpy wstring.c -c -o stpncpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment stpncpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strcasecmp wstring.c -c -o strcasecmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strcasecmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strcasestr wstring.c -c -o strcasestr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strcasestr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strcat wstring.c -c -o strcat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strcat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strchrnul wstring.c -c -o strchrnul.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strchrnul.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strchr wstring.c -c -o strchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strcmp wstring.c -c -o strcmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strcmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strcpy wstring.c -c -o strcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strcspn wstring.c -c -o strcspn.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strcspn.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strdup wstring.c -c -o strdup.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strdup.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strlen wstring.c -c -o strlen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strlen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strncasecmp wstring.c -c -o strncasecmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strncasecmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strncat wstring.c -c -o strncat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strncat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strncmp wstring.c -c -o strncmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strncmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strncpy wstring.c -c -o strncpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strncpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strndup wstring.c -c -o strndup.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strndup.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strnlen wstring.c -c -o strnlen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strnlen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strpbrk wstring.c -c -o strpbrk.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strpbrk.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strrchr wstring.c -c -o strrchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strrchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strsep wstring.c -c -o strsep.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strsep.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strspn wstring.c -c -o strspn.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strspn.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strstr wstring.c -c -o strstr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strstr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strtok wstring.c -c -o strtok.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strtok.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strtok_r wstring.c -c -o strtok_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strtok_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strerror wstring.c -c -o strerror.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strerror.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___xpg_strerror_r wstring.c -c -o __xpg_strerror_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __xpg_strerror_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL__string_syserrmsgs wstring.c -c -o _string_syserrmsgs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _string_syserrmsgs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___glibc_strerror_r wstring.c -c -o __glibc_strerror_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __glibc_strerror_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL__string_syssigmsgs wstring.c -c -o _string_syssigmsgs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _string_syssigmsgs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_sys_siglist wstring.c -c -o sys_siglist.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sys_siglist.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strsignal wstring.c -c -o strsignal.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strsignal.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_psignal wstring.c -c -o psignal.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment psignal.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___xpg_basename wstring.c -c -o __xpg_basename.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __xpg_basename.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strlcat wstring.c -c -o strlcat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strlcat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strlcpy wstring.c -c -o strlcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strlcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_sys_errlist wstring.c -c -o sys_errlist.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sys_errlist.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_memmem wstring.c -c -o memmem.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment memmem.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcscasecmp wstring.c -c -o wcscasecmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcscasecmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcscat wstring.c -c -o wcscat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcscat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcschrnul wstring.c -c -o wcschrnul.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcschrnul.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcschr wstring.c -c -o wcschr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcschr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcscmp wstring.c -c -o wcscmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcscmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcscpy wstring.c -c -o wcscpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcscpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcscspn wstring.c -c -o wcscspn.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcscspn.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcsdup wstring.c -c -o wcsdup.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcsdup.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcslen wstring.c -c -o wcslen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcslen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcsncasecmp wstring.c -c -o wcsncasecmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcsncasecmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcsncat wstring.c -c -o wcsncat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcsncat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcsncmp wstring.c -c -o wcsncmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcsncmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcsncpy wstring.c -c -o wcsncpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcsncpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcsnlen wstring.c -c -o wcsnlen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcsnlen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcspbrk wstring.c -c -o wcspbrk.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcspbrk.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcsrchr wstring.c -c -o wcsrchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcsrchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcsspn wstring.c -c -o wcsspn.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcsspn.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcsstr wstring.c -c -o wcsstr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcsstr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcstok wstring.c -c -o wcstok.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcstok.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wmemchr wstring.c -c -o wmemchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wmemchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wmemcmp wstring.c -c -o wmemcmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wmemcmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wmemcpy wstring.c -c -o wmemcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wmemcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wmemmove wstring.c -c -o wmemmove.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wmemmove.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wmempcpy wstring.c -c -o wmempcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wmempcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wmemset wstring.c -c -o wmemset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wmemset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcpcpy wstring.c -c -o wcpcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcpcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcpncpy wstring.c -c -o wcpncpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcpncpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL___wcslcpy wstring.c -c -o __wcslcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __wcslcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_wcsxfrm wstring.c -c -o wcsxfrm.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcsxfrm.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DWANT_WIDE -DL_strxfrm wstring.c -c -o strxfrm.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strxfrm.o
echo  string/basename.o  string/bcopy.o  string/bzero.o  string/dirname.o  string/ffs.o  string/memccpy.o  string/memchr.o  string/memcmp.o  string/memcpy.o  string/memmove.o  string/mempcpy.o  string/memrchr.o  string/memset.o  string/rawmemchr.o  string/stpcpy.o  string/stpncpy.o  string/strcasecmp.o  string/strcasestr.o  string/strcat.o  string/strchrnul.o  string/strchr.o  string/strcmp.o  string/strcpy.o  string/strcspn.o  string/strdup.o  string/strlen.o  string/strncasecmp.o  string/strncat.o  string/strncmp.o  string/strncpy.o  string/strndup.o  string/strnlen.o  string/strpbrk.o  string/strrchr.o  string/strsep.o  string/strspn.o  string/strstr.o  string/strtok.o  string/strtok_r.o  string/strerror.o  string/__xpg_strerror_r.o  string/_string_syserrmsgs.o  string/__glibc_strerror_r.o  string/_string_syssigmsgs.o  string/sys_siglist.o  string/strsignal.o  string/psignal.o  string/__xpg_basename.o  string/strlcat.o  string/strlcpy.o  string/sys_errlist.o  string/memmem.o  string/wcscasecmp.o  string/wcscat.o  string/wcschrnul.o  string/wcschr.o  string/wcscmp.o  string/wcscpy.o  string/wcscspn.o  string/wcsdup.o  string/wcslen.o  string/wcsncasecmp.o  string/wcsncat.o  string/wcsncmp.o  string/wcsncpy.o  string/wcsnlen.o  string/wcspbrk.o  string/wcsrchr.o  string/wcsspn.o  string/wcsstr.o  string/wcstok.o  string/wmemchr.o  string/wmemcmp.o  string/wmemcpy.o  string/wmemmove.o  string/wmempcpy.o  string/wmemset.o  string/wcpcpy.o  string/wcpncpy.o  string/__wcslcpy.o  string/wcsxfrm.o  string/strxfrm.o > ../obj.string
make -C  generic
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/string/generic'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c memchr.c -o memchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment memchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c memcmp.c -o memcmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment memcmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c memcpy.c -o memcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment memcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c memmem.c -o memmem.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment memmem.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c memmove.c -o memmove.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment memmove.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mempcpy.c -o mempcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mempcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c memrchr.c -o memrchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment memrchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c memset.c -o memset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment memset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c rawmemchr.c -o rawmemchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment rawmemchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c strcat.c -o strcat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strcat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c strchr.c -o strchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c strchrnul.c -o strchrnul.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strchrnul.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c strcmp.c -o strcmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strcmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c strcpy.c -o strcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c strcspn.c -o strcspn.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strcspn.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c strlen.c -o strlen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strlen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c strncat.c -o strncat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strncat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c strncmp.c -o strncmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strncmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c strncpy.c -o strncpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strncpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c strnlen.c -o strnlen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strnlen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c strrchr.c -o strrchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strrchr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c strsep.c -o strsep.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strsep.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c strspn.c -o strspn.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strspn.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c strstr.c -o strstr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strstr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c strtok_r.c -o strtok_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strtok_r.o
echo  string/generic/memchr.o  string/generic/memcmp.o  string/generic/memcpy.o  string/generic/memmem.o  string/generic/memmove.o  string/generic/mempcpy.o  string/generic/memrchr.o  string/generic/memset.o  string/generic/rawmemchr.o  string/generic/strcat.o  string/generic/strchr.o  string/generic/strchrnul.o  string/generic/strcmp.o  string/generic/strcpy.o  string/generic/strcspn.o  string/generic/strlen.o  string/generic/strncat.o  string/generic/strncmp.o  string/generic/strncpy.o  string/generic/strnlen.o  string/generic/strrchr.o  string/generic/strsep.o  string/generic/strspn.o  string/generic/strstr.o  string/generic/strtok_r.o > ../../obj.string.generic
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/string/generic'
make -C  mips
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/string/mips'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -Wa,--noexecstack -c memcpy.S -o memcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment memcpy.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -Wa,--noexecstack -c memset.S -o memset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment memset.o
echo  string/mips/memcpy.o  string/mips/memset.o > ../../obj.string.mips
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/string/mips'
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/string'
make -C  termios
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/termios'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_tcdrain termios.c -c -o tcdrain.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment tcdrain.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_tcflow termios.c -c -o tcflow.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment tcflow.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_tcflush termios.c -c -o tcflush.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment tcflush.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_tcsendbreak termios.c -c -o tcsendbreak.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment tcsendbreak.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_tcsetpgrp termios.c -c -o tcsetpgrp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment tcsetpgrp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_tcgetpgrp termios.c -c -o tcgetpgrp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment tcgetpgrp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_isatty termios.c -c -o isatty.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment isatty.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_cfgetospeed termios.c -c -o cfgetospeed.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment cfgetospeed.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_cfgetispeed termios.c -c -o cfgetispeed.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment cfgetispeed.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_cfsetospeed termios.c -c -o cfsetospeed.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment cfsetospeed.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_cfsetispeed termios.c -c -o cfsetispeed.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment cfsetispeed.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_cfmakeraw termios.c -c -o cfmakeraw.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment cfmakeraw.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_cfsetspeed termios.c -c -o cfsetspeed.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment cfsetspeed.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c tcgetattr.c -o tcgetattr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment tcgetattr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c tcgetsid.c -o tcgetsid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment tcgetsid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c tcsetattr.c -o tcsetattr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment tcsetattr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ttyname.c -o ttyname.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ttyname.o
echo  termios/tcdrain.o  termios/tcflow.o  termios/tcflush.o  termios/tcsendbreak.o  termios/tcsetpgrp.o  termios/tcgetpgrp.o  termios/isatty.o  termios/cfgetospeed.o  termios/cfgetispeed.o  termios/cfsetospeed.o  termios/cfsetispeed.o  termios/cfmakeraw.o  termios/cfsetspeed.o  termios/tcgetattr.o  termios/tcgetsid.o  termios/tcsetattr.o  termios/ttyname.o > ../obj.termios
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/termios'
make -C  inet
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/inet'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_inet_aton addr.c -c -o inet_aton.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment inet_aton.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_inet_addr addr.c -c -o inet_addr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment inet_addr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_inet_ntoa addr.c -c -o inet_ntoa.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment inet_ntoa.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_inet_makeaddr addr.c -c -o inet_makeaddr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment inet_makeaddr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_inet_lnaof addr.c -c -o inet_lnaof.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment inet_lnaof.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_inet_netof addr.c -c -o inet_netof.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment inet_netof.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_encodeh resolv.c -c -o encodeh.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment encodeh.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_decodeh resolv.c -c -o decodeh.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment decodeh.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_encoded resolv.c -c -o encoded.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment encoded.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_decoded resolv.c -c -o decoded.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment decoded.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_lengthd resolv.c -c -o lengthd.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment lengthd.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_encodeq resolv.c -c -o encodeq.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment encodeq.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_decodeq resolv.c -c -o decodeq.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment decodeq.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_lengthq resolv.c -c -o lengthq.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment lengthq.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_encodea resolv.c -c -o encodea.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment encodea.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_decodea resolv.c -c -o decodea.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment decodea.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_encodep resolv.c -c -o encodep.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment encodep.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_decodep resolv.c -c -o decodep.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment decodep.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_formquery resolv.c -c -o formquery.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment formquery.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_dnslookup resolv.c -c -o dnslookup.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment dnslookup.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_resolveaddress resolv.c -c -o resolveaddress.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment resolveaddress.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_opennameservers resolv.c -c -o opennameservers.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment opennameservers.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_closenameservers resolv.c -c -o closenameservers.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment closenameservers.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_resolvename resolv.c -c -o resolvename.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment resolvename.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_gethostbyname resolv.c -c -o gethostbyname.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment gethostbyname.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_res_init resolv.c -c -o res_init.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment res_init.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_res_query resolv.c -c -o res_query.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment res_query.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_gethostbyaddr resolv.c -c -o gethostbyaddr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment gethostbyaddr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_read_etc_hosts_r resolv.c -c -o read_etc_hosts_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment read_etc_hosts_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_get_hosts_byname_r resolv.c -c -o get_hosts_byname_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment get_hosts_byname_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_get_hosts_byaddr_r resolv.c -c -o get_hosts_byaddr_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment get_hosts_byaddr_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_gethostbyname2 resolv.c -c -o gethostbyname2.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment gethostbyname2.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_getnameinfo resolv.c -c -o getnameinfo.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getnameinfo.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_gethostent resolv.c -c -o gethostent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment gethostent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_gethostbyname_r resolv.c -c -o gethostbyname_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment gethostbyname_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_gethostbyname2_r resolv.c -c -o gethostbyname2_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment gethostbyname2_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_gethostbyaddr_r resolv.c -c -o gethostbyaddr_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment gethostbyaddr_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_res_comp resolv.c -c -o res_comp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment res_comp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_ns_name resolv.c -c -o ns_name.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ns_name.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_accept socketcalls.c -c -o accept.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment accept.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_bind socketcalls.c -c -o bind.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment bind.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_connect socketcalls.c -c -o connect.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment connect.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_getpeername socketcalls.c -c -o getpeername.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getpeername.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_getsockname socketcalls.c -c -o getsockname.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getsockname.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_getsockopt socketcalls.c -c -o getsockopt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getsockopt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_listen socketcalls.c -c -o listen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment listen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_recv socketcalls.c -c -o recv.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment recv.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_recvfrom socketcalls.c -c -o recvfrom.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment recvfrom.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_recvmsg socketcalls.c -c -o recvmsg.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment recvmsg.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_send socketcalls.c -c -o send.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment send.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_sendmsg socketcalls.c -c -o sendmsg.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sendmsg.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_sendto socketcalls.c -c -o sendto.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sendto.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_setsockopt socketcalls.c -c -o setsockopt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setsockopt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_shutdown socketcalls.c -c -o shutdown.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment shutdown.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_socket socketcalls.c -c -o socket.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment socket.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_socketpair socketcalls.c -c -o socketpair.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment socketpair.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getservice.c -o getservice.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getservice.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getproto.c -o getproto.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getproto.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c hostid.c -o hostid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment hostid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getnetent.c -o getnetent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getnetent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getnetbynm.c -o getnetbynm.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getnetbynm.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getnetbyad.c -o getnetbyad.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getnetbyad.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c inet_net.c -o inet_net.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment inet_net.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ntop.c -o ntop.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ntop.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c herror.c -o herror.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment herror.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c if_nametoindex.c -o if_nametoindex.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment if_nametoindex.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c gai_strerror.c -o gai_strerror.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment gai_strerror.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getaddrinfo.c -o getaddrinfo.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getaddrinfo.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c in6_addr.c -o in6_addr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment in6_addr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ether_addr.c -o ether_addr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ether_addr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ntohl.c -o ntohl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ntohl.o
echo  inet/inet_aton.o  inet/inet_addr.o  inet/inet_ntoa.o  inet/inet_makeaddr.o  inet/inet_lnaof.o  inet/inet_netof.o  inet/encodeh.o  inet/decodeh.o  inet/encoded.o  inet/decoded.o  inet/lengthd.o  inet/encodeq.o  inet/decodeq.o  inet/lengthq.o  inet/encodea.o  inet/decodea.o  inet/encodep.o  inet/decodep.o  inet/formquery.o  inet/dnslookup.o  inet/resolveaddress.o  inet/opennameservers.o  inet/closenameservers.o  inet/resolvename.o  inet/gethostbyname.o  inet/res_init.o  inet/res_query.o  inet/gethostbyaddr.o  inet/read_etc_hosts_r.o  inet/get_hosts_byname_r.o  inet/get_hosts_byaddr_r.o  inet/gethostbyname2.o  inet/getnameinfo.o  inet/gethostent.o  inet/gethostbyname_r.o  inet/gethostbyname2_r.o  inet/gethostbyaddr_r.o  inet/res_comp.o  inet/ns_name.o  inet/accept.o  inet/bind.o  inet/connect.o  inet/getpeername.o  inet/getsockname.o  inet/getsockopt.o  inet/listen.o  inet/recv.o  inet/recvfrom.o  inet/recvmsg.o  inet/send.o  inet/sendmsg.o  inet/sendto.o  inet/setsockopt.o  inet/shutdown.o  inet/socket.o  inet/socketpair.o  inet/getservice.o  inet/getproto.o  inet/hostid.o  inet/getnetent.o  inet/getnetbynm.o  inet/getnetbyad.o  inet/inet_net.o  inet/ntop.o  inet/herror.o  inet/if_nametoindex.o  inet/gai_strerror.o  inet/getaddrinfo.o  inet/in6_addr.o  inet/ether_addr.o  inet/ntohl.o > ../obj.inet
make -C  rpc
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/inet/rpc'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c auth_none.c -o auth_none.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment auth_none.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c auth_unix.c -o auth_unix.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment auth_unix.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c authunix_prot.c -o authunix_prot.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment authunix_prot.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c bindresvport.c -o bindresvport.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment bindresvport.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c clnt_generic.c -o clnt_generic.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment clnt_generic.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c clnt_perror.c -o clnt_perror.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment clnt_perror.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c clnt_raw.c -o clnt_raw.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment clnt_raw.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c clnt_simple.c -o clnt_simple.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment clnt_simple.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c clnt_tcp.c -o clnt_tcp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment clnt_tcp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c clnt_udp.c -o clnt_udp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment clnt_udp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c rpc_dtablesize.c -o rpc_dtablesize.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment rpc_dtablesize.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c get_myaddress.c -o get_myaddress.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment get_myaddress.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c getrpcent.c -o getrpcent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getrpcent.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c getrpcport.c -o getrpcport.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getrpcport.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c pmap_clnt.c -o pmap_clnt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment pmap_clnt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c pmap_getmaps.c -o pmap_getmaps.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment pmap_getmaps.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c pmap_getport.c -o pmap_getport.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment pmap_getport.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c pmap_prot.c -o pmap_prot.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment pmap_prot.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c pmap_prot2.c -o pmap_prot2.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment pmap_prot2.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c pmap_rmt.c -o pmap_rmt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment pmap_rmt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c rpc_prot.c -o rpc_prot.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment rpc_prot.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c rpc_commondata.c -o rpc_commondata.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment rpc_commondata.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c rpc_callmsg.c -o rpc_callmsg.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment rpc_callmsg.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c svc.c -o svc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment svc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c svc_auth.c -o svc_auth.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment svc_auth.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c svc_auth_unix.c -o svc_auth_unix.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment svc_auth_unix.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c svc_raw.c -o svc_raw.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment svc_raw.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c svc_run.c -o svc_run.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment svc_run.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c svc_simple.c -o svc_simple.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment svc_simple.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c svc_tcp.c -o svc_tcp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment svc_tcp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c svc_udp.c -o svc_udp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment svc_udp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c xdr.c -o xdr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment xdr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c xdr_array.c -o xdr_array.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment xdr_array.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c xdr_float.c -o xdr_float.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment xdr_float.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c xdr_mem.c -o xdr_mem.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment xdr_mem.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c xdr_rec.c -o xdr_rec.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment xdr_rec.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c xdr_reference.c -o xdr_reference.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment xdr_reference.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c xdr_stdio.c -o xdr_stdio.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment xdr_stdio.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c rtime.c -o rtime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment rtime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c clnt_unix.c -o clnt_unix.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment clnt_unix.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c svc_unix.c -o svc_unix.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment svc_unix.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c create_xid.c -o create_xid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment create_xid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c xdr_intXX_t.c -o xdr_intXX_t.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment xdr_intXX_t.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c rcmd.c -o rcmd.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment rcmd.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c rexec.c -o rexec.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment rexec.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c sa_len.c -o sa_len.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sa_len.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c ruserpass.c -o ruserpass.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ruserpass.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../../libpthread/linuxthreads/sysdeps/pthread -c rpc_thread.c -o rpc_thread.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment rpc_thread.o
echo  inet/rpc/auth_none.o  inet/rpc/auth_unix.o  inet/rpc/authunix_prot.o  inet/rpc/bindresvport.o  inet/rpc/clnt_generic.o  inet/rpc/clnt_perror.o  inet/rpc/clnt_raw.o  inet/rpc/clnt_simple.o  inet/rpc/clnt_tcp.o  inet/rpc/clnt_udp.o  inet/rpc/rpc_dtablesize.o  inet/rpc/get_myaddress.o  inet/rpc/getrpcent.o  inet/rpc/getrpcport.o  inet/rpc/pmap_clnt.o  inet/rpc/pmap_getmaps.o  inet/rpc/pmap_getport.o  inet/rpc/pmap_prot.o  inet/rpc/pmap_prot2.o  inet/rpc/pmap_rmt.o  inet/rpc/rpc_prot.o  inet/rpc/rpc_commondata.o  inet/rpc/rpc_callmsg.o  inet/rpc/svc.o  inet/rpc/svc_auth.o  inet/rpc/svc_auth_unix.o  inet/rpc/svc_raw.o  inet/rpc/svc_run.o  inet/rpc/svc_simple.o  inet/rpc/svc_tcp.o  inet/rpc/svc_udp.o  inet/rpc/xdr.o  inet/rpc/xdr_array.o  inet/rpc/xdr_float.o  inet/rpc/xdr_mem.o  inet/rpc/xdr_rec.o  inet/rpc/xdr_reference.o  inet/rpc/xdr_stdio.o  inet/rpc/rtime.o  inet/rpc/clnt_unix.o  inet/rpc/svc_unix.o  inet/rpc/create_xid.o  inet/rpc/xdr_intXX_t.o  inet/rpc/rcmd.o  inet/rpc/rexec.o  inet/rpc/sa_len.o  inet/rpc/ruserpass.o  inet/rpc/rpc_thread.o > ../../obj.inet.rpc
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/inet/rpc'
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/inet'
make -C  signal
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/signal'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c allocrtsig.c -o allocrtsig.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment allocrtsig.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c killpg.c -o killpg.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment killpg.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c raise.c -o raise.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment raise.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigaction.c -o sigaction.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigaction.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigaddset.c -o sigaddset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigaddset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigandset.c -o sigandset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigandset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigblock.c -o sigblock.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigblock.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigdelset.c -o sigdelset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigdelset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigempty.c -o sigempty.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigempty.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigfillset.c -o sigfillset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigfillset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c siggetmask.c -o siggetmask.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment siggetmask.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sighold.c -o sighold.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sighold.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigignore.c -o sigignore.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigignore.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigintr.c -o sigintr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigintr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigisempty.c -o sigisempty.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigisempty.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigismem.c -o sigismem.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigismem.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigjmp.c -o sigjmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigjmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c signal.c -o signal.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment signal.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigorset.c -o sigorset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigorset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigpause.c -o sigpause.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigpause.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigrelse.c -o sigrelse.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigrelse.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigset.c -o sigset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigsetmask.c -o sigsetmask.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigsetmask.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigsetops.c -o sigsetops.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigsetops.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sysv_signal.c -o sysv_signal.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sysv_signal.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigwait.c -o sigwait.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigwait.o
echo  signal/allocrtsig.o  signal/killpg.o  signal/raise.o  signal/sigaction.o  signal/sigaddset.o  signal/sigandset.o  signal/sigblock.o  signal/sigdelset.o  signal/sigempty.o  signal/sigfillset.o  signal/siggetmask.o  signal/sighold.o  signal/sigignore.o  signal/sigintr.o  signal/sigisempty.o  signal/sigismem.o  signal/sigjmp.o  signal/signal.o  signal/sigorset.o  signal/sigpause.o  signal/sigrelse.o  signal/sigset.o  signal/sigsetmask.o  signal/sigsetops.o  signal/sysv_signal.o  signal/sigwait.o > ../obj.signal
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/signal'
make -C  stdlib
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/stdlib'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_abs stdlib.c -c -o abs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment abs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_labs stdlib.c -c -o labs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment labs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_atoi stdlib.c -c -o atoi.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment atoi.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_atol stdlib.c -c -o atol.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment atol.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strtol stdlib.c -c -o strtol.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strtol.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strtoul stdlib.c -c -o strtoul.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strtoul.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL__stdlib_strto_l stdlib.c -c -o _stdlib_strto_l.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _stdlib_strto_l.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_qsort stdlib.c -c -o qsort.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment qsort.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_bsearch stdlib.c -c -o bsearch.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment bsearch.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_llabs stdlib.c -c -o llabs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment llabs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_atoll stdlib.c -c -o atoll.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment atoll.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strtoll stdlib.c -c -o strtoll.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strtoll.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strtoull stdlib.c -c -o strtoull.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strtoull.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL__stdlib_strto_ll stdlib.c -c -o _stdlib_strto_ll.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _stdlib_strto_ll.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_atof stdlib.c -c -o atof.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment atof.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_mblen stdlib.c -c -o mblen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mblen.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_mbtowc stdlib.c -c -o mbtowc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mbtowc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_wctomb stdlib.c -c -o wctomb.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wctomb.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_mbstowcs stdlib.c -c -o mbstowcs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mbstowcs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_wcstombs stdlib.c -c -o wcstombs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcstombs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL__stdlib_mb_cur_max stdlib.c -c -o _stdlib_mb_cur_max.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _stdlib_mb_cur_max.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL__stdlib_wcsto_l stdlib.c -c -o _stdlib_wcsto_l.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _stdlib_wcsto_l.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL__stdlib_wcsto_ll stdlib.c -c -o _stdlib_wcsto_ll.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _stdlib_wcsto_ll.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_wcstol stdlib.c -c -o wcstol.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcstol.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_wcstoul stdlib.c -c -o wcstoul.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcstoul.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_wcstoll stdlib.c -c -o wcstoll.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcstoll.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_wcstoull stdlib.c -c -o wcstoull.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcstoull.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strtod strtod.c -c -o strtod.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strtod.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strtof strtod.c -c -o strtof.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strtof.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_strtold strtod.c -c -o strtold.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment strtold.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___strtofpmax strtod.c -c -o __strtofpmax.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __strtofpmax.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___fp_range_check strtod.c -c -o __fp_range_check.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __fp_range_check.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_wcstod strtod.c -c -o wcstod.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcstod.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_wcstof strtod.c -c -o wcstof.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcstof.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_wcstold strtod.c -c -o wcstold.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wcstold.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___wcstofpmax strtod.c -c -o __wcstofpmax.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __wcstofpmax.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_atexit atexit.c -c -o atexit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment atexit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_on_exit atexit.c -c -o on_exit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment on_exit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL___exit_handler atexit.c -c -o __exit_handler.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __exit_handler.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_exit atexit.c -c -o exit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment exit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c abort.c -o abort.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment abort.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getenv.c -o getenv.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getenv.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mkdtemp.c -o mkdtemp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mkdtemp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mktemp.c -o mktemp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mktemp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c realpath.c -o realpath.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment realpath.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mkstemp.c -o mkstemp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mkstemp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mkstemp64.c -o mkstemp64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mkstemp64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c rand.c -o rand.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment rand.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c random.c -o random.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment random.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c random_r.c -o random_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment random_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setenv.c -o setenv.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setenv.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c system.c -o system.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment system.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c div.c -o div.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment div.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ldiv.c -o ldiv.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ldiv.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c lldiv.c -o lldiv.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment lldiv.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getpt.c -o getpt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getpt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ptsname.c -o ptsname.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ptsname.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c grantpt.c -o grantpt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment grantpt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c unlockpt.c -o unlockpt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment unlockpt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c gcvt.c -o gcvt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment gcvt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c drand48-iter.c -o drand48-iter.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment drand48-iter.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c jrand48.c -o jrand48.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment jrand48.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c jrand48_r.c -o jrand48_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment jrand48_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c lrand48.c -o lrand48.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment lrand48.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c lrand48_r.c -o lrand48_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment lrand48_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mrand48.c -o mrand48.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mrand48.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mrand48_r.c -o mrand48_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mrand48_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c nrand48.c -o nrand48.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment nrand48.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c nrand48_r.c -o nrand48_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment nrand48_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c rand_r.c -o rand_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment rand_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c srand48.c -o srand48.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment srand48.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c srand48_r.c -o srand48_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment srand48_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c seed48.c -o seed48.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment seed48.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c seed48_r.c -o seed48_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment seed48_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c valloc.c -o valloc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment valloc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c drand48.c -o drand48.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment drand48.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c drand48_r.c -o drand48_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment drand48_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c erand48.c -o erand48.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment erand48.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c erand48_r.c -o erand48_r.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment erand48_r.o
echo  stdlib/abs.o  stdlib/labs.o  stdlib/atoi.o  stdlib/atol.o  stdlib/strtol.o  stdlib/strtoul.o  stdlib/_stdlib_strto_l.o  stdlib/qsort.o  stdlib/bsearch.o  stdlib/llabs.o  stdlib/atoll.o  stdlib/strtoll.o  stdlib/strtoull.o  stdlib/_stdlib_strto_ll.o  stdlib/atof.o  stdlib/mblen.o  stdlib/mbtowc.o  stdlib/wctomb.o  stdlib/mbstowcs.o  stdlib/wcstombs.o  stdlib/_stdlib_mb_cur_max.o  stdlib/_stdlib_wcsto_l.o  stdlib/_stdlib_wcsto_ll.o  stdlib/wcstol.o  stdlib/wcstoul.o  stdlib/wcstoll.o  stdlib/wcstoull.o  stdlib/strtod.o  stdlib/strtof.o  stdlib/strtold.o  stdlib/__strtofpmax.o  stdlib/__fp_range_check.o  stdlib/wcstod.o  stdlib/wcstof.o  stdlib/wcstold.o  stdlib/__wcstofpmax.o  stdlib/atexit.o  stdlib/on_exit.o  stdlib/__exit_handler.o  stdlib/exit.o  stdlib/abort.o  stdlib/getenv.o  stdlib/mkdtemp.o  stdlib/mktemp.o  stdlib/realpath.o  stdlib/mkstemp.o  stdlib/mkstemp64.o  stdlib/rand.o  stdlib/random.o  stdlib/random_r.o  stdlib/setenv.o  stdlib/system.o  stdlib/div.o  stdlib/ldiv.o  stdlib/lldiv.o  stdlib/getpt.o  stdlib/ptsname.o  stdlib/grantpt.o  stdlib/unlockpt.o  stdlib/gcvt.o  stdlib/drand48-iter.o  stdlib/jrand48.o  stdlib/jrand48_r.o  stdlib/lrand48.o  stdlib/lrand48_r.o  stdlib/mrand48.o  stdlib/mrand48_r.o  stdlib/nrand48.o  stdlib/nrand48_r.o  stdlib/rand_r.o  stdlib/srand48.o  stdlib/srand48_r.o  stdlib/seed48.o  stdlib/seed48_r.o  stdlib/valloc.o  stdlib/drand48.o  stdlib/drand48_r.o  stdlib/erand48.o  stdlib/erand48_r.o > ../obj.stdlib
make -C  malloc-standard
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/stdlib/malloc-standard'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c malloc.c -o malloc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment malloc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c calloc.c -o calloc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment calloc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c realloc.c -o realloc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment realloc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c free.c -o free.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment free.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c memalign.c -o memalign.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment memalign.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mallopt.c -o mallopt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mallopt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mallinfo.c -o mallinfo.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mallinfo.o
echo  stdlib/malloc-standard/malloc.o  stdlib/malloc-standard/calloc.o  stdlib/malloc-standard/realloc.o  stdlib/malloc-standard/free.o  stdlib/malloc-standard/memalign.o  stdlib/malloc-standard/mallopt.o  stdlib/malloc-standard/mallinfo.o > ../../obj.stdlib.malloc-standard
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/stdlib/malloc-standard'
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/stdlib'
make -C  sysdeps
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/sysdeps'
make -C  linux
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/sysdeps/linux'
make -C common
make[5]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/sysdeps/linux/common'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __rt_sigtimedwait.c -o __rt_sigtimedwait.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __rt_sigtimedwait.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __socketcall.c -o __socketcall.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __socketcall.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __syscall_fcntl.c -o __syscall_fcntl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __syscall_fcntl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __syscall_fcntl64.c -o __syscall_fcntl64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __syscall_fcntl64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __syscall_ipc.c -o __syscall_ipc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __syscall_ipc.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __syscall_rt_sigaction.c -o __syscall_rt_sigaction.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __syscall_rt_sigaction.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __syscall_sigaction.c -o __syscall_sigaction.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __syscall_sigaction.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c _exit.c -o _exit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _exit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c access.c -o access.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment access.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c acct.c -o acct.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment acct.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c adjtimex.c -o adjtimex.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment adjtimex.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c alarm.c -o alarm.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment alarm.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c bdflush.c -o bdflush.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment bdflush.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c capget.c -o capget.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment capget.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c capset.c -o capset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment capset.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c chdir.c -o chdir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment chdir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c chmod.c -o chmod.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment chmod.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c chown.c -o chown.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment chown.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c chroot.c -o chroot.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment chroot.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c clock_getres.c -o clock_getres.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment clock_getres.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c clock_gettime.c -o clock_gettime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment clock_gettime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c clock_settime.c -o clock_settime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment clock_settime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c close.c -o close.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment close.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c cmsg_nxthdr.c -o cmsg_nxthdr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment cmsg_nxthdr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c creat64.c -o creat64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment creat64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c create_module.c -o create_module.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment create_module.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c delete_module.c -o delete_module.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment delete_module.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c dup.c -o dup.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment dup.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c dup2.c -o dup2.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment dup2.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c epoll.c -o epoll.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment epoll.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c execve.c -o execve.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment execve.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fchdir.c -o fchdir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fchdir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fchmod.c -o fchmod.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fchmod.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fchown.c -o fchown.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fchown.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fdatasync.c -o fdatasync.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fdatasync.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c flock.c -o flock.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment flock.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fork.c -o fork.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fork.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fstat.c -o fstat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fstat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fstat64.c -o fstat64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fstat64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fstatfs.c -o fstatfs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fstatfs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fsync.c -o fsync.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fsync.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ftruncate.c -o ftruncate.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ftruncate.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ftruncate64.c -o ftruncate64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ftruncate64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c get_kernel_syms.c -o get_kernel_syms.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment get_kernel_syms.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getcwd.c -o getcwd.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getcwd.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getdents.c -o getdents.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getdents.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getdents64.c -o getdents64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getdents64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getdirname.c -o getdirname.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getdirname.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getdnnm.c -o getdnnm.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getdnnm.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getdtablesize.c -o getdtablesize.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getdtablesize.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getegid.c -o getegid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getegid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c geteuid.c -o geteuid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment geteuid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getgid.c -o getgid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getgid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getgroups.c -o getgroups.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getgroups.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c gethstnm.c -o gethstnm.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment gethstnm.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getitimer.c -o getitimer.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getitimer.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getpagesize.c -o getpagesize.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getpagesize.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getpgid.c -o getpgid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getpgid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getpgrp.c -o getpgrp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getpgrp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getpid.c -o getpid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getpid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getppid.c -o getppid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getppid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getpriority.c -o getpriority.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getpriority.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getresgid.c -o getresgid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getresgid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getresuid.c -o getresuid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getresuid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getrlimit.c -o getrlimit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getrlimit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getrlimit64.c -o getrlimit64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getrlimit64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getrusage.c -o getrusage.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getrusage.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getsid.c -o getsid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getsid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c gettimeofday.c -o gettimeofday.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment gettimeofday.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getuid.c -o getuid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getuid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c init_module.c -o init_module.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment init_module.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ioctl.c -o ioctl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ioctl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ioperm.c -o ioperm.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ioperm.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c iopl.c -o iopl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment iopl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c kill.c -o kill.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment kill.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c klogctl.c -o klogctl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment klogctl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c lchown.c -o lchown.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment lchown.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c link.c -o link.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment link.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c llseek.c -o llseek.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment llseek.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c longjmp.c -o longjmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment longjmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c lseek.c -o lseek.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment lseek.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c lstat.c -o lstat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment lstat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c lstat64.c -o lstat64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment lstat64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c madvise.c -o madvise.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment madvise.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mincore.c -o mincore.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mincore.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mkdir.c -o mkdir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mkdir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mkfifo.c -o mkfifo.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mkfifo.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mknod.c -o mknod.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mknod.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mlock.c -o mlock.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mlock.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mlockall.c -o mlockall.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mlockall.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mmap.c -o mmap.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mmap.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mmap64.c -o mmap64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mmap64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c modify_ldt.c -o modify_ldt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment modify_ldt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mount.c -o mount.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mount.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mprotect.c -o mprotect.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mprotect.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mremap.c -o mremap.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mremap.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c msync.c -o msync.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment msync.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c munlock.c -o munlock.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment munlock.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c munlockall.c -o munlockall.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment munlockall.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c munmap.c -o munmap.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment munmap.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c nanosleep.c -o nanosleep.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment nanosleep.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c nice.c -o nice.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment nice.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c noophooks.c -o noophooks.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment noophooks.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ntp_gettime.c -o ntp_gettime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ntp_gettime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c open.c -o open.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment open.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c open64.c -o open64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment open64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c pause.c -o pause.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment pause.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c personality.c -o personality.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment personality.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c pipe.c -o pipe.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment pipe.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c pivot_root.c -o pivot_root.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment pivot_root.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c poll.c -o poll.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment poll.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c posix_fadvise.c -o posix_fadvise.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment posix_fadvise.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c posix_fadvise64.c -o posix_fadvise64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment posix_fadvise64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c prctl.c -o prctl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment prctl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c pread_write.c -o pread_write.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment pread_write.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ptrace.c -o ptrace.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ptrace.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c query_module.c -o query_module.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment query_module.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c quotactl.c -o quotactl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment quotactl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c read.c -o read.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment read.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c readlink.c -o readlink.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment readlink.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c readv.c -o readv.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment readv.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c reboot.c -o reboot.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment reboot.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c rename.c -o rename.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment rename.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c rmdir.c -o rmdir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment rmdir.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sbrk.c -o sbrk.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sbrk.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sched_get_priority_max.c -o sched_get_priority_max.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sched_get_priority_max.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sched_get_priority_min.c -o sched_get_priority_min.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sched_get_priority_min.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sched_getparam.c -o sched_getparam.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sched_getparam.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sched_getscheduler.c -o sched_getscheduler.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sched_getscheduler.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sched_rr_get_interval.c -o sched_rr_get_interval.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sched_rr_get_interval.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sched_setparam.c -o sched_setparam.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sched_setparam.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sched_setscheduler.c -o sched_setscheduler.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sched_setscheduler.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sched_yield.c -o sched_yield.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sched_yield.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c select.c -o select.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment select.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sendfile.c -o sendfile.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sendfile.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sendfile64.c -o sendfile64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sendfile64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setdomainname.c -o setdomainname.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setdomainname.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setegid.c -o setegid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setegid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c seteuid.c -o seteuid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment seteuid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setfsgid.c -o setfsgid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setfsgid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setfsuid.c -o setfsuid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setfsuid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setgid.c -o setgid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setgid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setgroups.c -o setgroups.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setgroups.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sethostname.c -o sethostname.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sethostname.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setitimer.c -o setitimer.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setitimer.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setpgid.c -o setpgid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setpgid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setpgrp.c -o setpgrp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setpgrp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setpriority.c -o setpriority.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setpriority.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setregid.c -o setregid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setregid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setresgid.c -o setresgid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setresgid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setresuid.c -o setresuid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setresuid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setreuid.c -o setreuid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setreuid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setrlimit.c -o setrlimit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setrlimit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setrlimit64.c -o setrlimit64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setrlimit64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setsid.c -o setsid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setsid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c settimeofday.c -o settimeofday.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment settimeofday.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setuid.c -o setuid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setuid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigaltstack.c -o sigaltstack.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigaltstack.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigpending.c -o sigpending.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigpending.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigprocmask.c -o sigprocmask.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigprocmask.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigsuspend.c -o sigsuspend.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigsuspend.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c stat.c -o stat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment stat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c stat64.c -o stat64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment stat64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c statfs.c -o statfs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment statfs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c stime.c -o stime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment stime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c swapoff.c -o swapoff.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment swapoff.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c swapon.c -o swapon.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment swapon.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c symlink.c -o symlink.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment symlink.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sync.c -o sync.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sync.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sysctl.c -o sysctl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sysctl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sysfs.c -o sysfs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sysfs.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sysinfo.c -o sysinfo.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sysinfo.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c time.c -o time.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment time.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c times.c -o times.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment times.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c truncate.c -o truncate.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment truncate.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c truncate64.c -o truncate64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment truncate64.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ulimit.c -o ulimit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ulimit.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c umask.c -o umask.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment umask.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c umount.c -o umount.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment umount.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c umount2.c -o umount2.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment umount2.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c uname.c -o uname.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment uname.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c unlink.c -o unlink.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment unlink.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c uselib.c -o uselib.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment uselib.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ustat.c -o ustat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ustat.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c utime.c -o utime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment utime.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c utimes.c -o utimes.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment utimes.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c vfork.c -o vfork.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment vfork.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c vhangup.c -o vhangup.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment vhangup.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c wait.c -o wait.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wait.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c wait3.c -o wait3.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wait3.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c wait4.c -o wait4.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wait4.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c waitpid.c -o waitpid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment waitpid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c write.c -o write.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment write.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c writev.c -o writev.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment writev.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c xattr.c -o xattr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment xattr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c xstatconv.c -o xstatconv.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment xstatconv.o
echo  sysdeps/linux/common/__rt_sigtimedwait.o  sysdeps/linux/common/__socketcall.o  sysdeps/linux/common/__syscall_fcntl.o  sysdeps/linux/common/__syscall_fcntl64.o  sysdeps/linux/common/__syscall_ipc.o  sysdeps/linux/common/__syscall_rt_sigaction.o  sysdeps/linux/common/__syscall_sigaction.o  sysdeps/linux/common/_exit.o  sysdeps/linux/common/access.o  sysdeps/linux/common/acct.o  sysdeps/linux/common/adjtimex.o  sysdeps/linux/common/alarm.o  sysdeps/linux/common/bdflush.o  sysdeps/linux/common/capget.o  sysdeps/linux/common/capset.o  sysdeps/linux/common/chdir.o  sysdeps/linux/common/chmod.o  sysdeps/linux/common/chown.o  sysdeps/linux/common/chroot.o  sysdeps/linux/common/clock_getres.o  sysdeps/linux/common/clock_gettime.o  sysdeps/linux/common/clock_settime.o  sysdeps/linux/common/close.o  sysdeps/linux/common/cmsg_nxthdr.o  sysdeps/linux/common/creat64.o  sysdeps/linux/common/create_module.o  sysdeps/linux/common/delete_module.o  sysdeps/linux/common/dup.o  sysdeps/linux/common/dup2.o  sysdeps/linux/common/epoll.o  sysdeps/linux/common/execve.o  sysdeps/linux/common/fchdir.o  sysdeps/linux/common/fchmod.o  sysdeps/linux/common/fchown.o  sysdeps/linux/common/fdatasync.o  sysdeps/linux/common/flock.o  sysdeps/linux/common/fork.o  sysdeps/linux/common/fstat.o  sysdeps/linux/common/fstat64.o  sysdeps/linux/common/fstatfs.o  sysdeps/linux/common/fsync.o  sysdeps/linux/common/ftruncate.o  sysdeps/linux/common/ftruncate64.o  sysdeps/linux/common/get_kernel_syms.o  sysdeps/linux/common/getcwd.o  sysdeps/linux/common/getdents.o  sysdeps/linux/common/getdents64.o  sysdeps/linux/common/getdirname.o  sysdeps/linux/common/getdnnm.o  sysdeps/linux/common/getdtablesize.o  sysdeps/linux/common/getegid.o  sysdeps/linux/common/geteuid.o  sysdeps/linux/common/getgid.o  sysdeps/linux/common/getgroups.o  sysdeps/linux/common/gethstnm.o  sysdeps/linux/common/getitimer.o  sysdeps/linux/common/getpagesize.o  sysdeps/linux/common/getpgid.o  sysdeps/linux/common/getpgrp.o  sysdeps/linux/common/getpid.o  sysdeps/linux/common/getppid.o  sysdeps/linux/common/getpriority.o  sysdeps/linux/common/getresgid.o  sysdeps/linux/common/getresuid.o  sysdeps/linux/common/getrlimit.o  sysdeps/linux/common/getrlimit64.o  sysdeps/linux/common/getrusage.o  sysdeps/linux/common/getsid.o  sysdeps/linux/common/gettimeofday.o  sysdeps/linux/common/getuid.o  sysdeps/linux/common/init_module.o  sysdeps/linux/common/ioctl.o  sysdeps/linux/common/ioperm.o  sysdeps/linux/common/iopl.o  sysdeps/linux/common/kill.o  sysdeps/linux/common/klogctl.o  sysdeps/linux/common/lchown.o  sysdeps/linux/common/link.o  sysdeps/linux/common/llseek.o  sysdeps/linux/common/longjmp.o  sysdeps/linux/common/lseek.o  sysdeps/linux/common/lstat.o  sysdeps/linux/common/lstat64.o  sysdeps/linux/common/madvise.o  sysdeps/linux/common/mincore.o  sysdeps/linux/common/mkdir.o  sysdeps/linux/common/mkfifo.o  sysdeps/linux/common/mknod.o  sysdeps/linux/common/mlock.o  sysdeps/linux/common/mlockall.o  sysdeps/linux/common/mmap.o  sysdeps/linux/common/mmap64.o  sysdeps/linux/common/modify_ldt.o  sysdeps/linux/common/mount.o  sysdeps/linux/common/mprotect.o  sysdeps/linux/common/mremap.o  sysdeps/linux/common/msync.o  sysdeps/linux/common/munlock.o  sysdeps/linux/common/munlockall.o  sysdeps/linux/common/munmap.o  sysdeps/linux/common/nanosleep.o  sysdeps/linux/common/nice.o  sysdeps/linux/common/noophooks.o  sysdeps/linux/common/ntp_gettime.o  sysdeps/linux/common/open.o  sysdeps/linux/common/open64.o  sysdeps/linux/common/pause.o  sysdeps/linux/common/personality.o  sysdeps/linux/common/pipe.o  sysdeps/linux/common/pivot_root.o  sysdeps/linux/common/poll.o  sysdeps/linux/common/posix_fadvise.o  sysdeps/linux/common/posix_fadvise64.o  sysdeps/linux/common/prctl.o  sysdeps/linux/common/pread_write.o  sysdeps/linux/common/ptrace.o  sysdeps/linux/common/query_module.o  sysdeps/linux/common/quotactl.o  sysdeps/linux/common/read.o  sysdeps/linux/common/readlink.o  sysdeps/linux/common/readv.o  sysdeps/linux/common/reboot.o  sysdeps/linux/common/rename.o  sysdeps/linux/common/rmdir.o  sysdeps/linux/common/sbrk.o  sysdeps/linux/common/sched_get_priority_max.o  sysdeps/linux/common/sched_get_priority_min.o  sysdeps/linux/common/sched_getparam.o  sysdeps/linux/common/sched_getscheduler.o  sysdeps/linux/common/sched_rr_get_interval.o  sysdeps/linux/common/sched_setparam.o  sysdeps/linux/common/sched_setscheduler.o  sysdeps/linux/common/sched_yield.o  sysdeps/linux/common/select.o  sysdeps/linux/common/sendfile.o  sysdeps/linux/common/sendfile64.o  sysdeps/linux/common/setdomainname.o  sysdeps/linux/common/setegid.o  sysdeps/linux/common/seteuid.o  sysdeps/linux/common/setfsgid.o  sysdeps/linux/common/setfsuid.o  sysdeps/linux/common/setgid.o  sysdeps/linux/common/setgroups.o  sysdeps/linux/common/sethostname.o  sysdeps/linux/common/setitimer.o  sysdeps/linux/common/setpgid.o  sysdeps/linux/common/setpgrp.o  sysdeps/linux/common/setpriority.o  sysdeps/linux/common/setregid.o  sysdeps/linux/common/setresgid.o  sysdeps/linux/common/setresuid.o  sysdeps/linux/common/setreuid.o  sysdeps/linux/common/setrlimit.o  sysdeps/linux/common/setrlimit64.o  sysdeps/linux/common/setsid.o  sysdeps/linux/common/settimeofday.o  sysdeps/linux/common/setuid.o  sysdeps/linux/common/sigaltstack.o  sysdeps/linux/common/sigpending.o  sysdeps/linux/common/sigprocmask.o  sysdeps/linux/common/sigsuspend.o  sysdeps/linux/common/stat.o  sysdeps/linux/common/stat64.o  sysdeps/linux/common/statfs.o  sysdeps/linux/common/stime.o  sysdeps/linux/common/swapoff.o  sysdeps/linux/common/swapon.o  sysdeps/linux/common/symlink.o  sysdeps/linux/common/sync.o  sysdeps/linux/common/sysctl.o  sysdeps/linux/common/sysfs.o  sysdeps/linux/common/sysinfo.o  sysdeps/linux/common/time.o  sysdeps/linux/common/times.o  sysdeps/linux/common/truncate.o  sysdeps/linux/common/truncate64.o  sysdeps/linux/common/ulimit.o  sysdeps/linux/common/umask.o  sysdeps/linux/common/umount.o  sysdeps/linux/common/umount2.o  sysdeps/linux/common/uname.o  sysdeps/linux/common/unlink.o  sysdeps/linux/common/uselib.o  sysdeps/linux/common/ustat.o  sysdeps/linux/common/utime.o  sysdeps/linux/common/utimes.o  sysdeps/linux/common/vfork.o  sysdeps/linux/common/vhangup.o  sysdeps/linux/common/wait.o  sysdeps/linux/common/wait3.o  sysdeps/linux/common/wait4.o  sysdeps/linux/common/waitpid.o  sysdeps/linux/common/write.o  sysdeps/linux/common/writev.o  sysdeps/linux/common/xattr.o  sysdeps/linux/common/xstatconv.o > ../../../obj.sysdeps.common
make[5]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/sysdeps/linux/common'
make -C mips
make[5]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/sysdeps/linux/mips'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -Wa,--noexecstack -c bsd-_setjmp.S -o bsd-_setjmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment bsd-_setjmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -Wa,--noexecstack -c bsd-setjmp.S -o bsd-setjmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment bsd-setjmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -Wa,--noexecstack -c setjmp.S -o setjmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setjmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -Wa,--noexecstack -c clone.S -o clone.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment clone.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -Wa,--noexecstack -c syscall.S -o syscall.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment syscall.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -Wa,--noexecstack -c pipe.S -o pipe.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment pipe.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __longjmp.c -o __longjmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __longjmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c brk.c -o brk.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment brk.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c setjmp_aux.c -o setjmp_aux.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment setjmp_aux.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c mmap.c -o mmap.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mmap.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c __syscall_error.c -o __syscall_error.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment __syscall_error.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c cacheflush.c -o cacheflush.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment cacheflush.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c pread_write.c -o pread_write.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment pread_write.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sysmips.c -o sysmips.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sysmips.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c _test_and_set.c -o _test_and_set.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment _test_and_set.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sigaction.c -o sigaction.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sigaction.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -Wa,--noexecstack -DL_crt1 crt1.S -c -o crt1.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment crt1.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -Wa,--noexecstack -fPIE -DL_Scrt1 crt1.S -c -o Scrt1.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment Scrt1.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -Wa,--noexecstack -c crti.S -o crti.o
install -d ../../../../lib/
cp crti.o ../../../../lib/
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -Wa,--noexecstack -c crtn.S -o crtn.o
install -d ../../../../lib/
cp crtn.o ../../../../lib/
echo  sysdeps/linux/mips/bsd-_setjmp.o  sysdeps/linux/mips/bsd-setjmp.o  sysdeps/linux/mips/setjmp.o  sysdeps/linux/mips/clone.o  sysdeps/linux/mips/syscall.o  sysdeps/linux/mips/pipe.o  sysdeps/linux/mips/__longjmp.o  sysdeps/linux/mips/brk.o  sysdeps/linux/mips/setjmp_aux.o  sysdeps/linux/mips/mmap.o  sysdeps/linux/mips/__syscall_error.o  sysdeps/linux/mips/cacheflush.o  sysdeps/linux/mips/pread_write.o  sysdeps/linux/mips/sysmips.o  sysdeps/linux/mips/_test_and_set.o  sysdeps/linux/mips/sigaction.o > ../../../obj.sysdeps.mips
install -d ../../../../lib/
cp crt1.o Scrt1.o ../../../../lib/
make[5]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/sysdeps/linux/mips'
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/sysdeps/linux'
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/sysdeps'
make -C  unistd
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/unistd'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sleep.c -o sleep.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sleep.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c usleep.c -o usleep.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment usleep.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c ualarm.c -o ualarm.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ualarm.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getpass.c -o getpass.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getpass.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c sysconf.c -o sysconf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment sysconf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getlogin.c -o getlogin.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getlogin.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c fpathconf.c -o fpathconf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment fpathconf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c confstr.c -o confstr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment confstr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c pathconf.c -o pathconf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment pathconf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c swab.c -o swab.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment swab.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c usershell.c -o usershell.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment usershell.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getsubopt.c -o getsubopt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getsubopt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c daemon.c -o daemon.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment daemon.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -c getopt.c -o getopt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment getopt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_execl exec.c -c -o execl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment execl.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_execv exec.c -c -o execv.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment execv.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_execle exec.c -c -o execle.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment execle.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_execlp exec.c -c -o execlp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment execlp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DL_execvp exec.c -c -o execvp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment execvp.o
echo  unistd/sleep.o  unistd/usleep.o  unistd/ualarm.o  unistd/getpass.o  unistd/sysconf.o  unistd/getlogin.o  unistd/fpathconf.o  unistd/confstr.o  unistd/pathconf.o  unistd/swab.o  unistd/usershell.o  unistd/getsubopt.o  unistd/daemon.o  unistd/getopt.o  unistd/execl.o  unistd/execv.o  unistd/execle.o  unistd/execlp.o  unistd/execvp.o > ../obj.unistd
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/unistd'
rm -f libc.a shared_libc.a
objs=`cat obj.*` ; \
	"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ar cr libc.a $objs && \
	"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ar dN 2 libc.a $objs && \
	"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ar dN 2 libc.a $objs
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ar cr libc.a obj.signal
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ar cr libc.a obj.string.generic
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ar cr libc.a obj.string.mips
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ar cr libc.a obj.string
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ar cr libc.a obj.sysdeps.common
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ar cr libc.a obj.sysdeps.mips
cp libc.a shared_libc.a
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ar cr libc.a misc/internals/static.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ranlib libc.a
install -d ../lib
rm -f ../lib/libc.a
install -m 644 libc.a ../lib
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc'
make -C  libcrypt
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libcrypt'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT  -c crypt.c -o crypt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment crypt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT  -c des.c -o des.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment des.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT  -c md5.c -o md5.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment md5.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ar cr libcrypt.a crypt.o des.o md5.o
install -d ../lib
rm -f ../lib/libcrypt.a
install -m 644 libcrypt.a ../lib
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libcrypt'
make -C  libutil
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libutil'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT  -c login.c -o login.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment login.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT  -c login_tty.c -o login_tty.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment login_tty.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT  -c logout.c -o logout.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment logout.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT  -c logwtmp.c -o logwtmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment logwtmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT  -c openpty.c -o openpty.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment openpty.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT  -c forkpty.c -o forkpty.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment forkpty.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ar cr libutil.a login.o login_tty.o logout.o logwtmp.o openpty.o forkpty.o
install -d ../lib
rm -f ../lib/libutil.a
install -m 644 libutil.a ../lib/
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libutil'
make -C  libpthread
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libpthread'
make -C  linuxthreads
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libpthread/linuxthreads'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../libpthread/linuxthreads/sysdeps/pthread -I../../libpthread/linuxthreads/sysdeps/mips -I../../libc/sysdeps/linux/mips -c attr.c -o attr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment attr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../libpthread/linuxthreads/sysdeps/pthread -I../../libpthread/linuxthreads/sysdeps/mips -I../../libc/sysdeps/linux/mips -c cancel.c -o cancel.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment cancel.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../libpthread/linuxthreads/sysdeps/pthread -I../../libpthread/linuxthreads/sysdeps/mips -I../../libc/sysdeps/linux/mips -c condvar.c -o condvar.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment condvar.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../libpthread/linuxthreads/sysdeps/pthread -I../../libpthread/linuxthreads/sysdeps/mips -I../../libc/sysdeps/linux/mips -c errno.c -o errno.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment errno.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../libpthread/linuxthreads/sysdeps/pthread -I../../libpthread/linuxthreads/sysdeps/mips -I../../libc/sysdeps/linux/mips -c events.c -o events.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment events.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../libpthread/linuxthreads/sysdeps/pthread -I../../libpthread/linuxthreads/sysdeps/mips -I../../libc/sysdeps/linux/mips -c join.c -o join.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment join.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../libpthread/linuxthreads/sysdeps/pthread -I../../libpthread/linuxthreads/sysdeps/mips -I../../libc/sysdeps/linux/mips -c lockfile.c -o lockfile.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment lockfile.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../libpthread/linuxthreads/sysdeps/pthread -I../../libpthread/linuxthreads/sysdeps/mips -I../../libc/sysdeps/linux/mips -c manager.c -o manager.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment manager.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../libpthread/linuxthreads/sysdeps/pthread -I../../libpthread/linuxthreads/sysdeps/mips -I../../libc/sysdeps/linux/mips -c mutex.c -o mutex.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment mutex.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../libpthread/linuxthreads/sysdeps/pthread -I../../libpthread/linuxthreads/sysdeps/mips -I../../libc/sysdeps/linux/mips -c oldsemaphore.c -o oldsemaphore.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment oldsemaphore.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../libpthread/linuxthreads/sysdeps/pthread -I../../libpthread/linuxthreads/sysdeps/mips -I../../libc/sysdeps/linux/mips -c pt-machine.c -o pt-machine.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment pt-machine.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../libpthread/linuxthreads/sysdeps/pthread -I../../libpthread/linuxthreads/sysdeps/mips -I../../libc/sysdeps/linux/mips -c ptfork.c -o ptfork.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ptfork.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../libpthread/linuxthreads/sysdeps/pthread -I../../libpthread/linuxthreads/sysdeps/mips -I../../libc/sysdeps/linux/mips -c pthread.c -o pthread.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment pthread.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../libpthread/linuxthreads/sysdeps/pthread -I../../libpthread/linuxthreads/sysdeps/mips -I../../libc/sysdeps/linux/mips -c ptlongjmp.c -o ptlongjmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment ptlongjmp.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../libpthread/linuxthreads/sysdeps/pthread -I../../libpthread/linuxthreads/sysdeps/mips -I../../libc/sysdeps/linux/mips -c rwlock.c -o rwlock.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment rwlock.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../libpthread/linuxthreads/sysdeps/pthread -I../../libpthread/linuxthreads/sysdeps/mips -I../../libc/sysdeps/linux/mips -c semaphore.c -o semaphore.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment semaphore.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../libpthread/linuxthreads/sysdeps/pthread -I../../libpthread/linuxthreads/sysdeps/mips -I../../libc/sysdeps/linux/mips -c signals.c -o signals.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment signals.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../libpthread/linuxthreads/sysdeps/pthread -I../../libpthread/linuxthreads/sysdeps/mips -I../../libc/sysdeps/linux/mips -c specific.c -o specific.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment specific.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../libpthread/linuxthreads/sysdeps/pthread -I../../libpthread/linuxthreads/sysdeps/mips -I../../libc/sysdeps/linux/mips -c spinlock.c -o spinlock.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment spinlock.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -I../../libpthread/linuxthreads/sysdeps/pthread -I../../libpthread/linuxthreads/sysdeps/mips -I../../libc/sysdeps/linux/mips -c wrapsyscall.c -o wrapsyscall.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment wrapsyscall.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ar cr ../libpthread.a attr.o cancel.o condvar.o errno.o events.o join.o lockfile.o manager.o mutex.o oldsemaphore.o pt-machine.o ptfork.o pthread.o ptlongjmp.o rwlock.o semaphore.o signals.o specific.o spinlock.o wrapsyscall.o
make -C  sysdeps
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libpthread/linuxthreads/sysdeps'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libpthread/linuxthreads/sysdeps'
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libpthread/linuxthreads'
install -d ../lib
rm -f ../lib/libpthread.a
install -m 644 libpthread.a ../lib
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libpthread'
make -C  libnvram
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT  -DUSE_HOSTCC -I../zlib -Ilinux-2.6.21.x/include -c crc32.c -o crc32.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment crc32.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT  -DUSE_HOSTCC -I../zlib -Ilinux-2.6.21.x/include -c nvram_env.c -o nvram_env.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment nvram_env.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT  -DUSE_HOSTCC -I../zlib -Ilinux-2.6.21.x/include -c flash_api.c -o flash_api.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment flash_api.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ar cr libnvram.a crc32.o nvram_env.o flash_api.o
install -d ../lib
rm -f ../lib/libnvram.a
install -m 644 libnvram.a ../lib
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram'
make -C  libupnp
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp'
make -C upnp
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/api/upnpapi.c -o src/api/upnpapi.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/api/upnpapi.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/api/upnptools.c -o src/api/upnptools.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/api/upnptools.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/gena/gena_callback2.c -o src/gena/gena_callback2.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/gena/gena_callback2.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/gena/gena_ctrlpt.c -o src/gena/gena_ctrlpt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/gena/gena_ctrlpt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/gena/gena_device.c -o src/gena/gena_device.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/gena/gena_device.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/uuid/md5.c -o src/uuid/md5.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/uuid/md5.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/uuid/sysdep.c -o src/uuid/sysdep.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/uuid/sysdep.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/uuid/uuid.c -o src/uuid/uuid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/uuid/uuid.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/urlconfig/urlconfig.c -o src/urlconfig/urlconfig.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/urlconfig/urlconfig.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/soap/soap_common.c -o src/soap/soap_common.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/soap/soap_common.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/soap/soap_ctrlpt.c -o src/soap/soap_ctrlpt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/soap/soap_ctrlpt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/soap/soap_device.c -o src/soap/soap_device.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/soap/soap_device.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/ssdp/ssdp_ctrlpt.c -o src/ssdp/ssdp_ctrlpt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/ssdp/ssdp_ctrlpt.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/ssdp/ssdp_device.c -o src/ssdp/ssdp_device.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/ssdp/ssdp_device.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/ssdp/ssdp_server.c -o src/ssdp/ssdp_server.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/ssdp/ssdp_server.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/genlib/client_table/client_table.c -o src/genlib/client_table/client_table.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/genlib/client_table/client_table.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/genlib/service_table/service_table.c -o src/genlib/service_table/service_table.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/genlib/service_table/service_table.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/genlib/miniserver/miniserver.c -o src/genlib/miniserver/miniserver.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/genlib/miniserver/miniserver.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/genlib/net/sock.c -o src/genlib/net/sock.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/genlib/net/sock.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/genlib/net/http/httpreadwrite.c -o src/genlib/net/http/httpreadwrite.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/genlib/net/http/httpreadwrite.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/genlib/net/http/webserver.c -o src/genlib/net/http/webserver.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/genlib/net/http/webserver.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/genlib/net/http/parsetools.c -o src/genlib/net/http/parsetools.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/genlib/net/http/parsetools.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/genlib/net/http/httpparser.c -o src/genlib/net/http/httpparser.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/genlib/net/http/httpparser.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/genlib/net/http/statcodes.c -o src/genlib/net/http/statcodes.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/genlib/net/http/statcodes.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/genlib/net/uri/uri.c -o src/genlib/net/uri/uri.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/genlib/net/uri/uri.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/genlib/util/util.c -o src/genlib/util/util.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/genlib/util/util.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/genlib/util/strintmap.c -o src/genlib/util/strintmap.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/genlib/util/strintmap.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/genlib/util/membuffer.c -o src/genlib/util/membuffer.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/genlib/util/membuffer.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc  -c src/genlib/util/upnp_timeout.c -o src/genlib/util/upnp_timeout.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/genlib/util/upnp_timeout.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ar cr libupnp.a src/api/upnpapi.o src/api/upnptools.o src/gena/gena_callback2.o  src/gena/gena_ctrlpt.o  src/gena/gena_device.o src/uuid/md5.o  src/uuid/sysdep.o  src/uuid/uuid.o src/urlconfig/urlconfig.o src/soap/soap_common.o  src/soap/soap_ctrlpt.o  src/soap/soap_device.o src/ssdp/ssdp_ctrlpt.o  src/ssdp/ssdp_device.o  src/ssdp/ssdp_server.o src/genlib/client_table/client_table.o src/genlib/service_table/service_table.o src/genlib/miniserver/miniserver.o src/genlib/net/sock.o src/genlib/net/http/httpreadwrite.o src/genlib/net/http/webserver.o src/genlib/net/http/parsetools.o src/genlib/net/http/httpparser.o src/genlib/net/http/statcodes.o src/genlib/net/uri/uri.o src/genlib/util/util.o src/genlib/util/strintmap.o src/genlib/util/membuffer.o src/genlib/util/upnp_timeout.o 
install -d ../../lib
rm -f ../../lib/libupnp.a
install -m 644 libupnp.a ../../lib
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp'
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp'

Building shared libraries ...

make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc'
make -C  misc
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc'
make -C  assert
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/assert'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/assert'
make -C  ctype
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/ctype'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/ctype'
make -C  dirent
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/dirent'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/dirent'
make -C  file
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/file'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/file'
make -C  fnmatch
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/fnmatch'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/fnmatch'
make -C  internals
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/internals'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/internals'
make -C  mntent
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/mntent'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/mntent'
make -C  syslog
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/syslog'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/syslog'
make -C  time
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/time'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/time'
make -C  utmp
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/utmp'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/utmp'
make -C  sysvipc
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/sysvipc'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/sysvipc'
make -C  statfs
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/statfs'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/statfs'
make -C  error
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/error'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/error'
make -C  ttyent
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/ttyent'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/ttyent'
make -C  gnu
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/gnu'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/gnu'
make -C  search
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/search'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/search'
make -C  locale
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/locale'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/locale'
make -C  regex
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/regex'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/regex'
make -C  pthread
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/pthread'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/pthread'
make -C  wctype
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/wctype'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/wctype'
make -C  wchar
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/wchar'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/wchar'
make -C  glob
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/glob'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc/glob'
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/misc'
make -C  pwd_grp
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/pwd_grp'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/pwd_grp'
make -C  stdio
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/stdio'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/stdio'
make -C  string
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/string'
make -C  generic
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/string/generic'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/string/generic'
make -C  mips
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/string/mips'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/string/mips'
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/string'
make -C  termios
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/termios'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/termios'
make -C  inet
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/inet'
make -C  rpc
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/inet/rpc'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/inet/rpc'
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/inet'
make -C  signal
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/signal'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/signal'
make -C  stdlib
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/stdlib'
make -C  malloc-standard
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/stdlib/malloc-standard'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/stdlib/malloc-standard'
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/stdlib'
make -C  sysdeps
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/sysdeps'
make -C  linux
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/sysdeps/linux'
make -C common
make[5]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/sysdeps/linux/common'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/sysdeps/linux/common'
make -C mips
make[5]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/sysdeps/linux/mips'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/sysdeps/linux/mips'
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/sysdeps/linux'
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/sysdeps'
make -C  unistd
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/unistd'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc/unistd'
rm -f libc.a shared_libc.a
objs=`cat obj.*` ; \
	"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ar cr libc.a $objs && \
	"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ar dN 2 libc.a $objs && \
	"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ar dN 2 libc.a $objs
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ar cr libc.a obj.signal
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ar cr libc.a obj.string.generic
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ar cr libc.a obj.string.mips
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ar cr libc.a obj.string
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ar cr libc.a obj.sysdeps.common
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ar cr libc.a obj.sysdeps.mips
cp libc.a shared_libc.a
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ar cr libc.a misc/internals/static.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ranlib libc.a
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ld  -shared --warn-common --warn-once -z combreloc -z defs -s -z relro -z now  -soname=libc.so.0 -o libuClibc-0.9.28.so \
		--whole-archive shared_libc.a \
		../libc/misc/internals/interp.o --no-whole-archive \
		-init __uClibc_init ../lib/ld-uClibc.so.0 /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/libgcc.a 
install -d ../lib
rm -f ../lib/libuClibc-0.9.28.so
install -m 644 libuClibc-0.9.28.so ../lib
ln -sf libuClibc-0.9.28.so ../lib/libc.so
ln -sf libuClibc-0.9.28.so ../lib/libc.so.0
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libc'
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/ldso'
make -C ldso
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/ldso/ldso'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/ldso/ldso'
make -C libdl
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/ldso/libdl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/ldso/libdl'
make -C libdl shared
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/ldso/libdl'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ld  -shared --warn-common --warn-once -z combreloc -z defs -s -z relro -z now -soname=libdl.so.0 \
		-o libdl-0.9.28.so -fini dl_cleanup --whole-archive libdl_pic.a \
		--no-whole-archive ../..//libc/misc/internals/interp.o \
		-L../..//lib -lc  ../../lib/ld-uClibc.so.0 /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/libgcc.a;
install -d ../../lib
rm -f ../../lib/libdl-0.9.28.so ../../lib/libdl.so.0
install -m 644 libdl-0.9.28.so ../../lib
ln -sf libdl-0.9.28.so ../../lib/libdl.so
ln -sf libdl-0.9.28.so ../../lib/libdl.so.0
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/ldso/libdl'
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/ldso'
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libcrypt'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ld  -shared --warn-common --warn-once -z combreloc -z defs -s -z relro -z now -soname=libcrypt.so.0 \
		-o libcrypt-0.9.28.so --whole-archive libcrypt.a \
		--no-whole-archive ../libc/misc/internals/interp.o \
		-L../lib -lc  /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/libgcc.a;
install -d ../lib
rm -f ../lib/libcrypt-0.9.28.so ../lib/libcrypt.so.0
install -m 644 libcrypt-0.9.28.so ../lib;
ln -sf libcrypt-0.9.28.so ../lib/libcrypt.so
ln -sf libcrypt-0.9.28.so ../lib/libcrypt.so.0
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libcrypt'
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libutil'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ld  -shared --warn-common --warn-once -z combreloc -z defs -s -z relro -z now -soname=libutil.so.0 \
		-o libutil-0.9.28.so --whole-archive libutil.a \
		--no-whole-archive ../libc/misc/internals/interp.o \
		-L../lib -lc  /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/libgcc.a;
install -d ../lib
rm -f ../lib/libutil-0.9.28.so ../lib/libutil.so.0
install -m 644 libutil-0.9.28.so ../lib
ln -sf libutil-0.9.28.so ../lib/libutil.so
ln -sf libutil-0.9.28.so ../lib/libutil.so.0
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libutil'
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ld  -shared --warn-common --warn-once -z combreloc -z defs -s -z relro -z now -soname=libnvram.so.0 \
		-o libnvram-0.9.28.so --whole-archive libnvram.a \
		--no-whole-archive ../libc/misc/internals/interp.o \
		-L../lib -lc  /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/libgcc.a;
install -d ../lib
rm -f ../lib/libnvram-0.9.28.so ../lib/libnvram.so.0
install -m 644 libnvram-0.9.28.so ../lib
ln -sf libnvram-0.9.28.so ../lib/libnvram.so
ln -sf libnvram-0.9.28.so ../lib/libnvram.so.0
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram'
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp'
make -C upnp
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp'
make -C ixml shared
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DHAVE_CONFIG_H -Iinc -Isrc/inc  -c src/attr.c -o src/attr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/attr.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DHAVE_CONFIG_H -Iinc -Isrc/inc  -c src/element.c -o src/element.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/element.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DHAVE_CONFIG_H -Iinc -Isrc/inc  -c src/ixmlmembuf.c -o src/ixmlmembuf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/ixmlmembuf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DHAVE_CONFIG_H -Iinc -Isrc/inc  -c src/namedNodeMap.c -o src/namedNodeMap.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/namedNodeMap.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DHAVE_CONFIG_H -Iinc -Isrc/inc  -c src/nodeList.c -o src/nodeList.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/nodeList.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DHAVE_CONFIG_H -Iinc -Isrc/inc  -c src/document.c -o src/document.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/document.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DHAVE_CONFIG_H -Iinc -Isrc/inc  -c src/ixml.c -o src/ixml.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/ixml.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DHAVE_CONFIG_H -Iinc -Isrc/inc  -c src/ixmlparser.c -o src/ixmlparser.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/ixmlparser.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DHAVE_CONFIG_H -Iinc -Isrc/inc  -c src/node.c -o src/node.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/node.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ar cr libixml.a src/attr.o src/element.o  src/ixmlmembuf.o src/namedNodeMap.o src/nodeList.o src/document.o  src/ixml.o  src/ixmlparser.o  src/node.o
install -d ../../lib
rm -f ../../lib/libixml.a
install -m 644 libixml.a ../../lib
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ld  -shared --warn-common --warn-once -z combreloc -z defs -s -z relro -z now -soname=libixml.so.1.3.1 \
		-o libixml.so.1.3.1 --whole-archive libixml.a \
		--no-whole-archive ../../libc/misc/internals/interp.o \
		-L../../lib -lc  /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/libgcc.a;
install -d ../../lib
rm -f ../../lib/libixml.so.1.3.1
install -m 644 libixml.so.1.3.1 ../../lib
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml'
make -C threadutil shared
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/threadutil'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DHAVE_CONFIG_H -Iinc  -c src/FreeList.c -o src/FreeList.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/FreeList.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DHAVE_CONFIG_H -Iinc  -c src/iasnprintf.c -o src/iasnprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/iasnprintf.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DHAVE_CONFIG_H -Iinc  -c src/LinkedList.c -o src/LinkedList.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/LinkedList.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DHAVE_CONFIG_H -Iinc  -c src/ThreadPool.c -o src/ThreadPool.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/ThreadPool.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mips1  -fno-builtin -nostdinc -D_LIBC -I../../include -I.   -Os -funit-at-a-time  -mno-split-addresses -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -DNDEBUG -fPIC -D_DL_FINI_CRT_COMPAT -DHAVE_CONFIG_H -Iinc  -c src/TimerThread.c -o src/TimerThread.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -x -R .note -R .comment src/TimerThread.o
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ar cr libthreadutil.a src/FreeList.o  src/iasnprintf.o  src/LinkedList.o  src/ThreadPool.o  src/TimerThread.o
install -d ../../lib
rm -f ../../lib/libthreadutil.a
install -m 644 libthreadutil.a ../../lib
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ld  -shared --warn-common --warn-once -z combreloc -z defs -s -z relro -z now -soname=libthreadutil.so.1.3.1 \
		-o libthreadutil.so.1.3.1 --whole-archive libthreadutil.a \
		--no-whole-archive ../../libc/misc/internals/interp.o \
		-L../../lib -lc -lpthread  /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/libgcc.a;
install -d ../../lib
rm -f ../../lib/libthreadutil.so.1.3.1
install -m 644 libthreadutil.so.1.3.1 ../../lib
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/threadutil'
make -C upnp shared
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp'
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ld  -shared --warn-common --warn-once -z combreloc -z defs -s -z relro -z now -soname=libupnp.so.1.3.1 \
		-o libupnp.so.1.3.1 --whole-archive libupnp.a \
		--no-whole-archive ../../libc/misc/internals/interp.o \
		-L../../lib -lc -lpthread ../ixml/libixml.so.1.3.1 ../threadutil/libthreadutil.so.1.3.1  ;
install -d ../../lib
rm -f ../../lib/libupnp.so.1.3.1
install -m 644 libupnp.so.1.3.1 ../../lib
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp'
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp'
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libpthread'
make -C  linuxthreads
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libpthread/linuxthreads'
make -C  sysdeps
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libpthread/linuxthreads/sysdeps'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libpthread/linuxthreads/sysdeps'
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libpthread/linuxthreads'
install -d ../lib
rm -f ../lib/libpthread.a
install -m 644 libpthread.a ../lib
"/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-ld  -shared --warn-common --warn-once -z combreloc -z defs -soname=libpthread.so.0 \
		-o libpthread-0.9.28.so ../lib/crti.o /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/crtbeginS.o --whole-archive libpthread.a \
		--no-whole-archive ../libc/misc/internals/interp.o \
		-L../lib -lc  /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/libgcc.a \
		/opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/crtendS.o ../lib/crtn.o
install -d ../lib
rm -f ../lib/libpthread-0.9.28.so \
		../lib/libpthread.so.0
install -m 644 libpthread-0.9.28.so ../lib
ln -sf libpthread-0.9.28.so \
		../lib/libpthread.so
ln -sf libpthread-0.9.28.so \
		../lib/libpthread.so.0
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libpthread'

Finally finished compiling ...

make[1]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib'
make[1]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user'
make -j1  /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/prop /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/. 802.1x busybox goahead iptables linux-igd lldt mtd_write ntpclient ppp-2.4.1/pppoecd rt2880_app wireless_tools wsc_upnp || exit $?
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user'
[ ! -d "/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/prop" ] || ( touch /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/prop/.sgbuilt_user && make -j1 -C /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/prop ) || exit $?
make[2]: Nothing to be done for `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/.'.
[ ! -d "802.1x" ] || ( touch 802.1x/.sgbuilt_user && make -j1 -C 802.1x ) || exit $?
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/802.1x'
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DMULTIPLE_RADIUS -DDBG    -c -o rt2860apd.o rt2860apd.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DMULTIPLE_RADIUS -DDBG    -c -o eloop.o eloop.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DMULTIPLE_RADIUS -DDBG    -c -o eapol_sm.o eapol_sm.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DMULTIPLE_RADIUS -DDBG    -c -o radius.o radius.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DMULTIPLE_RADIUS -DDBG    -c -o md5.o md5.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DMULTIPLE_RADIUS -DDBG    -c -o config.o config.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DMULTIPLE_RADIUS -DDBG    -c -o ieee802_1x.o ieee802_1x.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DMULTIPLE_RADIUS -DDBG    -c -o sta_info.o sta_info.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DMULTIPLE_RADIUS -DDBG    -c -o radius_client.o radius_client.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -o rt2860apd rt2860apd.o eloop.o eapol_sm.o radius.o md5.o config.o ieee802_1x.o sta_info.o   radius_client.o
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/802.1x'
[ ! -d "busybox" ] || ( touch busybox/.sgbuilt_user && make -j1 -C busybox ) || exit $?
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/busybox'
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/split-include
  HOSTCC  scripts/basic/docproc
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/mconf.o
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf -s Config.in
#
# using defaults found in .config
#
  SPLIT   include/autoconf.h -> include/config/*
  GEN     include/bbconfigopts.h
  HOSTCC  applets/usage
  GEN     include/usage_compressed.h
  HOSTCC  applets/applet_tables
  GEN     include/applet_tables.h
  CC      applets/applets.o
  LD      applets/built-in.o
  LD      archival/built-in.o
  AR      archival/lib.a
  LD      archival/libunarchive/built-in.o
  CC      archival/libunarchive/data_align.o
  CC      archival/libunarchive/data_extract_all.o
  CC      archival/libunarchive/data_extract_to_buffer.o
  CC      archival/libunarchive/data_extract_to_stdout.o
  CC      archival/libunarchive/data_skip.o
  CC      archival/libunarchive/filter_accept_all.o
  CC      archival/libunarchive/filter_accept_list.o
  CC      archival/libunarchive/filter_accept_reject_list.o
  CC      archival/libunarchive/find_list_entry.o
  CC      archival/libunarchive/header_list.o
  CC      archival/libunarchive/header_skip.o
  CC      archival/libunarchive/header_verbose_list.o
  CC      archival/libunarchive/init_handle.o
  CC      archival/libunarchive/seek_by_jump.o
  CC      archival/libunarchive/seek_by_read.o
  AR      archival/libunarchive/lib.a
  LD      console-tools/built-in.o
  AR      console-tools/lib.a
  LD      coreutils/built-in.o
  CC      coreutils/cat.o
  CC      coreutils/cp.o
  CC      coreutils/date.o
  CC      coreutils/echo.o
  CC      coreutils/expr.o
  CC      coreutils/ls.o
  CC      coreutils/mkdir.o
  CC      coreutils/rm.o
  CC      coreutils/sleep.o
  CC      coreutils/test.o
  CC      coreutils/test_ptr_hack.o
  CC      coreutils/touch.o
  AR      coreutils/lib.a
  LD      coreutils/libcoreutils/built-in.o
  CC      coreutils/libcoreutils/cp_mv_stat.o
  AR      coreutils/libcoreutils/lib.a
  LD      debianutils/built-in.o
  AR      debianutils/lib.a
  LD      e2fsprogs/built-in.o
  AR      e2fsprogs/lib.a
  LD      editors/built-in.o
  CC      editors/sed.o
  AR      editors/lib.a
  LD      findutils/built-in.o
  AR      findutils/lib.a
  LD      init/built-in.o
  CC      init/halt.o
  CC      init/init.o
  AR      init/lib.a
  LD      libbb/built-in.o
  CC      libbb/appletlib.o
  CC      libbb/ask_confirmation.o
  CC      libbb/bb_askpass.o
  CC      libbb/bb_basename.o
  CC      libbb/bb_do_delay.o
  CC      libbb/bb_pwd.o
  CC      libbb/bb_qsort.o
  CC      libbb/bb_strtod.o
  CC      libbb/bb_strtonum.o
  CC      libbb/change_identity.o
  CC      libbb/chomp.o
  CC      libbb/compare_string_array.o
  CC      libbb/concat_path_file.o
  CC      libbb/concat_subpath_file.o
  CC      libbb/copy_file.o
  CC      libbb/copyfd.o
  CC      libbb/correct_password.o
  CC      libbb/crc32.o
  CC      libbb/create_icmp6_socket.o
  CC      libbb/create_icmp_socket.o
  CC      libbb/crypt_make_salt.o
  CC      libbb/default_error_retval.o
  CC      libbb/device_open.o
  CC      libbb/dump.o
  CC      libbb/error_msg.o
  CC      libbb/error_msg_and_die.o
  CC      libbb/execable.o
  CC      libbb/fclose_nonstdin.o
  CC      libbb/fflush_stdout_and_exit.o
  CC      libbb/fgets_str.o
  CC      libbb/find_pid_by_name.o
  CC      libbb/find_root_device.o
  CC      libbb/full_write.o
  CC      libbb/get_console.o
  CC      libbb/get_last_path_component.o
  CC      libbb/get_line_from_file.o
  CC      libbb/getopt32.o
  CC      libbb/getpty.o
  CC      libbb/herror_msg.o
  CC      libbb/herror_msg_and_die.o
  CC      libbb/human_readable.o
  CC      libbb/inet_common.o
  CC      libbb/info_msg.o
  CC      libbb/inode_hash.o
  CC      libbb/isdirectory.o
  CC      libbb/kernel_version.o
  CC      libbb/last_char_is.o
  CC      libbb/lineedit.o
  CC      libbb/lineedit_ptr_hack.o
  CC      libbb/llist.o
  CC      libbb/login.o
  CC      libbb/make_directory.o
  CC      libbb/makedev.o
  CC      libbb/match_fstype.o
  CC      libbb/md5.o
  CC      libbb/messages.o
  CC      libbb/mode_string.o
  CC      libbb/mtab_file.o
  CC      libbb/obscure.o
  CC      libbb/parse_config.o
  CC      libbb/parse_mode.o
  CC      libbb/perror_msg.o
  CC      libbb/perror_msg_and_die.o
  CC      libbb/perror_nomsg.o
  CC      libbb/perror_nomsg_and_die.o
  CC      libbb/pidfile.o
  CC      libbb/print_flags.o
  CC      libbb/printable.o
  CC      libbb/process_escape_sequence.o
  CC      libbb/procps.o
  CC      libbb/ptr_to_globals.o
  CC      libbb/pw_encrypt.o
  CC      libbb/read.o
  CC      libbb/recursive_action.o
  CC      libbb/remove_file.o
  CC      libbb/restricted_shell.o
  CC      libbb/run_shell.o
  CC      libbb/safe_gethostname.o
  CC      libbb/safe_poll.o
  CC      libbb/safe_strncpy.o
  CC      libbb/safe_write.o
  CC      libbb/setup_environment.o
  CC      libbb/sha1.o
  CC      libbb/signals.o
  CC      libbb/simplify_path.o
  CC      libbb/skip_whitespace.o
  CC      libbb/speed_table.o
  CC      libbb/str_tolower.o
  CC      libbb/strrstr.o
  CC      libbb/time.o
  CC      libbb/trim.o
  CC      libbb/u_signal_names.o
  CC      libbb/udp_io.o
  CC      libbb/update_passwd.o
  CC      libbb/uuencode.o
  CC      libbb/vdprintf.o
  CC      libbb/verror_msg.o
  CC      libbb/vfork_daemon_rexec.o
  CC      libbb/warn_ignoring_args.o
  CC      libbb/wfopen.o
  CC      libbb/wfopen_input.o
  CC      libbb/write.o
  CC      libbb/xatonum.o
  CC      libbb/xconnect.o
  CC      libbb/xfunc_die.o
  CC      libbb/xfuncs.o
  CC      libbb/xfuncs_printf.o
  CC      libbb/xgetcwd.o
  CC      libbb/xgethostbyname.o
  CC      libbb/xreadlink.o
  CC      libbb/xrealloc_vector.o
  CC      libbb/xregcomp.o
  AR      libbb/lib.a
  LD      libpwdgrp/built-in.o
  CC      libpwdgrp/uidgid_get.o
  AR      libpwdgrp/lib.a
  LD      loginutils/built-in.o
  CC      loginutils/chpasswd.o
  CC      loginutils/login.o
  AR      loginutils/lib.a
  LD      miscutils/built-in.o
  AR      miscutils/lib.a
  LD      modutils/built-in.o
  AR      modutils/lib.a
  LD      networking/built-in.o
  CC      networking/brctl.o
  CC      networking/ifconfig.o
  CC      networking/interface.o
  CC      networking/ping.o
  CC      networking/route.o
  CC      networking/telnetd.o
  CC      networking/vconfig.o
  AR      networking/lib.a
  LD      networking/libiproute/built-in.o
  AR      networking/libiproute/lib.a
  LD      networking/udhcp/built-in.o
  CC      networking/udhcp/arpping.o
  CC      networking/udhcp/clientpacket.o
  CC      networking/udhcp/clientsocket.o
  CC      networking/udhcp/common.o
  CC      networking/udhcp/dhcpc.o
  CC      networking/udhcp/dhcpd.o
  CC      networking/udhcp/files.o
  CC      networking/udhcp/leases.o
  CC      networking/udhcp/options.o
  CC      networking/udhcp/packet.o
  CC      networking/udhcp/script.o
  CC      networking/udhcp/serverpacket.o
  CC      networking/udhcp/signalpipe.o
  CC      networking/udhcp/socket.o
  CC      networking/udhcp/static_leases.o
  AR      networking/udhcp/lib.a
  LD      printutils/built-in.o
  AR      printutils/lib.a
  LD      procps/built-in.o
  CC      procps/free.o
  CC      procps/kill.o
  CC      procps/ps.o
  CC      procps/uptime.o
  AR      procps/lib.a
  LD      runit/built-in.o
  AR      runit/lib.a
  LD      selinux/built-in.o
  AR      selinux/lib.a
  LD      shell/built-in.o
  CC      shell/ash.o
  CC      shell/ash_ptr_hack.o
  AR      shell/lib.a
  LD      sysklogd/built-in.o
  CC      sysklogd/syslogd_and_logger.o
  AR      sysklogd/lib.a
  LD      util-linux/built-in.o
  CC      util-linux/mount.o
  AR      util-linux/lib.a
  LD      util-linux/volume_id/built-in.o
  AR      util-linux/volume_id/lib.a
  LINK    busybox_unstripped
Trying libraries: crypt m
 Library crypt is needed
 Library m is not needed
 Library crypt is needed
Final link with: crypt
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/busybox'
[ ! -d "goahead" ] || ( touch goahead/.sgbuilt_user && make -j1 -C goahead ) || exit $?
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/goahead'
for i in src cgi-src  ; do make -C $i all || exit ; done
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/goahead/src'
rm -f internet.o
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o asp.o asp.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o balloc.o balloc.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o base64.o base64.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o cgi.o cgi.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o default.o default.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o ejlex.o ejlex.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o ejparse.o ejparse.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o form.o form.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o h.o h.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o handler.o handler.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o mime.o mime.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o misc.o misc.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o page.o page.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o ringq.o ringq.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o rom.o rom.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o sock.o sock.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o sockGen.o sockGen.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o security.o security.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o sym.o sym.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o uemf.o uemf.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o url.o url.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o value.o value.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o md5c.o md5c.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o um.o um.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o umui.o umui.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o websda.o websda.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o emfdb.o emfdb.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o webrom.o webrom.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o webs.o webs.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o websuemf.o websuemf.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o internet.o internet.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o utils.o utils.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o wireless.o wireless.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o firewall.o firewall.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o management.o management.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o wps.o wps.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DWEBS -DUEMF -DOS="LINUX" -DLINUX -DUSER_MANAGEMENT_SUPPORT    -Wall -fno-strict-aliasing -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/flash    -c -o goahead.o goahead.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -o goahead asp.o balloc.o base64.o cgi.o default.o ejlex.o ejparse.o form.o h.o handler.o mime.o misc.o page.o ringq.o rom.o sock.o sockGen.o  security.o sym.o uemf.o url.o value.o md5c.o um.o umui.o websda.o emfdb.o webrom.o webs.o websuemf.o internet.o utils.o wireless.o firewall.o management.o wps.o goahead.o -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib    -lc -lgcc  -lnvram
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-strip --remove-section=.note --remove-section=.comment goahead
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/goahead/src'
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/goahead/cgi-src'
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DUPLOAD_FIRMWARE_SUPPORT -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x -c upload.cgi.c -o upload.cgi.o
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DUSE_HOSTCC -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/zlib -c crc32.c -o crc32.o
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  crc32.o upload.cgi.o -o upload.cgi
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-strip --remove-section=.note --remove-section=.comment upload.cgi
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DUPLOAD_BOOTLOADER_SUPPORT -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x -c upload.cgi.c -o upload_bootloader.cgi.o
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  upload_bootloader.cgi.o -o upload_bootloader.cgi
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-strip --remove-section=.note --remove-section=.comment upload_bootloader.cgi
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -c upload_settings.cgi.c -o upload_settings.cgi.o
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  upload_settings.cgi.o -o upload_settings.cgi
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-strip --remove-section=.note --remove-section=.comment upload_settings.cgi
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/goahead/cgi-src'
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/goahead'
[ ! -d "iptables" ] || ( touch iptables/.sgbuilt_user && make -j1 -C iptables ) || exit $?
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/iptables'
Extensions found: IPv4:CLUSTERIP IPv4:dccp IPv4:iprange IPv4:recent IPv4:string IPv6:ah IPv6:frag IPv6:ipv6header IPv6:REJECT IPv6:rt
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wall -Wunused -Iinclude/ -DIPTABLES_VERSION=\"1.3.5\" -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DNO_SHARED_LIBS=1 -DIPT_LIB_DIR=\"/usr/local/lib/iptables\" -c -o iptables.o iptables.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wall -Wunused -Iinclude/ -DIPTABLES_VERSION=\"1.3.5\" -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DNO_SHARED_LIBS=1 -D_INIT=ipt_tcp_init -c -o extensions/libipt_tcp.o extensions/libipt_tcp.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wall -Wunused -Iinclude/ -DIPTABLES_VERSION=\"1.3.5\" -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DNO_SHARED_LIBS=1 -D_INIT=ipt_udp_init -c -o extensions/libipt_udp.o extensions/libipt_udp.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wall -Wunused -Iinclude/ -DIPTABLES_VERSION=\"1.3.5\" -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DNO_SHARED_LIBS=1 -D_INIT=ipt_icmp_init -c -o extensions/libipt_icmp.o extensions/libipt_icmp.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wall -Wunused -Iinclude/ -DIPTABLES_VERSION=\"1.3.5\" -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DNO_SHARED_LIBS=1 -D_INIT=ipt_standard_init -c -o extensions/libipt_standard.o extensions/libipt_standard.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wall -Wunused -Iinclude/ -DIPTABLES_VERSION=\"1.3.5\" -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DNO_SHARED_LIBS=1 -D_INIT=ipt_tcpmss_init -c -o extensions/libipt_tcpmss.o extensions/libipt_tcpmss.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wall -Wunused -Iinclude/ -DIPTABLES_VERSION=\"1.3.5\" -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DNO_SHARED_LIBS=1 -D_INIT=ipt_MASQUERADE_init -c -o extensions/libipt_MASQUERADE.o extensions/libipt_MASQUERADE.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wall -Wunused -Iinclude/ -DIPTABLES_VERSION=\"1.3.5\" -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DNO_SHARED_LIBS=1 -D_INIT=ipt_REDIRECT_init -c -o extensions/libipt_REDIRECT.o extensions/libipt_REDIRECT.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wall -Wunused -Iinclude/ -DIPTABLES_VERSION=\"1.3.5\" -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DNO_SHARED_LIBS=1 -D_INIT=ipt_TCPMSS_init -c -o extensions/libipt_TCPMSS.o extensions/libipt_TCPMSS.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wall -Wunused -Iinclude/ -DIPTABLES_VERSION=\"1.3.5\" -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DNO_SHARED_LIBS=1 -D_INIT=ipt_SNAT_init -c -o extensions/libipt_SNAT.o extensions/libipt_SNAT.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wall -Wunused -Iinclude/ -DIPTABLES_VERSION=\"1.3.5\" -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DNO_SHARED_LIBS=1 -D_INIT=ipt_DNAT_init -c -o extensions/libipt_DNAT.o extensions/libipt_DNAT.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wall -Wunused -Iinclude/ -DIPTABLES_VERSION=\"1.3.5\" -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DNO_SHARED_LIBS=1 -D_INIT=ipt_authd_init -c -o extensions/libipt_authd.o extensions/libipt_authd.c
echo "" > extensions/initext.c
for i in ipt_tcp ipt_udp ipt_icmp ipt_standard ipt_tcpmss ipt_MASQUERADE ipt_REDIRECT ipt_TCPMSS ipt_SNAT ipt_DNAT ipt_authd; do \
		echo "extern void ${i}_init(void);" >> extensions/initext.c; \
	done
echo "void init_extensions(void) {" >> extensions/initext.c
for i in ipt_tcp ipt_udp ipt_icmp ipt_standard ipt_tcpmss ipt_MASQUERADE ipt_REDIRECT ipt_TCPMSS ipt_SNAT ipt_DNAT ipt_authd; do \
		echo "	${i}_init();" >> extensions/initext.c; \
	done
echo "}" >> extensions/initext.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wall -Wunused -Iinclude/ -DIPTABLES_VERSION=\"1.3.5\" -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DNO_SHARED_LIBS=1   -c -o extensions/initext.o extensions/initext.c
rm -f extensions/libext.a
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ar cr extensions/libext.a extensions/libipt_tcp.o extensions/libipt_udp.o extensions/libipt_icmp.o extensions/libipt_standard.o extensions/libipt_tcpmss.o extensions/libipt_MASQUERADE.o extensions/libipt_REDIRECT.o extensions/libipt_TCPMSS.o extensions/libipt_SNAT.o extensions/libipt_DNAT.o extensions/libipt_authd.o extensions/initext.o
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ranlib extensions/libext.a
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wall -Wunused -Iinclude/ -DIPTABLES_VERSION=\"1.3.5\" -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DNO_SHARED_LIBS=1   -c -o libiptc/libip4tc.o libiptc/libip4tc.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ar rv libiptc/libiptc.a libiptc/libip4tc.o
a - libiptc/libip4tc.o
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wall -Wunused -Iinclude/ -DIPTABLES_VERSION=\"1.3.5\" -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DNO_SHARED_LIBS=1 -DIPT_LIB_DIR=\"/usr/local/lib/iptables\" -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -o iptables iptables-standalone.c iptables.o extensions/libext.a libiptc/libiptc.a -lc -lgcc 
sed -e '/@MATCH@/ r extensions/libipt_matches.man' -e '/@TARGET@/ r extensions/libipt_targets.man' iptables.8.in >iptables.8
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wall -Wunused -Iinclude/ -DIPTABLES_VERSION=\"1.3.5\" -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DNO_SHARED_LIBS=1 -DIPT_LIB_DIR=\"/usr/local/lib/iptables\" -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -o iptables-save iptables-save.c iptables.o extensions/libext.a libiptc/libiptc.a -lc -lgcc 
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wall -Wunused -Iinclude/ -DIPTABLES_VERSION=\"1.3.5\" -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DNO_SHARED_LIBS=1 -DIPT_LIB_DIR=\"/usr/local/lib/iptables\" -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -o iptables-restore iptables-restore.c iptables.o extensions/libext.a libiptc/libiptc.a -lc -lgcc 
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wall -Wunused -Iinclude/ -DIPTABLES_VERSION=\"1.3.5\" -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -DNO_SHARED_LIBS=1   -c -o libipq/libipq.o libipq/libipq.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ar rv libipq/libipq.a libipq/libipq.o
a - libipq/libipq.o
rm libiptc/libip4tc.o libipq/libipq.o
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/iptables'
[ ! -d "linux-igd" ] || ( touch linux-igd/.sgbuilt_user && make -j1 -C linux-igd ) || exit $?
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/linux-igd'
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -Wall -g -O2 -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/net/raeth  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/threadutil/inc -c main.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -Wall -g -O2 -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/net/raeth  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/threadutil/inc -c gatedevice.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -Wall -g -O2 -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/net/raeth  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/threadutil/inc -c pmlist.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -Wall -g -O2 -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/net/raeth  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/threadutil/inc -c util.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -Wall -g -O2 -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/net/raeth  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/threadutil/inc -c config.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -Wall -g -O2 -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/net/raeth  main.o gatedevice.o pmlist.o util.o config.o -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -lpthread -lupnp -lixml -lthreadutil -o upnpd
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-strip -s upnpd
make upnpd finished on Tue Apr 21 12:03:49 CST 2009
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/linux-igd'
[ ! -d "lldt" ] || ( touch lldt/.sgbuilt_user && make -j1 -C lldt ) || exit $?
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/lldt'
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O3 -pipe -mips32 -mtune=mips32 -Wall -Wno-unused -s -fpack-struct -Wpadded  -D__LITTLE_ENDIAN   -c -o osl-linux.o src/osl-linux.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O3 -pipe -mips32 -mtune=mips32 -Wall -Wno-unused -s -fpack-struct -Wpadded  -D__LITTLE_ENDIAN   -c -o main.o src/main.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O3 -pipe -mips32 -mtune=mips32 -Wall -Wno-unused -s -fpack-struct -Wpadded  -D__LITTLE_ENDIAN   -c -o event.o src/event.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O3 -pipe -mips32 -mtune=mips32 -Wall -Wno-unused -s -fpack-struct -Wpadded  -D__LITTLE_ENDIAN   -c -o util.o src/util.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O3 -pipe -mips32 -mtune=mips32 -Wall -Wno-unused -s -fpack-struct -Wpadded  -D__LITTLE_ENDIAN   -c -o packetio.o src/packetio.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O3 -pipe -mips32 -mtune=mips32 -Wall -Wno-unused -s -fpack-struct -Wpadded  -D__LITTLE_ENDIAN   -c -o band.o src/band.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O3 -pipe -mips32 -mtune=mips32 -Wall -Wno-unused -s -fpack-struct -Wpadded  -D__LITTLE_ENDIAN   -c -o state.o src/state.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O3 -pipe -mips32 -mtune=mips32 -Wall -Wno-unused -s -fpack-struct -Wpadded  -D__LITTLE_ENDIAN   -c -o sessionmgr.o src/sessionmgr.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O3 -pipe -mips32 -mtune=mips32 -Wall -Wno-unused -s -fpack-struct -Wpadded  -D__LITTLE_ENDIAN   -c -o enumeration.o src/enumeration.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O3 -pipe -mips32 -mtune=mips32 -Wall -Wno-unused -s -fpack-struct -Wpadded  -D__LITTLE_ENDIAN   -c -o mapping.o src/mapping.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O3 -pipe -mips32 -mtune=mips32 -Wall -Wno-unused -s -fpack-struct -Wpadded  -D__LITTLE_ENDIAN   -c -o seeslist.o src/seeslist.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O3 -pipe -mips32 -mtune=mips32 -Wall -Wno-unused -s -fpack-struct -Wpadded  -D__LITTLE_ENDIAN   -c -o tlv.o src/tlv.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O3 -pipe -mips32 -mtune=mips32 -Wall -Wno-unused -s -fpack-struct -Wpadded  -D__LITTLE_ENDIAN   -c -o qospktio.o src/qospktio.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -o lld2d osl-linux.o main.o event.o util.o packetio.o band.o state.o sessionmgr.o enumeration.o mapping.o seeslist.o tlv.o qospktio.o
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O3 -pipe -mips32 -mtune=mips32 -Wall -Wno-unused -s -fpack-struct -Wpadded  -D__LITTLE_ENDIAN   -c -o ctmain.o src/ctmain.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O3 -pipe -mips32 -mtune=mips32 -Wall -Wno-unused -s -fpack-struct -Wpadded  -D__LITTLE_ENDIAN   -c -o ctpacketio.o src/ctpacketio.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O3 -pipe -mips32 -mtune=mips32 -Wall -Wno-unused -s -fpack-struct -Wpadded  -D__LITTLE_ENDIAN   -c -o ctstate.o src/ctstate.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -o lld2test osl-linux.o ctmain.o event.o util.o ctpacketio.o ctstate.o
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/lldt'
[ ! -d "mtd_write" ] || ( touch mtd_write/.sgbuilt_user && make -j1 -C mtd_write ) || exit $?
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/mtd_write'
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x   -c -o mtd.o mtd.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -o mtd_write mtd.o -lc -lgcc 
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/mtd_write'
[ ! -d "ntpclient" ] || ( touch ntpclient/.sgbuilt_user && make -j1 -C ntpclient ) || exit $?
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/ntpclient'
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -D__USE_BSD   -c -o ntpclient.o ntpclient.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -D__USE_BSD   -c -o phaselock.o phaselock.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -o ntpclient ntpclient.o phaselock.o -lc -lgcc 
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -D__USE_BSD   -c -o adjtimex.o adjtimex.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -o adjtimex adjtimex.o -lc -lgcc 
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/ntpclient'
[ ! -d "ppp-2.4.1/pppoecd" ] || ( touch ppp-2.4.1/pppoecd/.sgbuilt_user && make -j1 -C ppp-2.4.1/pppoecd ) || exit $?
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/ppp-2.4.1/pppoecd'
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o magic.o ../pppd/magic.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o fsm.o ../pppd/fsm.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o lcp.o ../pppd/lcp.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o ipcp.o ../pppd/ipcp.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o upap.o ../pppd/upap.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o pppoehash.o ../pppd/plugins/pppoe/pppoehash.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o pppoe_client.o ../pppd/plugins/pppoe/pppoe_client.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o libpppoe.o ../pppd/plugins/pppoe/libpppoe.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o main.o main.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o auth.o auth.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o options.o options.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o demand.o ../pppd/demand.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o utils.o utils.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o sys-linux.o sys-linux.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o pppoe.o pppoe.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o md5.o ../pppd/md5.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o chap.o ../pppd/chap.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o md4.o ../pppd/md4.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o chap_ms.o ../pppd/chap_ms.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o sha1dgst.o ../pppd/sha1dgst.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o mppe.o ../pppd/mppe.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -D_linux_=1 -DHAVE_PATHS_H -DHAVE_MMAP -I. -I../pppd -O2 -pipe -Wall  -I ../include -DCHAP_SUPPORT=1 -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1   -c -o extra_crypto.o ../pppd/extra_crypto.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ld -r -o .pppoecd magic.o fsm.o lcp.o ipcp.o upap.o pppoehash.o pppoe_client.o libpppoe.o main.o auth.o options.o demand.o utils.o sys-linux.o pppoe.o md5.o chap.o md4.o chap_ms.o sha1dgst.o mppe.o extra_crypto.o -lcrypt
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -o pppoecd .pppoecd
rm -f .pppoecd
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/ppp-2.4.1/pppoecd'
[ ! -d "rt2880_app" ] || ( touch rt2880_app/.sgbuilt_user && make -j1 -C rt2880_app ) || exit $?
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app'
for i in reg ated mii_mgr nvram gpio scripts switch ; do make -C $i all || exit ; done
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/reg'
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/net/rt_rdm -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include   -c -o reg.o reg.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -o reg reg.o
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/reg'
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/ated'
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram  -Dlinux  -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -lnvram -o ated ated.c -lc -lgcc 
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/ated'
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/mii_mgr'
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/net/raeth   -c -o mii_mgr.o mii_mgr.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -o mii_mgr mii_mgr.o
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/mii_mgr'
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/nvram'
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char   -c -o nvram_daemon.o nvram_daemon.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -lnvram -o nvram_daemon nvram_daemon.o -lc -lgcc 
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char   -c -o ralink_init.o ralink_init.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libnvram -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -lnvram -o ralink_init ralink_init.o -lc -lgcc 
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/nvram'
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/gpio'
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/char -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -o gpio gpio.c -lc -lgcc 
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/gpio'
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/scripts'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/scripts'
make[4]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/switch'
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/drivers/net/raeth -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -o switch switch.c -lc -lgcc 
make[4]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/switch'
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app'
[ ! -d "wireless_tools" ] || ( touch wireless_tools/.sgbuilt_user && make -j1 -C wireless_tools ) || exit $?
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/wireless_tools'
cp wireless.21.h wireless.h
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Os -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wpointer-arith -Wcast-qual -Winline -I. -MMD   -DWE_NOLIBM=y  -fPIC -c -o iwlib.so iwlib.c
rm -f libiw.a
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ar cru libiw.a iwlib.so
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ranlib libiw.a
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -shared -o libiw.so.29 -Wl,-soname,libiw.so.29 -Wl,-s  -lc iwlib.so
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Os -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wpointer-arith -Wcast-qual -Winline -I. -MMD   -DWE_NOLIBM=y  -c iwconfig.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,-s -Os -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wpointer-arith -Wcast-qual -Winline -I. -MMD   -DWE_NOLIBM=y  -o iwconfig iwconfig.o libiw.so.29 
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Os -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wpointer-arith -Wcast-qual -Winline -I. -MMD   -DWE_NOLIBM=y  -c iwlist.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,-s -Os -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wpointer-arith -Wcast-qual -Winline -I. -MMD   -DWE_NOLIBM=y  -o iwlist iwlist.o libiw.so.29 
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Os -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wpointer-arith -Wcast-qual -Winline -I. -MMD   -DWE_NOLIBM=y  -c iwpriv.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,-s -Os -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wpointer-arith -Wcast-qual -Winline -I. -MMD   -DWE_NOLIBM=y  -o iwpriv iwpriv.o libiw.so.29 
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Os -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wpointer-arith -Wcast-qual -Winline -I. -MMD   -DWE_NOLIBM=y  -c iwspy.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,-s -Os -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wpointer-arith -Wcast-qual -Winline -I. -MMD   -DWE_NOLIBM=y  -o iwspy iwspy.o libiw.so.29 
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Os -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wpointer-arith -Wcast-qual -Winline -I. -MMD   -DWE_NOLIBM=y  -c iwgetid.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,-s -Os -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wpointer-arith -Wcast-qual -Winline -I. -MMD   -DWE_NOLIBM=y  -o iwgetid iwgetid.o libiw.so.29 
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Os -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wpointer-arith -Wcast-qual -Winline -I. -MMD   -DWE_NOLIBM=y  -c iwevent.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,-s -Os -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wpointer-arith -Wcast-qual -Winline -I. -MMD   -DWE_NOLIBM=y  -o iwevent iwevent.o libiw.so.29 
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Os -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wpointer-arith -Wcast-qual -Winline -I. -MMD   -DWE_NOLIBM=y  -c ifrename.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc  -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,--fatal-warnings -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -Wl,-s -Os -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wpointer-arith -Wcast-qual -Winline -I. -MMD   -DWE_NOLIBM=y  -o ifrename ifrename.o libiw.so.29 
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/wireless_tools'
[ ! -d "wsc_upnp" ] || ( touch wsc_upnp/.sgbuilt_user && make -j1 -C wsc_upnp ) || exit $?
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/wsc_upnp'
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O2 -Wall -D_REENTRANT -I. -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/src/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/src/inc  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/threadutil/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include/ -DMULTIPLE_CARD_SUPPORT -c wsc_main.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O2 -Wall -D_REENTRANT -I. -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/src/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/src/inc  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/threadutil/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include/ -DMULTIPLE_CARD_SUPPORT -c wsc_common.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O2 -Wall -D_REENTRANT -I. -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/src/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/src/inc  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/threadutil/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include/ -DMULTIPLE_CARD_SUPPORT -c wsc_ioctl.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O2 -Wall -D_REENTRANT -I. -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/src/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/src/inc  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/threadutil/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include/ -DMULTIPLE_CARD_SUPPORT -c wsc_netlink.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O2 -Wall -D_REENTRANT -I. -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/src/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/src/inc  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/threadutil/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include/ -DMULTIPLE_CARD_SUPPORT -c wsc_upnp_device.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O2 -Wall -D_REENTRANT -I. -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/src/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/src/inc  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/threadutil/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include/ -DMULTIPLE_CARD_SUPPORT -c wsc_upnp_cp.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O2 -Wall -D_REENTRANT -I. -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/src/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/src/inc  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/threadutil/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include/ -DMULTIPLE_CARD_SUPPORT -c sample_util.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O2 -Wall -D_REENTRANT -I. -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/src/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/src/inc  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/threadutil/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include/ -DMULTIPLE_CARD_SUPPORT -c wsc_msg.c
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -O2 -fomit-frame-pointer -pipe  -Dlinux -D__linux__ -Dunix -DEMBED -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/include -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source  -O2 -Wall -D_REENTRANT -I. -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/upnp/src/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/ixml/src/inc  -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/libupnp/threadutil/inc -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/include/ -DMULTIPLE_CARD_SUPPORT -o wscd wsc_main.o wsc_common.o wsc_ioctl.o wsc_netlink.o wsc_upnp_device.o wsc_upnp_cp.o sample_util.o wsc_msg.o  -L/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/lib -lupnp -lixml -lthreadutil -lpthread
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-strip -s wscd
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/wsc_upnp'
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user'
make[1]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user'
. linux-2.6.21.x/.config; if [ "$CONFIG_MODULES" = "y" ]; then \
		[ -d linux-2.6.21.x/modules ] || mkdir linux-2.6.21.x/modules; \
		make  ARCH=mips CROSS_COMPILE=/opt/timesys/toolchains/mipsisa32r2el-linux/bin/mipsel-linux- -C linux-2.6.21.x modules; \
	fi
for dir in vendors /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors include uClibc++ user lib ; do [ ! -d $dir ] || make ARCH=mips CROSS_COMPILE="/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc- -C $dir romfs || exit 1 ; done
make[1]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors'
make -C /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/. dir_v=/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/. -f /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/vendors-common.mak romfs
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052'
[ -d /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/$i ] || mkdir -p /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs
for i in tmp bin dev dev/pts home etc etc_ro etc_ro/web etc_ro/ppp etc_ro/ppp/peers etc_ro/ppp/plugins etc_ro/ppp/3g etc_ro/wlan etc_ro/Wireless etc_ro/xml etc_ro/usb etc_ro/linuxigd etc_ro/Wireless/RT2860AP etc_ro/Wireless/RT61AP etc_ro/Wireless/iNIC lib lib/modules lib/ipsec mnt proc sbin sys media usr usr/bin usr/sbin usr/codepages var ; do \
		[ -d /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/$i ] || mkdir -p /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/$i; \
	done
#generate device node
./makedevlinks /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs
romfs-inst.sh /etc_ro/rcS
romfs-inst.sh /etc_ro/inittab
romfs-inst.sh /etc_ro/motd
romfs-inst.sh /etc/fstab
romfs-inst.sh -e CONFIG_RALINK_RT3052_2T2R /etc_ro/wlan/RT3052_AP_2T2R_V1_1.bin
romfs-inst.sh -e CONFIG_RALINK_RT3051_1T2R /etc_ro/wlan/RT3051_AP_1T2R_V1_0.bin
romfs-inst.sh -e CONFIG_RALINK_RT3050_1T1R /etc_ro/wlan/RT3050_AP_1T1R_V1_0.bin
romfs-inst.sh /etc_ro/Wireless/RT2860AP/RT2860_default_novlan
romfs-inst.sh /etc_ro/Wireless/RT2860AP/RT2860_default_vlan
make -C firmware/rt2880
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/firmware/rt2880'
romfs-inst.sh -e CONFIG_RT2880v2_INIC_AP /etc_ro/Wireless/iNIC/iNIC_ap.bin
romfs-inst.sh -e CONFIG_RT2880v2_INIC_STA /etc_ro/Wireless/iNIC/iNIC_sta.bin
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/firmware/rt2880'
make -C firmware/rt305x/mii
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/firmware/rt305x/mii'
romfs-inst.sh -e CONFIG_INIC_MII -e CONFIG_RT305x_INIC_AP /etc_ro/Wireless/iNIC/iNIC_ap.bin
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/firmware/rt305x/mii'
make -C firmware/rt305x/usb
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/firmware/rt305x/usb'
romfs-inst.sh -e CONFIG_INIC_USB -e CONFIG_RT305x_INIC_AP /etc_ro/Wireless/iNIC/iNIC_ap.bin
romfs-inst.sh -e CONFIG_INIC_USB -e CONFIG_RT305x_INIC_STA /etc_ro/Wireless/iNIC/iNIC_sta.bin
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/firmware/rt305x/usb'
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052'
make[1]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors'
make[1]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors'
make -C /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/. dir_v=/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/. -f /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/vendors-common.mak romfs
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052'
[ -d /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/$i ] || mkdir -p /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs
for i in tmp bin dev dev/pts home etc etc_ro etc_ro/web etc_ro/ppp etc_ro/ppp/peers etc_ro/ppp/plugins etc_ro/ppp/3g etc_ro/wlan etc_ro/Wireless etc_ro/xml etc_ro/usb etc_ro/linuxigd etc_ro/Wireless/RT2860AP etc_ro/Wireless/RT61AP etc_ro/Wireless/iNIC lib lib/modules lib/ipsec mnt proc sbin sys media usr usr/bin usr/sbin usr/codepages var ; do \
		[ -d /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/$i ] || mkdir -p /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/$i; \
	done
#generate device node
./makedevlinks /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs
romfs-inst.sh /etc_ro/rcS
romfs-inst.sh /etc_ro/inittab
romfs-inst.sh /etc_ro/motd
romfs-inst.sh /etc/fstab
romfs-inst.sh -e CONFIG_RALINK_RT3052_2T2R /etc_ro/wlan/RT3052_AP_2T2R_V1_1.bin
romfs-inst.sh -e CONFIG_RALINK_RT3051_1T2R /etc_ro/wlan/RT3051_AP_1T2R_V1_0.bin
romfs-inst.sh -e CONFIG_RALINK_RT3050_1T1R /etc_ro/wlan/RT3050_AP_1T1R_V1_0.bin
romfs-inst.sh /etc_ro/Wireless/RT2860AP/RT2860_default_novlan
romfs-inst.sh /etc_ro/Wireless/RT2860AP/RT2860_default_vlan
make -C firmware/rt2880
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/firmware/rt2880'
romfs-inst.sh -e CONFIG_RT2880v2_INIC_AP /etc_ro/Wireless/iNIC/iNIC_ap.bin
romfs-inst.sh -e CONFIG_RT2880v2_INIC_STA /etc_ro/Wireless/iNIC/iNIC_sta.bin
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/firmware/rt2880'
make -C firmware/rt305x/mii
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/firmware/rt305x/mii'
romfs-inst.sh -e CONFIG_INIC_MII -e CONFIG_RT305x_INIC_AP /etc_ro/Wireless/iNIC/iNIC_ap.bin
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/firmware/rt305x/mii'
make -C firmware/rt305x/usb
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/firmware/rt305x/usb'
romfs-inst.sh -e CONFIG_INIC_USB -e CONFIG_RT305x_INIC_AP /etc_ro/Wireless/iNIC/iNIC_ap.bin
romfs-inst.sh -e CONFIG_INIC_USB -e CONFIG_RT305x_INIC_STA /etc_ro/Wireless/iNIC/iNIC_sta.bin
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/firmware/rt305x/usb'
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052'
make[1]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors'
make[1]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/uClibc++'
make[1]: Nothing to be done for `romfs'.
make[1]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/uClibc++'
make[1]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user'
for i in 802.1x busybox goahead iptables linux-igd lldt mtd_write ntpclient ppp-2.4.1/pppoecd rt2880_app wireless_tools wsc_upnp /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/prop ; do \
		[ ! -d $i ] || make -C $i romfs || exit $? ; \
	done
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/802.1x'
romfs-inst.sh rt2860apd /bin/rt2860apd
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/802.1x'
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/busybox'
  LINK    busybox_unstripped
Trying libraries: crypt m
 Library crypt is needed
 Library m is not needed
 Library crypt is needed
Final link with: crypt
  ../../romfs/bin/ash -> busybox
  ../../romfs/bin/cat -> busybox
  ../../romfs/bin/cp -> busybox
  ../../romfs/bin/date -> busybox
  ../../romfs/bin/echo -> busybox
  ../../romfs/bin/kill -> busybox
  ../../romfs/bin/login -> busybox
  ../../romfs/bin/ls -> busybox
  ../../romfs/bin/mkdir -> busybox
  ../../romfs/bin/mount -> busybox
  ../../romfs/bin/ping -> busybox
  ../../romfs/bin/ps -> busybox
  ../../romfs/bin/rm -> busybox
  ../../romfs/bin/sed -> busybox
  ../../romfs/bin/sh -> busybox
  ../../romfs/bin/sleep -> busybox
  ../../romfs/bin/touch -> busybox
  ../../romfs/init -> bin/busybox
  ../../romfs/sbin/halt -> ../bin/busybox
  ../../romfs/sbin/ifconfig -> ../bin/busybox
  ../../romfs/sbin/init -> ../bin/busybox
  ../../romfs/sbin/poweroff -> ../bin/busybox
  ../../romfs/sbin/reboot -> ../bin/busybox
  ../../romfs/sbin/route -> ../bin/busybox
  ../../romfs/sbin/syslogd -> ../bin/busybox
  ../../romfs/sbin/udhcpc -> ../bin/busybox
  ../../romfs/sbin/vconfig -> ../bin/busybox
  ../../romfs/usr/bin/[ -> ../../bin/busybox
  ../../romfs/usr/bin/[[ -> ../../bin/busybox
  ../../romfs/usr/bin/expr -> ../../bin/busybox
  ../../romfs/usr/bin/free -> ../../bin/busybox
  ../../romfs/usr/bin/killall -> ../../bin/busybox
  ../../romfs/usr/bin/test -> ../../bin/busybox
  ../../romfs/usr/bin/uptime -> ../../bin/busybox
  ../../romfs/usr/sbin/brctl -> ../../bin/busybox
  ../../romfs/usr/sbin/chpasswd -> ../../bin/busybox
  ../../romfs/usr/sbin/telnetd -> ../../bin/busybox
  ../../romfs/usr/sbin/udhcpd -> ../../bin/busybox


--------------------------------------------------
You will probably need to make your busybox binary
setuid root to ensure all configured applets will
work properly.
--------------------------------------------------

make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/busybox'
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/goahead'
romfs-inst.sh /etc_ro/web
mv /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/etc_ro/web/internet/wan_simple.asp /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/etc_ro/web/internet/wan.asp
rm /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/etc_ro/web/wireless/mesh.asp
rm /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/etc_ro/web/wireless/wds.asp
rm -rf /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/etc_ro/web/station
rm -rf /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/etc_ro/web/wps/wps_sta.asp
rm -rf /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/etc_ro/web/usb
rm -rf /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/etc_ro/web/media
rm -rf /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/etc_ro/web/lang/zhtw
rm -rf /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/etc_ro/web/lang/zhcn
for i in src cgi-src  ; do make -C $i romfs ; done
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/goahead/src'
romfs-inst.sh /bin/goahead
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/goahead/src'
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/goahead/cgi-src'
romfs-inst.sh /etc_ro/web/cgi-bin/upload.cgi 
romfs-inst.sh /etc_ro/web/cgi-bin/upload_bootloader.cgi
romfs-inst.sh reboot.sh /etc_ro/web/cgi-bin/reboot.sh
romfs-inst.sh ExportSettings.sh /etc_ro/web/cgi-bin/ExportSettings.sh
romfs-inst.sh upload_settings.cgi  /etc_ro/web/cgi-bin/upload_settings.cgi	
romfs-inst.sh history.sh  /etc_ro/web/cgi-bin/history.sh	
romfs-inst.sh /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/History  /etc_ro/web/cgi-bin/History
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/goahead/cgi-src'
rm /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/etc_ro/web/adm/syslog.asp
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/goahead'
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/iptables'
romfs-inst.sh /bin/iptables
romfs-inst.sh -d /etc_ro/l7-protocols
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/iptables'
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/linux-igd'
romfs-inst.sh /bin/upnpd
romfs-inst.sh /bin/upnp_xml.sh
romfs-inst.sh etc/upnpd.conf /etc_ro/linuxigd/upnpd.conf
romfs-inst.sh etc/ligd.gif /etc_ro/linuxigd/ligd.gif
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/linux-igd'
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/lldt'
romfs-inst.sh /bin/lld2d
romfs-inst.sh /etc_ro/lld2d.conf
romfs-inst.sh /etc_ro/icon.ico
romfs-inst.sh /etc_ro/icon.large.ico
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/lldt'
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/mtd_write'
romfs-inst.sh /bin/mtd_write
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/mtd_write'
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/ntpclient'
romfs-inst.sh -e CONFIG_USER_NTPCLIENT_NTPCLIENT /bin/ntpclient
romfs-inst.sh -e CONFIG_USER_NTPCLIENT_ADJTIMEX /bin/adjtimex
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/ntpclient'
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/ppp-2.4.1/pppoecd'
romfs-inst.sh /bin/pppoecd
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/ppp-2.4.1/pppoecd'
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app'
for i in reg ated mii_mgr nvram gpio scripts switch ; do make -C $i romfs || exit ; done
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/reg'
romfs-inst.sh /bin/reg
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/reg'
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/ated'
romfs-inst.sh /bin/ated
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/ated'
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/mii_mgr'
romfs-inst.sh /bin/mii_mgr
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/mii_mgr'
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/nvram'
for i in nvram_daemon ralink_init ; do romfs-inst.sh /bin/$i ; done
ln -sf ralink_init nvram_get
ln -sf ralink_init nvram_set
mv -f nvram_get /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/bin
mv -f nvram_set /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/bin
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/nvram'
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/gpio'
romfs-inst.sh /bin/gpio
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/gpio'
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/scripts'
sed -e '/^#/d' /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/.config > .config
chmod 755 .config
romfs-inst.sh .config /sbin/config.sh
for i in 3g.sh automount.sh chpasswd.sh config-3g-ppp.sh config-dns.sh config-igmpproxy.sh config-l2tp.sh config-pppoe.sh config-pptp.sh config-udhcpd.sh config-vlan.sh ddns.sh firewall.sh global.sh greenap.sh internet.sh lan.sh nat.sh ntp.sh storage.sh udhcpc.sh vpn-passthru.sh wan.sh wifi_unload.sh ; do \
		romfs-inst.sh $i /sbin/$i ; \
	done
rm /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/sbin/storage.sh
rm /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/sbin/automount.sh
rm /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/sbin/3g.sh
rm /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/sbin/config-3g-ppp.sh
rm /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/sbin/greenap.sh
rm /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/sbin/ddns.sh
rm /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/sbin/config-pppoe.sh
rm /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/sbin/config-l2tp.sh
rm /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/sbin/config-pptp.sh
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/scripts'
make[3]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/switch'
romfs-inst.sh /bin/switch
make[3]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app/switch'
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/rt2880_app'
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/wireless_tools'
romfs-inst.sh -e CONFIG_USER_WIRELESS_TOOLS_IWCONFIG /bin/iwconfig
romfs-inst.sh -e CONFIG_USER_WIRELESS_TOOLS_IWLIST   /bin/iwlist
romfs-inst.sh -e CONFIG_USER_WIRELESS_TOOLS_IWPRIV   /bin/iwpriv
romfs-inst.sh -e CONFIG_USER_WIRELESS_TOOLS_IWSPY    /bin/iwspy
romfs-inst.sh -e CONFIG_USER_WIRELESS_TOOLS_IWGETID  /bin/iwgetid
romfs-inst.sh -e CONFIG_USER_WIRELESS_TOOLS_IWEVENT  /bin/iwevent
romfs-inst.sh /lib/libiw.so.29
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/wireless_tools'
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/wsc_upnp'
romfs-inst.sh wscd /bin/wscd
romfs-inst.sh xml/WFADeviceDesc.xml /etc_ro/xml/WFADeviceDesc.xml
romfs-inst.sh xml/WFAWLANConfigSCPD.xml /etc_ro/xml/WFAWLANConfigSCPD.xml
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/wsc_upnp'
make[1]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user'
make[1]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib'
install -d /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/lib
install -m 644 lib/lib*-0.9.28.so \
		/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/lib
cp -dRf lib/*.so* /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/lib
utils/liboptim.sh "/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc- ; \
	if [ -e liboptim/libc.so.0 ]; then cp liboptim/libc.so.0 /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/lib/libuClibc-0.9.28.so; fi ; \
	if [ -e liboptim/libiw.so.29 ]; then cp liboptim/libiw.so.29 /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/lib/libiw.so.29; fi ; \
	for i in `find liboptim/ -name lib[a-zA-Z]*.so.0 | sed -e 's/liboptim\///'` ; do \
		if [ "$i" == libc.so.0 ]; then continue; fi ; \
		cp liboptim/$i /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/lib/`echo $i | sed -e 's/.so.0/-0.9.28.so/'` ; \
	done;
/usr/bin/python2.4
I: Using ld-uClibc.so.0 as dynamic linker.
I: library reduction pass 1
Objects: mtd_write ntpclient pppoecd reg ated mii_mgr nvram_daemon ralink_init gpio iptables switch iwpriv goahead wscd rt2860apd busybox upnpd lld2d
Object: /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/../romfs/bin/mtd_write
Object: /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/../romfs/bin/ntpclient
Object: /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/../romfs/bin/pppoecd
Object: /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/../romfs/bin/reg
Object: /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/../romfs/bin/ated
Object: /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/../romfs/bin/mii_mgr
Object: /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/../romfs/bin/nvram_daemon
Object: /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/../romfs/bin/ralink_init
Object: /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/../romfs/bin/gpio
Object: /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/../romfs/bin/iptables
Object: /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/../romfs/bin/switch
Object: /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/../romfs/bin/iwpriv
Object: /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/../romfs/bin/goahead
Object: /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/../romfs/bin/wscd
Object: /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/../romfs/bin/rt2860apd
Object: /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/../romfs/bin/busybox
Object: /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/../romfs/bin/upnpd
Object: /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/../romfs/bin/lld2d
340 symbols, 340 unresolved
reducing libcrypt.so.0
lib/libcrypt.so.0 	 13528L
liboptim/libcrypt.so.0-so 	 12605L
liboptim/libcrypt.so.0-so-stripped 	 11696L
reducing libiw.so.29
/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib/../user/wireless_tools/libiw.so.29 	 31968L
liboptim/libiw.so.29-so 	 33188L
liboptim/libiw.so.29-so-stripped 	 29900L
reducing libpthread.so.0
lib/libpthread.so.0 	 97212L
liboptim/libpthread.so.0-so 	 82201L
liboptim/libpthread.so.0-so-stripped 	 72712L
reducing libnvram.so.0
lib/libnvram.so.0 	 25288L
liboptim/libnvram.so.0-so 	 27139L
liboptim/libnvram.so.0-so-stripped 	 25296L
reducing libc.so.0
No pic file found for lib/libc.so.0 ; copying
Command failed with status 1 : mipsel-linux-objcopy --strip-unneeded -R .note -R .comment lib/libc.so.0 liboptim/libc.so.0-so-stripped
With output: BFD: liboptim/libc.so.0-so-stripped: Not enough room for program headers, try linking with -N
mipsel-linux-objcopy: liboptim/libc.so.0-so-stripped: Bad value
BFD: liboptim/libc.so.0-so-stripped: Not enough room for program headers, try linking with -N
mipsel-linux-objcopy: liboptim/libc.so.0-so-stripped: Bad value
make[1]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/lib'
. linux-2.6.21.x/.config; if [ "$CONFIG_MODULES" = "y" ]; then \
		[ -d /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/lib/modules ] || mkdir -p /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/lib/modules; \
		make  ARCH=mips CROSS_COMPILE=/opt/timesys/toolchains/mipsisa32r2el-linux/bin/mipsel-linux- -C linux-2.6.21.x INSTALL_MOD_PATH=/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs DEPMOD="../user/busybox/examples/depmod.pl" modules_install; \
		rm -f /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/lib/modules/*/build; \
		rm -f /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/lib/modules/*/source; \
		find /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/lib/modules -type f -name "*o" | xargs -r "/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc-strip -R .comment -R .note -g --strip-unneeded; \
	fi
make ARCH=mips CROSS_COMPILE="/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc- -C vendors romfs.post
make[1]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors'
make -C /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/. dir_v=/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/. -f /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/vendors-common.mak romfs.post
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052'
[ -d /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/images ] || mkdir -p /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/images
#Squash File System
rm -f /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/images/ramdisk  
#linux2.6.x support squashfs with lzma
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052'
make[1]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors'
find /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/romfs/. -name CVS | xargs -r rm -rf
make  ARCH=mips CROSS_COMPILE=/opt/timesys/toolchains/mipsisa32r2el-linux/bin/mipsel-linux- -j1  -C linux-2.6.21.x  || exit 1
make[1]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x'
  CHK     include/linux/version.h
  CHK     include/linux/utsrelease.h
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/docproc
  CC      arch/mips/kernel/asm-offsets.s
  GEN     include/asm-mips/asm-offsets.h
  CC      scripts/mod/empty.o
  HOSTCC  scripts/mod/mk_elfconfig
  MKELF   scripts/mod/elfconfig.h
  HOSTCC  scripts/mod/file2alias.o
  HOSTCC  scripts/mod/modpost.o
  HOSTCC  scripts/mod/sumversion.o
  HOSTLD  scripts/mod/modpost
  CC      init/main.o
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  CC      init/do_mounts.o
  CC      init/do_mounts_rd.o
  CC      init/do_mounts_initrd.o
  LD      init/mounts.o
  CC      init/initramfs.o
  CC      init/calibrate.o
  LD      init/built-in.o
  HOSTCC  usr/gen_init_cpio
  GEN     usr/initramfs_data.cpio.gz
  AS      usr/initramfs_data.o
  LD      usr/built-in.o
  AS      arch/mips/rt2880/mipsIRQ.o
  CC      arch/mips/rt2880/reset.o
  CC      arch/mips/rt2880/init.o
  CC      arch/mips/rt2880/irq.o
  CC      arch/mips/rt2880/memory.o
  CC      arch/mips/rt2880/printf.o
  CC      arch/mips/rt2880/cmdline.o
  CC      arch/mips/rt2880/setup.o
  CC      arch/mips/rt2880/time.o
  LD      arch/mips/rt2880/built-in.o
  CC      arch/mips/kernel/cpu-probe.o
  CC      arch/mips/kernel/branch.o
  AS      arch/mips/kernel/entry.o
  AS      arch/mips/kernel/genex.o
  CC      arch/mips/kernel/irq.o
  CC      arch/mips/kernel/process.o
  CC      arch/mips/kernel/ptrace.o
  CC      arch/mips/kernel/reset.o
  CC      arch/mips/kernel/semaphore.o
  CC      arch/mips/kernel/setup.o
  CC      arch/mips/kernel/signal.o
  CC      arch/mips/kernel/syscall.o
  CC      arch/mips/kernel/time.o
  CC      arch/mips/kernel/topology.o
  CC      arch/mips/kernel/traps.o
  CC      arch/mips/kernel/unaligned.o
  AS      arch/mips/kernel/r4k_fpu.o
  AS      arch/mips/kernel/r4k_switch.o
  CC      arch/mips/kernel/irq_cpu.o
  AS      arch/mips/kernel/scall32-o32.o
  CC      arch/mips/kernel/proc.o
  LD      arch/mips/kernel/built-in.o
  AS      arch/mips/kernel/head.o
  CC      arch/mips/kernel/init_task.o
  LDS     arch/mips/kernel/vmlinux.lds
  CC      arch/mips/mm/cache.o
  CC      arch/mips/mm/dma-default.o
  CC      arch/mips/mm/extable.o
  CC      arch/mips/mm/fault.o
  CC      arch/mips/mm/init.o
  CC      arch/mips/mm/pgtable.o
  CC      arch/mips/mm/tlbex.o
  AS      arch/mips/mm/tlbex-fault.o
  CC      arch/mips/mm/ioremap.o
  CC      arch/mips/mm/pgtable-32.o
  CC      arch/mips/mm/c-r4k.o
  AS      arch/mips/mm/cex-gen.o
  CC      arch/mips/mm/pg-r4k.o
  CC      arch/mips/mm/tlb-r4k.o
  LD      arch/mips/mm/built-in.o
  CC      arch/mips/math-emu/cp1emu.o
  CC      arch/mips/math-emu/ieee754m.o
  CC      arch/mips/math-emu/ieee754d.o
  CC      arch/mips/math-emu/ieee754dp.o
  CC      arch/mips/math-emu/ieee754sp.o
  CC      arch/mips/math-emu/ieee754.o
  CC      arch/mips/math-emu/ieee754xcpt.o
  CC      arch/mips/math-emu/dp_frexp.o
  CC      arch/mips/math-emu/dp_modf.o
  CC      arch/mips/math-emu/dp_div.o
  CC      arch/mips/math-emu/dp_mul.o
  CC      arch/mips/math-emu/dp_sub.o
  CC      arch/mips/math-emu/dp_add.o
  CC      arch/mips/math-emu/dp_fsp.o
  CC      arch/mips/math-emu/dp_cmp.o
  CC      arch/mips/math-emu/dp_logb.o
  CC      arch/mips/math-emu/dp_scalb.o
  CC      arch/mips/math-emu/dp_simple.o
  CC      arch/mips/math-emu/dp_tint.o
  CC      arch/mips/math-emu/dp_fint.o
  CC      arch/mips/math-emu/dp_tlong.o
  CC      arch/mips/math-emu/dp_flong.o
  CC      arch/mips/math-emu/sp_frexp.o
  CC      arch/mips/math-emu/sp_modf.o
  CC      arch/mips/math-emu/sp_div.o
  CC      arch/mips/math-emu/sp_mul.o
  CC      arch/mips/math-emu/sp_sub.o
  CC      arch/mips/math-emu/sp_add.o
  CC      arch/mips/math-emu/sp_fdp.o
  CC      arch/mips/math-emu/sp_cmp.o
  CC      arch/mips/math-emu/sp_logb.o
  CC      arch/mips/math-emu/sp_scalb.o
  CC      arch/mips/math-emu/sp_simple.o
  CC      arch/mips/math-emu/sp_tint.o
  CC      arch/mips/math-emu/sp_fint.o
  CC      arch/mips/math-emu/sp_tlong.o
  CC      arch/mips/math-emu/sp_flong.o
  CC      arch/mips/math-emu/dp_sqrt.o
  CC      arch/mips/math-emu/sp_sqrt.o
  CC      arch/mips/math-emu/kernel_linkage.o
  CC      arch/mips/math-emu/dsemul.o
  LD      arch/mips/math-emu/built-in.o
  CC      kernel/sched.o
  CC      kernel/fork.o
  CC      kernel/exec_domain.o
  CC      kernel/panic.o
  CC      kernel/printk.o
  CC      kernel/profile.o
  CC      kernel/exit.o
  CC      kernel/itimer.o
  CC      kernel/time.o
  CC      kernel/softirq.o
  CC      kernel/resource.o
  CC      kernel/sysctl.o
  CC      kernel/capability.o
  CC      kernel/ptrace.o
  CC      kernel/timer.o
  CC      kernel/user.o
  CC      kernel/signal.o
  CC      kernel/sys.o
  CC      kernel/kmod.o
  CC      kernel/workqueue.o
  CC      kernel/pid.o
  CC      kernel/rcupdate.o
  CC      kernel/extable.o
  CC      kernel/params.o
  CC      kernel/posix-timers.o
  CC      kernel/kthread.o
  CC      kernel/wait.o
  CC      kernel/kfifo.o
  CC      kernel/sys_ni.o
  CC      kernel/posix-cpu-timers.o
  CC      kernel/mutex.o
  CC      kernel/hrtimer.o
  CC      kernel/rwsem.o
  CC      kernel/latency.o
  CC      kernel/nsproxy.o
  CC      kernel/srcu.o
  CC      kernel/irq/handle.o
  CC      kernel/irq/manage.o
  CC      kernel/irq/spurious.o
  CC      kernel/irq/resend.o
  CC      kernel/irq/chip.o
  CC      kernel/irq/devres.o
  CC      kernel/irq/autoprobe.o
  CC      kernel/irq/proc.o
  LD      kernel/irq/built-in.o
  CC      kernel/time/ntp.o
  CC      kernel/time/clocksource.o
  CC      kernel/time/jiffies.o
  CC      kernel/time/timer_list.o
  LD      kernel/time/built-in.o
  CC      kernel/futex.o
  CC      kernel/rtmutex.o
  CC      kernel/utsname_sysctl.o
  LD      kernel/built-in.o
  CC      mm/bootmem.o
  CC      mm/filemap.o
  CC      mm/mempool.o
  CC      mm/oom_kill.o
  CC      mm/fadvise.o
  CC      mm/page_alloc.o
  CC      mm/page-writeback.o
  CC      mm/readahead.o
  CC      mm/swap.o
  CC      mm/truncate.o
  CC      mm/vmscan.o
  CC      mm/prio_tree.o
  CC      mm/util.o
  CC      mm/mmzone.o
  CC      mm/vmstat.o
  CC      mm/backing-dev.o
  CC      mm/fremap.o
  CC      mm/highmem.o
  CC      mm/madvise.o
  CC      mm/memory.o
  CC      mm/mincore.o
  CC      mm/mlock.o
  CC      mm/mmap.o
  CC      mm/mprotect.o
  CC      mm/mremap.o
  CC      mm/msync.o
  CC      mm/rmap.o
  CC      mm/vmalloc.o
  CC      mm/bounce.o
  CC      mm/shmem.o
  CC      mm/slab.o
  LD      mm/built-in.o
  CC      fs/open.o
  CC      fs/read_write.o
  CC      fs/file_table.o
  CC      fs/super.o
  CC      fs/char_dev.o
  CC      fs/stat.o
  CC      fs/exec.o
  CC      fs/pipe.o
  CC      fs/namei.o
  CC      fs/fcntl.o
  CC      fs/ioctl.o
  CC      fs/readdir.o
  CC      fs/select.o
  CC      fs/fifo.o
  CC      fs/dcache.o
  CC      fs/inode.o
  CC      fs/attr.o
  CC      fs/bad_inode.o
  CC      fs/file.o
  CC      fs/filesystems.o
  CC      fs/namespace.o
  CC      fs/aio.o
  CC      fs/seq_file.o
  CC      fs/libfs.o
  CC      fs/fs-writeback.o
  CC      fs/pnode.o
  CC      fs/drop_caches.o
  CC      fs/splice.o
  CC      fs/sync.o
  CC      fs/utimes.o
  CC      fs/stack.o
  CC      fs/buffer.o
  CC      fs/bio.o
  CC      fs/block_dev.o
  CC      fs/direct-io.o
  CC      fs/mpage.o
  CC      fs/ioprio.o
  CC      fs/locks.o
  CC      fs/xattr.o
  CC      fs/binfmt_script.o
  CC      fs/binfmt_elf.o
  CC      fs/devpts/inode.o
  LD      fs/devpts/devpts.o
  LD      fs/devpts/built-in.o
  CC      fs/partitions/check.o
  CC      fs/partitions/msdos.o
  LD      fs/partitions/built-in.o
  CC      fs/proc/mmu.o
  CC      fs/proc/task_mmu.o
  CC      fs/proc/inode.o
  CC      fs/proc/root.o
  CC      fs/proc/base.o
  CC      fs/proc/generic.o
  CC      fs/proc/array.o
  CC      fs/proc/proc_tty.o
  CC      fs/proc/proc_misc.o
  CC      fs/proc/proc_sysctl.o
  CC      fs/proc/kmsg.o
  LD      fs/proc/proc.o
  LD      fs/proc/built-in.o
  CC      fs/ramfs/inode.o
  CC      fs/ramfs/file-mmu.o
  LD      fs/ramfs/ramfs.o
  LD      fs/ramfs/built-in.o
  CC      fs/squashfs/inode.o
  CC      fs/squashfs/squashfs2_0.o
  CC      fs/squashfs/uncomp.o
  CC      fs/squashfs/LzmaDecode.o
  LD      fs/squashfs/squashfs.o
  LD      fs/squashfs/built-in.o
  LD      fs/built-in.o
  CC      ipc/util.o
  CC      ipc/msgutil.o
  CC      ipc/msg.o
  CC      ipc/sem.o
  CC      ipc/shm.o
  CC      ipc/ipc_sysctl.o
  LD      ipc/built-in.o
  CC      security/commoncap.o
  LD      security/built-in.o
  LD      crypto/built-in.o
  CC      block/elevator.o
  CC      block/ll_rw_blk.o
  CC      block/ioctl.o
  CC      block/genhd.o
  CC      block/scsi_ioctl.o
  CC      block/noop-iosched.o
  LD      block/built-in.o
  LD      drivers/auxdisplay/built-in.o
  CC      drivers/base/core.o
  CC      drivers/base/sys.o
  CC      drivers/base/bus.o
  CC      drivers/base/dd.o
  CC      drivers/base/driver.o
  CC      drivers/base/class.o
  CC      drivers/base/platform.o
  CC      drivers/base/cpu.o
  CC      drivers/base/firmware.o
  CC      drivers/base/init.o
  CC      drivers/base/map.o
  CC      drivers/base/dmapool.o
  CC      drivers/base/dma-mapping.o
  CC      drivers/base/devres.o
  CC      drivers/base/attribute_container.o
  CC      drivers/base/transport_class.o
  CC      drivers/base/power/shutdown.o
  LD      drivers/base/power/built-in.o
  LD      drivers/base/built-in.o
  CC      drivers/block/rd.o
  CC      drivers/block/loop.o
  LD      drivers/block/built-in.o
  LD      drivers/cdrom/built-in.o
  CC      drivers/char/mem.o
  CC      drivers/char/random.o
  CC      drivers/char/tty_io.o
  CC      drivers/char/n_tty.o
  CC      drivers/char/tty_ioctl.o
  CC      drivers/char/ralink_gpio.o
  CC      drivers/char/pty.o
  CC      drivers/char/misc.o
  CC      drivers/char/n_hdlc.o
  LD      drivers/char/built-in.o
  LD      drivers/clocksource/built-in.o
  LD      drivers/firmware/built-in.o
  CC      drivers/input/input.o
  CC      drivers/input/ff-core.o
  LD      drivers/input/input-core.o
  LD      drivers/input/built-in.o
  LD      drivers/macintosh/built-in.o
  LD      drivers/media/common/built-in.o
  LD      drivers/media/built-in.o
  LD      drivers/mfd/built-in.o
  LD      drivers/misc/built-in.o
  CC      drivers/mtd/mtdcore.o
  CC      drivers/mtd/mtdpart.o
  CC      drivers/mtd/mtdchar.o
  CC      drivers/mtd/mtd_blkdevs.o
  CC      drivers/mtd/mtdblock.o
  CC      drivers/mtd/chips/chipreg.o
  CC      drivers/mtd/chips/cfi_probe.o
  CC      drivers/mtd/chips/cfi_util.o
  CC      drivers/mtd/chips/cfi_cmdset_0002.o
  CC      drivers/mtd/chips/cfi_cmdset_0701.o
  CC      drivers/mtd/chips/gen_probe.o
  LD      drivers/mtd/chips/built-in.o
  CC      drivers/mtd/devices/block2mtd.o
  LD      drivers/mtd/devices/built-in.o
  CC      drivers/mtd/maps/ralink-flash.o
  LD      drivers/mtd/maps/built-in.o
  LD      drivers/mtd/nand/built-in.o
  LD      drivers/mtd/onenand/built-in.o
  LD      drivers/mtd/ralink/built-in.o
  LD      drivers/mtd/built-in.o
  CC      drivers/net/raeth/raether.o
  CC      drivers/net/raeth/ra_mac.o
  CC      drivers/net/raeth/mcast.o
  CC      drivers/net/raeth/mii_mgr.o
  LD      drivers/net/raeth/raeth.o
  LD      drivers/net/raeth/built-in.o
  CC      drivers/net/rt_rdm/rdm.o
  LD      drivers/net/rt_rdm/rt_rdm.o
  LD      drivers/net/rt_rdm/built-in.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/crypt_md5.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/crypt_sha2.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/crypt_biginteger.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/crypt_hmac.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/mlme.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/cmm_wep.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/action.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/ba_action.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/cmm_data.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/rtmp_init.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/cmm_tkip.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/cmm_aes.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/cmm_sync.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/cmm_sanity.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/cmm_info.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/cmm_wpa.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/dfs.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/dfs_mcu.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/spectrum.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/rtmp_timer.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/rt_channel.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/cmm_profile.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/cmm_asic.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/rtmp_swmcu.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/cmm_cfg.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/eeprom.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/ee_flash.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/cmm_mac_pci.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/cmm_data_pci.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/ap/ap.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/ap/ap_assoc.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/ap/ap_auth.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/ap/ap_connect.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/ap/ap_mlme.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/ap/ap_sanity.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/ap/ap_sync.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/ap/ap_wpa.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/ap/ap_data.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/ap/ap_uapsd.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/ap/ap_autoChSel.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/ap/ap_mbss.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/ap/ap_qload.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/ap/ap_cfg.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/os/linux/rt_linux.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/os/linux/rt_profile.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/os/linux/rt_main_dev.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/os/linux/ap_ioctl.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/os/linux/rt_pci_rbus.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/os/linux/rbus_main_dev.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/os/linux/rt_ate.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/led.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/wsc.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/wsc_tlv.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/crypt_dh.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/crypt_aes.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/dh_key.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/evp_enc.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/common/rt_rf.o
  CC      drivers/net/wireless/rt2860v2_ap/../rt2860v2/chips/rt305x.o
  LD      drivers/net/wireless/rt2860v2_ap/rt2860v2_ap.o
  LD      drivers/net/wireless/rt2860v2_ap/built-in.o
  LD      drivers/net/wireless/built-in.o
  CC      drivers/net/mii.o
  CC      drivers/net/Space.o
  CC      drivers/net/loopback.o
  CC      drivers/net/ppp_generic.o
  CC      drivers/net/ppp_async.o
  CC      drivers/net/ppp_synctty.o
  CC      drivers/net/bsd_comp.o
  CC      drivers/net/pppox.o
  CC      drivers/net/pppoe.o
  CC      drivers/net/slhc.o
  LD      drivers/net/built-in.o
  CC      drivers/serial/serial_core.o
  CC      drivers/serial/8250.o
  CC      drivers/serial/8250_early.o
  LD      drivers/serial/built-in.o
  CC      drivers/video/fb_notify.o
  LD      drivers/video/backlight/built-in.o
  LD      drivers/video/built-in.o
  LD      drivers/built-in.o
  LD      sound/built-in.o
  CC      net/socket.o
  CC      net/802/sysctl_net_802.o
  CC      net/802/p8022.o
  CC      net/802/psnap.o
  LD      net/802/built-in.o
  CC      net/8021q/vlan.o
  CC      net/8021q/vlan_dev.o
  CC      net/8021q/vlanproc.o
  LD      net/8021q/8021q.o
  LD      net/8021q/built-in.o
  CC      net/bridge/br.o
  CC      net/bridge/br_device.o
  CC      net/bridge/br_fdb.o
  CC      net/bridge/br_forward.o
  CC      net/bridge/br_if.o
  CC      net/bridge/br_input.o
  CC      net/bridge/br_ioctl.o
  CC      net/bridge/br_notify.o
  CC      net/bridge/br_stp.o
  CC      net/bridge/br_stp_bpdu.o
  CC      net/bridge/br_stp_if.o
  CC      net/bridge/br_stp_timer.o
  CC      net/bridge/br_netlink.o
  LD      net/bridge/bridge.o
  LD      net/bridge/built-in.o
  CC      net/core/sock.o
  CC      net/core/request_sock.o
  CC      net/core/skbuff.o
  CC      net/core/iovec.o
  CC      net/core/datagram.o
  CC      net/core/stream.o
  CC      net/core/scm.o
  CC      net/core/gen_stats.o
  CC      net/core/gen_estimator.o
  CC      net/core/sysctl_net_core.o
  CC      net/core/dev.o
  CC      net/core/dst.o
  CC      net/core/netevent.o
  CC      net/core/neighbour.o
  CC      net/core/rtnetlink.o
  CC      net/core/utils.o
  CC      net/core/link_watch.o
  CC      net/core/wireless.o
  CC      net/core/dev_mcast.o
  CC      net/core/filter.o
  LD      net/core/built-in.o
  CC      net/ethernet/eth.o
  LD      net/ethernet/built-in.o
  CC      net/ipv4/route.o
  CC      net/ipv4/protocol.o
  CC      net/ipv4/ip_input.o
  CC      net/ipv4/ip_fragment.o
  CC      net/ipv4/ip_forward.o
  CC      net/ipv4/ip_options.o
  CC      net/ipv4/ip_output.o
  CC      net/ipv4/ip_sockglue.o
  CC      net/ipv4/inet_hashtables.o
  CC      net/ipv4/inet_timewait_sock.o
  CC      net/ipv4/inet_connection_sock.o
  CC      net/ipv4/tcp.o
  CC      net/ipv4/tcp_input.o
  CC      net/ipv4/tcp_output.o
  CC      net/ipv4/tcp_timer.o
  CC      net/ipv4/tcp_ipv4.o
  CC      net/ipv4/tcp_minisocks.o
  CC      net/ipv4/tcp_cong.o
  CC      net/ipv4/datagram.o
  CC      net/ipv4/raw.o
  CC      net/ipv4/udp.o
  CC      net/ipv4/udplite.o
  CC      net/ipv4/arp.o
  CC      net/ipv4/icmp.o
  CC      net/ipv4/devinet.o
  CC      net/ipv4/af_inet.o
  CC      net/ipv4/sysctl_net_ipv4.o
  CC      net/ipv4/fib_frontend.o
  CC      net/ipv4/fib_semantics.o
  CC      net/ipv4/fib_hash.o
  CC      net/ipv4/igmp.o
  CC      net/ipv4/inetpeer.o
  CC      net/ipv4/proc.o
  CC      net/ipv4/ipmr.o
  CC      net/ipv4/netfilter.o
  CC      net/ipv4/netfilter/nf_nat_rule.o
  CC      net/ipv4/netfilter/nf_nat_standalone.o
  CC      net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.o
  CC      net/ipv4/netfilter/nf_conntrack_proto_icmp.o
  CC      net/ipv4/netfilter/nf_conntrack_l3proto_ipv4_compat.o
  CC      net/ipv4/netfilter/nf_nat_core.o
  CC      net/ipv4/netfilter/nf_nat_helper.o
  CC      net/ipv4/netfilter/nf_nat_proto_unknown.o
  CC      net/ipv4/netfilter/nf_nat_proto_tcp.o
  CC      net/ipv4/netfilter/nf_nat_proto_udp.o
  CC      net/ipv4/netfilter/nf_nat_proto_icmp.o
  LD      net/ipv4/netfilter/nf_conntrack_ipv4.o
  LD      net/ipv4/netfilter/nf_nat.o
  CC      net/ipv4/netfilter/nf_nat_ftp.o
  CC      net/ipv4/netfilter/ip_tables.o
  LD      net/ipv4/netfilter/iptable_nat.o
  CC      net/ipv4/netfilter/ipt_MASQUERADE.o
  CC      net/ipv4/netfilter/ipt_REDIRECT.o
  LD      net/ipv4/netfilter/built-in.o
  CC      net/ipv4/tcp_cubic.o
  LD      net/ipv4/built-in.o
  CC      net/ipv6/af_inet6.o
  CC      net/ipv6/anycast.o
  CC      net/ipv6/ip6_output.o
  CC      net/ipv6/ip6_input.o
  CC      net/ipv6/addrconf.o
  CC      net/ipv6/route.o
  CC      net/ipv6/ip6_fib.o
  CC      net/ipv6/ipv6_sockglue.o
  CC      net/ipv6/ndisc.o
  CC      net/ipv6/udp.o
  CC      net/ipv6/udplite.o
  CC      net/ipv6/raw.o
  CC      net/ipv6/protocol.o
  CC      net/ipv6/icmp.o
  CC      net/ipv6/mcast.o
  CC      net/ipv6/reassembly.o
  CC      net/ipv6/tcp_ipv6.o
  CC      net/ipv6/exthdrs.o
  CC      net/ipv6/sysctl_net_ipv6.o
  CC      net/ipv6/datagram.o
  CC      net/ipv6/proc.o
  CC      net/ipv6/ip6_flowlabel.o
  CC      net/ipv6/ipv6_syms.o
  CC      net/ipv6/inet6_connection_sock.o
  CC      net/ipv6/netfilter.o
  LD      net/ipv6/ipv6.o
  LD      net/ipv6/netfilter/built-in.o
  CC      net/ipv6/addrconf_core.o
  CC      net/ipv6/exthdrs_core.o
  CC      net/ipv6/inet6_hashtables.o
  LD      net/ipv6/built-in.o
  CC      net/llc/llc_core.o
  CC      net/llc/llc_input.o
  CC      net/llc/llc_output.o
  LD      net/llc/llc.o
  LD      net/llc/built-in.o
  CC      net/nat/foe_hook/hook.o
  LD      net/nat/foe_hook/foe_hook.o
  LD      net/nat/foe_hook/built-in.o
  CC      net/netfilter/core.o
  CC      net/netfilter/nf_log.o
  CC      net/netfilter/nf_queue.o
  CC      net/netfilter/nf_sockopt.o
  CC      net/netfilter/nf_conntrack_core.o
  CC      net/netfilter/nf_conntrack_standalone.o
  CC      net/netfilter/nf_conntrack_expect.o
  CC      net/netfilter/nf_conntrack_helper.o
  CC      net/netfilter/nf_conntrack_proto.o
  CC      net/netfilter/nf_conntrack_l3proto_generic.o
  CC      net/netfilter/nf_conntrack_proto_generic.o
  CC      net/netfilter/nf_conntrack_proto_tcp.o
  CC      net/netfilter/nf_conntrack_proto_udp.o
  LD      net/netfilter/netfilter.o
  CC      net/netfilter/nf_sysctl.o
  LD      net/netfilter/nf_conntrack.o
  CC      net/netfilter/nf_conntrack_ftp.o
  CC      net/netfilter/x_tables.o
  CC      net/netfilter/xt_tcpudp.o
  CC      net/netfilter/xt_TCPMSS.o
  CC      net/netfilter/xt_tcpmss.o
  LD      net/netfilter/built-in.o
  CC      net/netlink/af_netlink.o
  CC      net/netlink/attr.o
  CC      net/netlink/genetlink.o
  LD      net/netlink/built-in.o
  CC      net/packet/af_packet.o
  LD      net/packet/built-in.o
  CC      net/sched/sch_generic.o
  LD      net/sched/built-in.o
  CC      net/unix/af_unix.o
  CC      net/unix/garbage.o
  CC      net/unix/sysctl_net_unix.o
  LD      net/unix/unix.o
  LD      net/unix/built-in.o
  CC      net/sysctl_net.o
  LD      net/built-in.o
  CC      lib/sort.o
  CC      lib/parser.o
  CC      lib/halfmd4.o
  CC      lib/debug_locks.o
  CC      lib/random32.o
  CC      lib/bust_spinlocks.o
  CC      lib/iomap_copy.o
  CC      lib/devres.o
  CC      lib/hweight.o
  CC      lib/plist.o
  CC      lib/crc-ccitt.o
  CC      lib/zlib_inflate/inffast.o
  CC      lib/zlib_inflate/inflate.o
  CC      lib/zlib_inflate/inftrees.o
  CC      lib/zlib_inflate/inflate_syms.o
  LD      lib/zlib_inflate/zlib_inflate.o
  LD      lib/zlib_inflate/built-in.o
  LD      lib/built-in.o
  CC      lib/bitmap.o
  CC      lib/cmdline.o
  CC      lib/ctype.o
  CC      lib/dec_and_lock.o
  CC      lib/div64.o
  CC      lib/dump_stack.o
  CC      lib/extable.o
  CC      lib/find_next_bit.o
  CC      lib/idr.o
  CC      lib/int_sqrt.o
  CC      lib/ioremap.o
  CC      lib/irq_regs.o
  CC      lib/klist.o
  CC      lib/kobject.o
  CC      lib/kobject_uevent.o
  CC      lib/kref.o
  CC      lib/prio_tree.o
  CC      lib/radix-tree.o
  CC      lib/rbtree.o
  CC      lib/reciprocal_div.o
  CC      lib/rwsem-spinlock.o
  CC      lib/sha1.o
  CC      lib/string.o
  CC      lib/vsprintf.o
  AR      lib/lib.a
  CC      arch/mips/lib/iomap.o
  LD      arch/mips/lib/built-in.o
  CC      arch/mips/lib/ashldi3.o
  CC      arch/mips/lib/ashrdi3.o
  AS      arch/mips/lib/csum_partial.o
  CC      arch/mips/lib/lshrdi3.o
  AS      arch/mips/lib/memcpy-inatomic.o
  AS      arch/mips/lib/memcpy.o
  AS      arch/mips/lib/memset.o
  AS      arch/mips/lib/strlen_user.o
  AS      arch/mips/lib/strncpy_user.o
  AS      arch/mips/lib/strnlen_user.o
  CC      arch/mips/lib/uncached.o
  AR      arch/mips/lib/lib.a
  CC      arch/mips/lib-32/dump_tlb.o
  LD      arch/mips/lib-32/built-in.o
  AS      arch/mips/lib-32/watch.o
  AR      arch/mips/lib-32/lib.a
  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      vmlinux
  SYSMAP  System.map
  MODPOST vmlinux
make[1]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x'
if [ -f linux-2.6.21.x/vmlinux ]; then \
		ln -f linux-2.6.21.x/vmlinux linux-2.6.21.x/linux ; \
	fi
[ -d /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/images ] || mkdir /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/images
make ARCH=mips CROSS_COMPILE="/opt/buildroot-gcc342/bin"/mipsel-linux-uclibc- -C vendors image
make[1]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors'
make -C /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/. dir_v=/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052/. -f /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/vendors-common.mak image
make[2]: Entering directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052'
cc  -DUSE_HOSTCC -o mkimage -I/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/mkimage/include /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/mkimage/crc32.c /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/user/mkimage/mkimage.c 
/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-objcopy -O binary -R .note -R .comment -S /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/linux-2.6.21.x/vmlinux  /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/images/zImage
cd /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/images ; rm -f /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/images/zImage.*; lzma -9 -f -S .lzma /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/images/zImage
Image Name:   Linux Kernel Image
Created:      Tue Apr 21 12:10:01 2009
Image Type:   MIPS Linux Kernel Image (lzma compressed)
Data Size:    1750496 Bytes = 1709.47 kB = 1.67 MB
Load Address: 0x80000000
Entry Point:  0x802EB000
Kernel Size:  0x00000000
make[2]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors/Ralink/RT3052'
make[1]: Leaving directory `/home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/vendors'
cp /home/chhung/Release/SDK_3_3_0_0/RT288x_SDK_B3300/source/images/chhung_uImage /tftpboot
