This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: about building target of linux synthetic


 

 Hi, i have succeeded if i don't add fileio and net packages. Thank Jonathan Larmour and Andrew .
Now,I have new questions.If  i add fileio package and net package as followed:
       ecosconfig new linux
       ecosconfig add CYGPKG_IO_FILEIO
       ecosconfig add CYGPKG_NET
       ecosconfig resolve 
       ecosconfig check
then output is:
Target: linux
Template: default
Added:
 CYGPKG_NET
 CYGPKG_IO_FILEIO
2 conflict(s):
 CYGPKG_IO_FILEIO:
  Requires constraint not satisfied:  CYGBLD_ISO_DIRENT_HEADER == "<cyg/fileio/dirent.h>" 
 CYGPKG_IO_FILEIO:
  Requires constraint not satisfied:  CYGBLD_ISO_OPEN_MAX_HEADER == "<cyg/fileio/limits.h>" 
 If  i continue to do:
                  ecosconfig tree
                  make
then the output is:
      make -r -C hal/i386/arch/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/hal/i386/arch/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/hal/i386/arch/current'
make -r -C hal/i386/linux/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/hal/i386/linux/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/hal/i386/linux/current'
make -r -C hal/common/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/hal/common/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/hal/common/current'
make -r -C io/common/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/io/common/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/io/common/current'
make -r -C io/serial/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/io/serial/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/io/serial/current'
make -r -C infra/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/infra/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/infra/current'
make -r -C kernel/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/kernel/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/kernel/current'
make -r -C services/memalloc/common/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/services/memalloc/common/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/services/memalloc/common/current'
make -r -C isoinfra/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/isoinfra/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/isoinfra/current'
make -r -C language/c/libc/common/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/language/c/libc/common/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/language/c/libc/common/current'
make -r -C language/c/libc/i18n/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/language/c/libc/i18n/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/language/c/libc/i18n/current'
make -r -C language/c/libc/setjmp/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/language/c/libc/setjmp/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/language/c/libc/setjmp/current'
make -r -C language/c/libc/signals/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/language/c/libc/signals/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/language/c/libc/signals/current'
make -r -C language/c/libc/startup/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/language/c/libc/startup/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/language/c/libc/startup/current'
make -r -C language/c/libc/stdio/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/language/c/libc/stdio/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/language/c/libc/stdio/current'
make -r -C language/c/libc/stdlib/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/language/c/libc/stdlib/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/language/c/libc/stdlib/current'
make -r -C language/c/libc/string/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/language/c/libc/string/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/language/c/libc/string/current'
make -r -C language/c/libc/time/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/language/c/libc/time/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/language/c/libc/time/current'
make -r -C language/c/libm/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/language/c/libm/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/language/c/libm/current'
make -r -C io/wallclock/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/io/wallclock/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/io/wallclock/current'
make -r -C error/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/error/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/error/current'
make -r -C net/tcpip/v1_0b1 headers
make[1]: Entering directory `/ecoscvs/ecos_work3/net/tcpip/v1_0b1'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/net/tcpip/v1_0b1'
make -r -C io/fileio/current headers
make[1]: Entering directory `/ecoscvs/ecos_work3/io/fileio/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/io/fileio/current'
headers finished
make -r -C services/memalloc/common/current heapgeninc.tcl
make[1]: Entering directory `/ecoscvs/ecos_work3/services/memalloc/common/current'
i686-pc-linux-gnu-gcc -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/services/memalloc/common/current -I/home/yrs/ecos/packages/services/memalloc/common/current/src -I/home/yrs/ecos/packages/services/memalloc/common/current/tests -I. -Wp,-MD,heapgen.tmp -E /home/yrs/ecos/packages/services/memalloc/common/current/src/heapgen.cpp > heapgeninc.tcl
make[1]: Leaving directory `/ecoscvs/ecos_work3/services/memalloc/common/current'
make -r -C services/memalloc/common/current heaps.cxx
make[1]: Entering directory `/ecoscvs/ecos_work3/services/memalloc/common/current'
XPWD=`pwd` ; cd /home/yrs/ecos/packages/services/memalloc/common/current/src ; sh heapgen.tcl "/ecoscvs/ecos_work3/install" "$XPWD"
make[1]: Leaving directory `/ecoscvs/ecos_work3/services/memalloc/common/current'
make -r -C hal/i386/arch/current build
make[1]: Entering directory `/ecoscvs/ecos_work3/hal/i386/arch/current'
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/hal/i386/arch/current -I/home/yrs/ecos/packages/hal/i386/arch/current/src -I/home/yrs/ecos/packages/hal/i386/arch/current/tests -I. -I/home/yrs/ecos/packages/hal/i386/arch/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/hal_misc.tmp -o src/hal_i386_arch_hal_misc.o /home/yrs/ecos/packages/hal/i386/arch/current/src/hal_misc.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/hal/i386/arch/current -I/home/yrs/ecos/packages/hal/i386/arch/current/src -I/home/yrs/ecos/packages/hal/i386/arch/current/tests -I. -I/home/yrs/ecos/packages/hal/i386/arch/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/context.tmp -o src/hal_i386_arch_context.o /home/yrs/ecos/packages/hal/i386/arch/current/src/context.S
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/hal/i386/arch/current -I/home/yrs/ecos/packages/hal/i386/arch/current/src -I/home/yrs/ecos/packages/hal/i386/arch/current/tests -I. -I/home/yrs/ecos/packages/hal/i386/arch/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/i386_stub.tmp -o src/hal_i386_arch_i386_stub.o /home/yrs/ecos/packages/hal/i386/arch/current/src/i386_stub.c
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libtarget.a src/hal_i386_arch_hal_misc.o src/hal_i386_arch_context.o src/hal_i386_arch_i386_stub.o
make[1]: Leaving directory `/ecoscvs/ecos_work3/hal/i386/arch/current'
make -r -C hal/i386/linux/current build
make[1]: Entering directory `/ecoscvs/ecos_work3/hal/i386/linux/current'
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/hal/i386/linux/current -I/home/yrs/ecos/packages/hal/i386/linux/current/src -I/home/yrs/ecos/packages/hal/i386/linux/current/tests -I. -I/home/yrs/ecos/packages/hal/i386/linux/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/hal_diag.tmp -o src/hal_i386_linux_hal_diag.o /home/yrs/ecos/packages/hal/i386/linux/current/src/hal_diag.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/hal/i386/linux/current -I/home/yrs/ecos/packages/hal/i386/linux/current/src -I/home/yrs/ecos/packages/hal/i386/linux/current/tests -I. -I/home/yrs/ecos/packages/hal/i386/linux/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/hal_startup.tmp -o src/hal_i386_linux_hal_startup.o /home/yrs/ecos/packages/hal/i386/linux/current/src/hal_startup.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/hal/i386/linux/current -I/home/yrs/ecos/packages/hal/i386/linux/current/src -I/home/yrs/ecos/packages/hal/i386/linux/current/tests -I. -I/home/yrs/ecos/packages/hal/i386/linux/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/syscall-i386-linux-1.0.tmp -o src/hal_i386_linux_syscall-i386-linux-1.0.o /home/yrs/ecos/packages/hal/i386/linux/current/src/syscall-i386-linux-1.0.S
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/hal/i386/linux/current -I/home/yrs/ecos/packages/hal/i386/linux/current/src -I/home/yrs/ecos/packages/hal/i386/linux/current/tests -I. -I/home/yrs/ecos/packages/hal/i386/linux/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/entry.tmp -o src/hal_i386_linux_entry.o /home/yrs/ecos/packages/hal/i386/linux/current/src/entry.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/hal/i386/linux/current -I/home/yrs/ecos/packages/hal/i386/linux/current/src -I/home/yrs/ecos/packages/hal/i386/linux/current/tests -I. -I/home/yrs/ecos/packages/hal/i386/linux/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/linux.tmp -o src/hal_i386_linux_linux.o /home/yrs/ecos/packages/hal/i386/linux/current/src/linux.S
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/hal/i386/linux/current -I/home/yrs/ecos/packages/hal/i386/linux/current/src -I/home/yrs/ecos/packages/hal/i386/linux/current/tests -I. -I/home/yrs/ecos/packages/hal/i386/linux/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/linux_misc.tmp -o src/hal_i386_linux_linux_misc.o /home/yrs/ecos/packages/hal/i386/linux/current/src/linux_misc.c
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libtarget.a src/hal_i386_linux_hal_diag.o src/hal_i386_linux_hal_startup.o src/hal_i386_linux_syscall-i386-linux-1.0.o src/hal_i386_linux_entry.o src/hal_i386_linux_linux.o src/hal_i386_linux_linux_misc.o
make[1]: Leaving directory `/ecoscvs/ecos_work3/hal/i386/linux/current'
make -r -C hal/common/current build
make[1]: Entering directory `/ecoscvs/ecos_work3/hal/common/current'
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/hal/common/current -I/home/yrs/ecos/packages/hal/common/current/src -I/home/yrs/ecos/packages/hal/common/current/tests -I. -I/home/yrs/ecos/packages/hal/common/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/generic-stub.tmp -o src/hal_common_generic-stub.o /home/yrs/ecos/packages/hal/common/current/src/generic-stub.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/hal/common/current -I/home/yrs/ecos/packages/hal/common/current/src -I/home/yrs/ecos/packages/hal/common/current/tests -I. -I/home/yrs/ecos/packages/hal/common/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/thread-packets.tmp -o src/hal_common_thread-packets.o /home/yrs/ecos/packages/hal/common/current/src/thread-packets.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/hal/common/current -I/home/yrs/ecos/packages/hal/common/current/src -I/home/yrs/ecos/packages/hal/common/current/tests -I. -I/home/yrs/ecos/packages/hal/common/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/hal_stub.tmp -o src/hal_common_hal_stub.o /home/yrs/ecos/packages/hal/common/current/src/hal_stub.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/hal/common/current -I/home/yrs/ecos/packages/hal/common/current/src -I/home/yrs/ecos/packages/hal/common/current/tests -I. -I/home/yrs/ecos/packages/hal/common/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/drv_api.tmp -o src/hal_common_drv_api.o /home/yrs/ecos/packages/hal/common/current/src/drv_api.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/hal/common/current -I/home/yrs/ecos/packages/hal/common/current/src -I/home/yrs/ecos/packages/hal/common/current/tests -I. -I/home/yrs/ecos/packages/hal/common/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/bplist-dynamic.tmp -o src/hal_common_bplist-dynamic.o /home/yrs/ecos/packages/hal/common/current/src/bplist-dynamic.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/hal/common/current -I/home/yrs/ecos/packages/hal/common/current/src -I/home/yrs/ecos/packages/hal/common/current/tests -I. -I/home/yrs/ecos/packages/hal/common/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/dbg-threads-syscall.tmp -o src/hal_common_dbg-threads-syscall.o /home/yrs/ecos/packages/hal/common/current/src/dbg-threads-syscall.c
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libtarget.a src/hal_common_generic-stub.o src/hal_common_thread-packets.o src/hal_common_hal_stub.o src/hal_common_drv_api.o src/hal_common_bplist-dynamic.o src/hal_common_dbg-threads-syscall.o
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/hal/common/current -I/home/yrs/ecos/packages/hal/common/current/src -I/home/yrs/ecos/packages/hal/common/current/tests -I. -I/home/yrs/ecos/packages/hal/common/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/dummy.tmp -o src/hal_common_dummy.o /home/yrs/ecos/packages/hal/common/current/src/dummy.c
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libextras.a src/hal_common_dummy.o
make[1]: Leaving directory `/ecoscvs/ecos_work3/hal/common/current'
make -r -C io/common/current build
make[1]: Entering directory `/ecoscvs/ecos_work3/io/common/current'
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/io/common/current -I/home/yrs/ecos/packages/io/common/current/src -I/home/yrs/ecos/packages/io/common/current/tests -I. -I/home/yrs/ecos/packages/io/common/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/ioinit.tmp -o src/io_common_ioinit.o /home/yrs/ecos/packages/io/common/current/src/ioinit.cxx
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libextras.a src/io_common_ioinit.o
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/io/common/current -I/home/yrs/ecos/packages/io/common/current/src -I/home/yrs/ecos/packages/io/common/current/tests -I. -I/home/yrs/ecos/packages/io/common/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/iosys.tmp -o src/io_common_iosys.o /home/yrs/ecos/packages/io/common/current/src/iosys.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/io/common/current -I/home/yrs/ecos/packages/io/common/current/src -I/home/yrs/ecos/packages/io/common/current/tests -I. -I/home/yrs/ecos/packages/io/common/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/io_diag.tmp -o src/io_common_io_diag.o /home/yrs/ecos/packages/io/common/current/src/io_diag.c
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libtarget.a src/io_common_iosys.o src/io_common_io_diag.o
make[1]: Leaving directory `/ecoscvs/ecos_work3/io/common/current'
make -r -C io/serial/current build
make[1]: Entering directory `/ecoscvs/ecos_work3/io/serial/current'
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/io/serial/current -I/home/yrs/ecos/packages/io/serial/current/src -I/home/yrs/ecos/packages/io/serial/current/tests -I. -I/home/yrs/ecos/packages/io/serial/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/serial.tmp -o src/common/io_serial_serial.o /home/yrs/ecos/packages/io/serial/current/src/common/serial.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/io/serial/current -I/home/yrs/ecos/packages/io/serial/current/src -I/home/yrs/ecos/packages/io/serial/current/tests -I. -I/home/yrs/ecos/packages/io/serial/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/tty.tmp -o src/common/io_serial_tty.o /home/yrs/ecos/packages/io/serial/current/src/common/tty.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/io/serial/current -I/home/yrs/ecos/packages/io/serial/current/src -I/home/yrs/ecos/packages/io/serial/current/tests -I. -I/home/yrs/ecos/packages/io/serial/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/haldiag.tmp -o src/common/io_serial_haldiag.o /home/yrs/ecos/packages/io/serial/current/src/common/haldiag.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/io/serial/current -I/home/yrs/ecos/packages/io/serial/current/src -I/home/yrs/ecos/packages/io/serial/current/tests -I. -I/home/yrs/ecos/packages/io/serial/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/termiostty.tmp -o src/common/io_serial_termiostty.o /home/yrs/ecos/packages/io/serial/current/src/common/termiostty.c
/home/yrs/ecos/packages/io/serial/current/src/common/termiostty.c:551: warning: `termios_init' defined but not used
/home/yrs/ecos/packages/io/serial/current/src/common/termiostty.c:564: warning: `termios_lookup' defined but not used
/home/yrs/ecos/packages/io/serial/current/src/common/termiostty.c:113: warning: `termios_devio' defined but not used
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libextras.a src/common/io_serial_serial.o src/common/io_serial_tty.o src/common/io_serial_haldiag.o src/common/io_serial_termiostty.o
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/io/serial/current -I/home/yrs/ecos/packages/io/serial/current/src -I/home/yrs/ecos/packages/io/serial/current/tests -I. -I/home/yrs/ecos/packages/io/serial/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/termios.tmp -o src/common/io_serial_termios.o /home/yrs/ecos/packages/io/serial/current/src/common/termios.c
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libtarget.a src/common/io_serial_termios.o
make[1]: Leaving directory `/ecoscvs/ecos_work3/io/serial/current'
make -r -C infra/current build
make[1]: Entering directory `/ecoscvs/ecos_work3/infra/current'
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/infra/current -I/home/yrs/ecos/packages/infra/current/src -I/home/yrs/ecos/packages/infra/current/tests -I. -I/home/yrs/ecos/packages/infra/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/startup.tmp -o src/infra_startup.o /home/yrs/ecos/packages/infra/current/src/startup.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/infra/current -I/home/yrs/ecos/packages/infra/current/src -I/home/yrs/ecos/packages/infra/current/tests -I. -I/home/yrs/ecos/packages/infra/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/prestart.tmp -o src/infra_prestart.o /home/yrs/ecos/packages/infra/current/src/prestart.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/infra/current -I/home/yrs/ecos/packages/infra/current/src -I/home/yrs/ecos/packages/infra/current/tests -I. -I/home/yrs/ecos/packages/infra/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/pkgstart.tmp -o src/infra_pkgstart.o /home/yrs/ecos/packages/infra/current/src/pkgstart.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/infra/current -I/home/yrs/ecos/packages/infra/current/src -I/home/yrs/ecos/packages/infra/current/tests -I. -I/home/yrs/ecos/packages/infra/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/userstart.tmp -o src/infra_userstart.o /home/yrs/ecos/packages/infra/current/src/userstart.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/infra/current -I/home/yrs/ecos/packages/infra/current/src -I/home/yrs/ecos/packages/infra/current/tests -I. -I/home/yrs/ecos/packages/infra/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/dummyxxmain.tmp -o src/infra_dummyxxmain.o /home/yrs/ecos/packages/infra/current/src/dummyxxmain.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/infra/current -I/home/yrs/ecos/packages/infra/current/src -I/home/yrs/ecos/packages/infra/current/tests -I. -I/home/yrs/ecos/packages/infra/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/null.tmp -o src/infra_null.o /home/yrs/ecos/packages/infra/current/src/null.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/infra/current -I/home/yrs/ecos/packages/infra/current/src -I/home/yrs/ecos/packages/infra/current/tests -I. -I/home/yrs/ecos/packages/infra/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/simple.tmp -o src/infra_simple.o /home/yrs/ecos/packages/infra/current/src/simple.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/infra/current -I/home/yrs/ecos/packages/infra/current/src -I/home/yrs/ecos/packages/infra/current/tests -I. -I/home/yrs/ecos/packages/infra/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/fancy.tmp -o src/infra_fancy.o /home/yrs/ecos/packages/infra/current/src/fancy.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/infra/current -I/home/yrs/ecos/packages/infra/current/src -I/home/yrs/ecos/packages/infra/current/tests -I. -I/home/yrs/ecos/packages/infra/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/buffer.tmp -o src/infra_buffer.o /home/yrs/ecos/packages/infra/current/src/buffer.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/infra/current -I/home/yrs/ecos/packages/infra/current/src -I/home/yrs/ecos/packages/infra/current/tests -I. -I/home/yrs/ecos/packages/infra/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/diag.tmp -o src/infra_diag.o /home/yrs/ecos/packages/infra/current/src/diag.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/infra/current -I/home/yrs/ecos/packages/infra/current/src -I/home/yrs/ecos/packages/infra/current/tests -I. -I/home/yrs/ecos/packages/infra/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/tcdiag.tmp -o src/infra_tcdiag.o /home/yrs/ecos/packages/infra/current/src/tcdiag.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/infra/current -I/home/yrs/ecos/packages/infra/current/src -I/home/yrs/ecos/packages/infra/current/tests -I. -I/home/yrs/ecos/packages/infra/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/memcpy.tmp -o src/infra_memcpy.o /home/yrs/ecos/packages/infra/current/src/memcpy.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/infra/current -I/home/yrs/ecos/packages/infra/current/src -I/home/yrs/ecos/packages/infra/current/tests -I. -I/home/yrs/ecos/packages/infra/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/memset.tmp -o src/infra_memset.o /home/yrs/ecos/packages/infra/current/src/memset.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/infra/current -I/home/yrs/ecos/packages/infra/current/src -I/home/yrs/ecos/packages/infra/current/tests -I. -I/home/yrs/ecos/packages/infra/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/delete.tmp -o src/infra_delete.o /home/yrs/ecos/packages/infra/current/src/delete.cxx
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libtarget.a src/infra_startup.o src/infra_prestart.o src/infra_pkgstart.o src/infra_userstart.o src/infra_dummyxxmain.o src/infra_null.o src/infra_simple.o src/infra_fancy.o src/infra_buffer.o src/infra_diag.o src/infra_tcdiag.o src/infra_memcpy.o src/infra_memset.o src/infra_delete.o
make[1]: Leaving directory `/ecoscvs/ecos_work3/infra/current'
make -r -C kernel/current build
make[1]: Entering directory `/ecoscvs/ecos_work3/kernel/current'
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/kernel/current -I/home/yrs/ecos/packages/kernel/current/src -I/home/yrs/ecos/packages/kernel/current/tests -I. -I/home/yrs/ecos/packages/kernel/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/clock.tmp -o src/common/kernel_clock.o /home/yrs/ecos/packages/kernel/current/src/common/clock.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/kernel/current -I/home/yrs/ecos/packages/kernel/current/src -I/home/yrs/ecos/packages/kernel/current/tests -I. -I/home/yrs/ecos/packages/kernel/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/timer.tmp -o src/common/kernel_timer.o /home/yrs/ecos/packages/kernel/current/src/common/timer.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/kernel/current -I/home/yrs/ecos/packages/kernel/current/src -I/home/yrs/ecos/packages/kernel/current/tests -I. -I/home/yrs/ecos/packages/kernel/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/kapi.tmp -o src/common/kernel_kapi.o /home/yrs/ecos/packages/kernel/current/src/common/kapi.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/kernel/current -I/home/yrs/ecos/packages/kernel/current/src -I/home/yrs/ecos/packages/kernel/current/tests -I. -I/home/yrs/ecos/packages/kernel/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/thread.tmp -o src/common/kernel_thread.o /home/yrs/ecos/packages/kernel/current/src/common/thread.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/kernel/current -I/home/yrs/ecos/packages/kernel/current/src -I/home/yrs/ecos/packages/kernel/current/tests -I. -I/home/yrs/ecos/packages/kernel/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/except.tmp -o src/common/kernel_except.o /home/yrs/ecos/packages/kernel/current/src/common/except.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/kernel/current -I/home/yrs/ecos/packages/kernel/current/src -I/home/yrs/ecos/packages/kernel/current/tests -I. -I/home/yrs/ecos/packages/kernel/current/src/instrmnt/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/instrmnt/meminst.tmp -o src/instrmnt/kernel_meminst.o /home/yrs/ecos/packages/kernel/current/src/instrmnt/meminst.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/kernel/current -I/home/yrs/ecos/packages/kernel/current/src -I/home/yrs/ecos/packages/kernel/current/tests -I. -I/home/yrs/ecos/packages/kernel/current/src/instrmnt/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/instrmnt/nullinst.tmp -o src/instrmnt/kernel_nullinst.o /home/yrs/ecos/packages/kernel/current/src/instrmnt/nullinst.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/kernel/current -I/home/yrs/ecos/packages/kernel/current/src -I/home/yrs/ecos/packages/kernel/current/tests -I. -I/home/yrs/ecos/packages/kernel/current/src/intr/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/intr/intr.tmp -o src/intr/kernel_intr.o /home/yrs/ecos/packages/kernel/current/src/intr/intr.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/kernel/current -I/home/yrs/ecos/packages/kernel/current/src -I/home/yrs/ecos/packages/kernel/current/tests -I. -I/home/yrs/ecos/packages/kernel/current/src/sched/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/sched/bitmap.tmp -o src/sched/kernel_bitmap.o /home/yrs/ecos/packages/kernel/current/src/sched/bitmap.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/kernel/current -I/home/yrs/ecos/packages/kernel/current/src -I/home/yrs/ecos/packages/kernel/current/tests -I. -I/home/yrs/ecos/packages/kernel/current/src/sched/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/sched/lottery.tmp -o src/sched/kernel_lottery.o /home/yrs/ecos/packages/kernel/current/src/sched/lottery.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/kernel/current -I/home/yrs/ecos/packages/kernel/current/src -I/home/yrs/ecos/packages/kernel/current/tests -I. -I/home/yrs/ecos/packages/kernel/current/src/sched/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/sched/mlqueue.tmp -o src/sched/kernel_mlqueue.o /home/yrs/ecos/packages/kernel/current/src/sched/mlqueue.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/kernel/current -I/home/yrs/ecos/packages/kernel/current/src -I/home/yrs/ecos/packages/kernel/current/tests -I. -I/home/yrs/ecos/packages/kernel/current/src/sched/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/sched/sched.tmp -o src/sched/kernel_sched.o /home/yrs/ecos/packages/kernel/current/src/sched/sched.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/kernel/current -I/home/yrs/ecos/packages/kernel/current/src -I/home/yrs/ecos/packages/kernel/current/tests -I. -I/home/yrs/ecos/packages/kernel/current/src/sync/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/sync/bin_sem.tmp -o src/sync/kernel_bin_sem.o /home/yrs/ecos/packages/kernel/current/src/sync/bin_sem.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/kernel/current -I/home/yrs/ecos/packages/kernel/current/src -I/home/yrs/ecos/packages/kernel/current/tests -I. -I/home/yrs/ecos/packages/kernel/current/src/sync/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/sync/cnt_sem.tmp -o src/sync/kernel_cnt_sem.o /home/yrs/ecos/packages/kernel/current/src/sync/cnt_sem.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/kernel/current -I/home/yrs/ecos/packages/kernel/current/src -I/home/yrs/ecos/packages/kernel/current/tests -I. -I/home/yrs/ecos/packages/kernel/current/src/sync/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/sync/flag.tmp -o src/sync/kernel_flag.o /home/yrs/ecos/packages/kernel/current/src/sync/flag.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/kernel/current -I/home/yrs/ecos/packages/kernel/current/src -I/home/yrs/ecos/packages/kernel/current/tests -I. -I/home/yrs/ecos/packages/kernel/current/src/sync/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/sync/cnt_sem2.tmp -o src/sync/kernel_cnt_sem2.o /home/yrs/ecos/packages/kernel/current/src/sync/cnt_sem2.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/kernel/current -I/home/yrs/ecos/packages/kernel/current/src -I/home/yrs/ecos/packages/kernel/current/tests -I. -I/home/yrs/ecos/packages/kernel/current/src/sync/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/sync/mbox.tmp -o src/sync/kernel_mbox.o /home/yrs/ecos/packages/kernel/current/src/sync/mbox.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/kernel/current -I/home/yrs/ecos/packages/kernel/current/src -I/home/yrs/ecos/packages/kernel/current/tests -I. -I/home/yrs/ecos/packages/kernel/current/src/sync/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/sync/mutex.tmp -o src/sync/kernel_mutex.o /home/yrs/ecos/packages/kernel/current/src/sync/mutex.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/kernel/current -I/home/yrs/ecos/packages/kernel/current/src -I/home/yrs/ecos/packages/kernel/current/tests -I. -I/home/yrs/ecos/packages/kernel/current/src/debug/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/debug/dbg-thread-demux.tmp -o src/debug/kernel_dbg-thread-demux.o /home/yrs/ecos/packages/kernel/current/src/debug/dbg-thread-demux.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/kernel/current -I/home/yrs/ecos/packages/kernel/current/src -I/home/yrs/ecos/packages/kernel/current/tests -I. -I/home/yrs/ecos/packages/kernel/current/src/debug/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/debug/dbg_gdb.tmp -o src/debug/kernel_dbg_gdb.o /home/yrs/ecos/packages/kernel/current/src/debug/dbg_gdb.cxx
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libtarget.a src/common/kernel_clock.o src/common/kernel_timer.o src/common/kernel_kapi.o src/common/kernel_thread.o src/common/kernel_except.o src/instrmnt/kernel_meminst.o src/instrmnt/kernel_nullinst.o src/intr/kernel_intr.o src/sched/kernel_bitmap.o src/sched/kernel_lottery.o src/sched/kernel_mlqueue.o src/sched/kernel_sched.o src/sync/kernel_bin_sem.o src/sync/kernel_cnt_sem.o src/sync/kernel_flag.o src/sync/kernel_cnt_sem2.o src/sync/kernel_mbox.o src/sync/kernel_mutex.o src/debug/kernel_dbg-thread-demux.o src/debug/kernel_dbg_gdb.o
make[1]: Leaving directory `/ecoscvs/ecos_work3/kernel/current'
make -r -C services/memalloc/common/current build
make[1]: Entering directory `/ecoscvs/ecos_work3/services/memalloc/common/current'
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/services/memalloc/common/current -I/home/yrs/ecos/packages/services/memalloc/common/current/src -I/home/yrs/ecos/packages/services/memalloc/common/current/tests -I. -I/home/yrs/ecos/packages/services/memalloc/common/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/dlmalloc.tmp -o src/services_memalloc_common_dlmalloc.o /home/yrs/ecos/packages/services/memalloc/common/current/src/dlmalloc.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/services/memalloc/common/current -I/home/yrs/ecos/packages/services/memalloc/common/current/src -I/home/yrs/ecos/packages/services/memalloc/common/current/tests -I. -I/home/yrs/ecos/packages/services/memalloc/common/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/kapi.tmp -o src/services_memalloc_common_kapi.o /home/yrs/ecos/packages/services/memalloc/common/current/src/kapi.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/services/memalloc/common/current -I/home/yrs/ecos/packages/services/memalloc/common/current/src -I/home/yrs/ecos/packages/services/memalloc/common/current/tests -I. -I/home/yrs/ecos/packages/services/memalloc/common/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/malloc.tmp -o src/services_memalloc_common_malloc.o /home/yrs/ecos/packages/services/memalloc/common/current/src/malloc.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/services/memalloc/common/current -I/home/yrs/ecos/packages/services/memalloc/common/current/src -I/home/yrs/ecos/packages/services/memalloc/common/current/tests -I. -I/home/yrs/ecos/packages/services/memalloc/common/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/memfixed.tmp -o src/services_memalloc_common_memfixed.o /home/yrs/ecos/packages/services/memalloc/common/current/src/memfixed.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/services/memalloc/common/current -I/home/yrs/ecos/packages/services/memalloc/common/current/src -I/home/yrs/ecos/packages/services/memalloc/common/current/tests -I. -I/home/yrs/ecos/packages/services/memalloc/common/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/memvar.tmp -o src/services_memalloc_common_memvar.o /home/yrs/ecos/packages/services/memalloc/common/current/src/memvar.cxx
i686-pc-linux-gnu-gcc -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/services/memalloc/common/current -I/home/yrs/ecos/packages/services/memalloc/common/current/src -I/home/yrs/ecos/packages/services/memalloc/common/current/tests -I. -Wp,-MD,heaps.tmp -c -o services_memalloc_common_heaps.o heaps.cxx
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libtarget.a src/services_memalloc_common_dlmalloc.o src/services_memalloc_common_kapi.o src/services_memalloc_common_malloc.o src/services_memalloc_common_memfixed.o src/services_memalloc_common_memvar.o ./services_memalloc_common_heaps.o
make[1]: Leaving directory `/ecoscvs/ecos_work3/services/memalloc/common/current'
make -r -C isoinfra/current build
make[1]: Entering directory `/ecoscvs/ecos_work3/isoinfra/current'
make[1]: Nothing to be done for `build'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/isoinfra/current'
make -r -C language/c/libc/common/current build
make[1]: Entering directory `/ecoscvs/ecos_work3/language/c/libc/common/current'
make[1]: Nothing to be done for `build'.
make[1]: Leaving directory `/ecoscvs/ecos_work3/language/c/libc/common/current'
make -r -C language/c/libc/i18n/current build
make[1]: Entering directory `/ecoscvs/ecos_work3/language/c/libc/i18n/current'
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/i18n/current -I/home/yrs/ecos/packages/language/c/libc/i18n/current/src -I/home/yrs/ecos/packages/language/c/libc/i18n/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/i18n/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/ctype.tmp -o src/language_c_libc_i18n_ctype.o /home/yrs/ecos/packages/language/c/libc/i18n/current/src/ctype.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/i18n/current -I/home/yrs/ecos/packages/language/c/libc/i18n/current/src -I/home/yrs/ecos/packages/language/c/libc/i18n/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/i18n/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/locale.tmp -o src/language_c_libc_i18n_locale.o /home/yrs/ecos/packages/language/c/libc/i18n/current/src/locale.cxx
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libtarget.a src/language_c_libc_i18n_ctype.o src/language_c_libc_i18n_locale.o
make[1]: Leaving directory `/ecoscvs/ecos_work3/language/c/libc/i18n/current'
make -r -C language/c/libc/setjmp/current build
make[1]: Entering directory `/ecoscvs/ecos_work3/language/c/libc/setjmp/current'
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/setjmp/current -I/home/yrs/ecos/packages/language/c/libc/setjmp/current/src -I/home/yrs/ecos/packages/language/c/libc/setjmp/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/setjmp/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/longjmp.tmp -o src/language_c_libc_setjmp_longjmp.o /home/yrs/ecos/packages/language/c/libc/setjmp/current/src/longjmp.cxx
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libtarget.a src/language_c_libc_setjmp_longjmp.o
make[1]: Leaving directory `/ecoscvs/ecos_work3/language/c/libc/setjmp/current'
make -r -C language/c/libc/signals/current build
make[1]: Entering directory `/ecoscvs/ecos_work3/language/c/libc/signals/current'
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/signals/current -I/home/yrs/ecos/packages/language/c/libc/signals/current/src -I/home/yrs/ecos/packages/language/c/libc/signals/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/signals/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/raise.tmp -o src/language_c_libc_signals_raise.o /home/yrs/ecos/packages/language/c/libc/signals/current/src/raise.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/signals/current -I/home/yrs/ecos/packages/language/c/libc/signals/current/src -I/home/yrs/ecos/packages/language/c/libc/signals/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/signals/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/siginit.tmp -o src/language_c_libc_signals_siginit.o /home/yrs/ecos/packages/language/c/libc/signals/current/src/siginit.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/signals/current -I/home/yrs/ecos/packages/language/c/libc/signals/current/src -I/home/yrs/ecos/packages/language/c/libc/signals/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/signals/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/signal.tmp -o src/language_c_libc_signals_signal.o /home/yrs/ecos/packages/language/c/libc/signals/current/src/signal.cxx
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libtarget.a src/language_c_libc_signals_raise.o src/language_c_libc_signals_siginit.o src/language_c_libc_signals_signal.o
make[1]: Leaving directory `/ecoscvs/ecos_work3/language/c/libc/signals/current'
make -r -C language/c/libc/startup/current build
make[1]: Entering directory `/ecoscvs/ecos_work3/language/c/libc/startup/current'
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/startup/current -I/home/yrs/ecos/packages/language/c/libc/startup/current/src -I/home/yrs/ecos/packages/language/c/libc/startup/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/startup/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/_exit.tmp -o src/language_c_libc_startup__exit.o /home/yrs/ecos/packages/language/c/libc/startup/current/src/_exit.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/startup/current -I/home/yrs/ecos/packages/language/c/libc/startup/current/src -I/home/yrs/ecos/packages/language/c/libc/startup/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/startup/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/abort.tmp -o src/language_c_libc_startup_abort.o /home/yrs/ecos/packages/language/c/libc/startup/current/src/abort.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/startup/current -I/home/yrs/ecos/packages/language/c/libc/startup/current/src -I/home/yrs/ecos/packages/language/c/libc/startup/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/startup/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/atexit.tmp -o src/language_c_libc_startup_atexit.o /home/yrs/ecos/packages/language/c/libc/startup/current/src/atexit.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/startup/current -I/home/yrs/ecos/packages/language/c/libc/startup/current/src -I/home/yrs/ecos/packages/language/c/libc/startup/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/startup/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/environ.tmp -o src/language_c_libc_startup_environ.o /home/yrs/ecos/packages/language/c/libc/startup/current/src/environ.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/startup/current -I/home/yrs/ecos/packages/language/c/libc/startup/current/src -I/home/yrs/ecos/packages/language/c/libc/startup/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/startup/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/exit.tmp -o src/language_c_libc_startup_exit.o /home/yrs/ecos/packages/language/c/libc/startup/current/src/exit.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/startup/current -I/home/yrs/ecos/packages/language/c/libc/startup/current/src -I/home/yrs/ecos/packages/language/c/libc/startup/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/startup/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/invokemain.tmp -o src/language_c_libc_startup_invokemain.o /home/yrs/ecos/packages/language/c/libc/startup/current/src/invokemain.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/startup/current -I/home/yrs/ecos/packages/language/c/libc/startup/current/src -I/home/yrs/ecos/packages/language/c/libc/startup/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/startup/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/main.tmp -o src/language_c_libc_startup_main.o /home/yrs/ecos/packages/language/c/libc/startup/current/src/main.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/startup/current -I/home/yrs/ecos/packages/language/c/libc/startup/current/src -I/home/yrs/ecos/packages/language/c/libc/startup/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/startup/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/mainthread.tmp -o src/language_c_libc_startup_mainthread.o /home/yrs/ecos/packages/language/c/libc/startup/current/src/mainthread.cxx
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libtarget.a src/language_c_libc_startup__exit.o src/language_c_libc_startup_abort.o src/language_c_libc_startup_atexit.o src/language_c_libc_startup_environ.o src/language_c_libc_startup_exit.o src/language_c_libc_startup_invokemain.o src/language_c_libc_startup_main.o src/language_c_libc_startup_mainthread.o
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/startup/current -I/home/yrs/ecos/packages/language/c/libc/startup/current/src -I/home/yrs/ecos/packages/language/c/libc/startup/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/startup/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/cstartup.tmp -o src/language_c_libc_startup_cstartup.o /home/yrs/ecos/packages/language/c/libc/startup/current/src/cstartup.cxx
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libextras.a src/language_c_libc_startup_cstartup.o
make[1]: Leaving directory `/ecoscvs/ecos_work3/language/c/libc/startup/current'
make -r -C language/c/libc/stdio/current build
make[1]: Entering directory `/ecoscvs/ecos_work3/language/c/libc/stdio/current'
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/fclose.tmp -o src/common/language_c_libc_stdio_fclose.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/fclose.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/fflush.tmp -o src/common/language_c_libc_stdio_fflush.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/fflush.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/fopen.tmp -o src/common/language_c_libc_stdio_fopen.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/fopen.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/freopen.tmp -o src/common/language_c_libc_stdio_freopen.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/freopen.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/setvbuf.tmp -o src/common/language_c_libc_stdio_setvbuf.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/setvbuf.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/snprintf.tmp -o src/common/language_c_libc_stdio_snprintf.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/snprintf.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/sprintf.tmp -o src/common/language_c_libc_stdio_sprintf.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/sprintf.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/sscanf.tmp -o src/common/language_c_libc_stdio_sscanf.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/sscanf.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/stderr.tmp -o src/common/language_c_libc_stdio_stderr.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/stderr.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/stdin.tmp -o src/common/language_c_libc_stdio_stdin.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/stdin.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/stdiofiles.tmp -o src/common/language_c_libc_stdio_stdiofiles.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/stdiofiles.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/fseek.tmp -o src/common/language_c_libc_stdio_fseek.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/fseek.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/stdioinlines.tmp -o src/common/language_c_libc_stdio_stdioinlines.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/stdioinlines.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/stdiosupp.tmp -o src/common/language_c_libc_stdio_stdiosupp.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/stdiosupp.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/stdout.tmp -o src/common/language_c_libc_stdio_stdout.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/stdout.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/stream.tmp -o src/common/language_c_libc_stdio_stream.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/stream.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/streambuf.tmp -o src/common/language_c_libc_stdio_streambuf.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/streambuf.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/ungetc.tmp -o src/common/language_c_libc_stdio_ungetc.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/ungetc.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/vsnprintf.tmp -o src/common/language_c_libc_stdio_vsnprintf.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/vsnprintf.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/common/vsscanf.tmp -o src/common/language_c_libc_stdio_vsscanf.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/common/vsscanf.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/input/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/input/fgetc.tmp -o src/input/language_c_libc_stdio_fgetc.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/input/fgetc.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/input/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/input/fgets.tmp -o src/input/language_c_libc_stdio_fgets.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/input/fgets.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/input/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/input/fread.tmp -o src/input/language_c_libc_stdio_fread.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/input/fread.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/input/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/input/fscanf.tmp -o src/input/language_c_libc_stdio_fscanf.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/input/fscanf.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/input/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/input/gets.tmp -o src/input/language_c_libc_stdio_gets.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/input/gets.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/input/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/input/scanf.tmp -o src/input/language_c_libc_stdio_scanf.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/input/scanf.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/input/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/input/vfscanf.tmp -o src/input/language_c_libc_stdio_vfscanf.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/input/vfscanf.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/output/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/output/fnprintf.tmp -o src/output/language_c_libc_stdio_fnprintf.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/output/fnprintf.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/output/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/output/fprintf.tmp -o src/output/language_c_libc_stdio_fprintf.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/output/fprintf.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/output/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/output/fputc.tmp -o src/output/language_c_libc_stdio_fputc.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/output/fputc.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/output/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/output/fputs.tmp -o src/output/language_c_libc_stdio_fputs.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/output/fputs.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/output/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/output/fwrite.tmp -o src/output/language_c_libc_stdio_fwrite.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/output/fwrite.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/output/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/output/printf.tmp -o src/output/language_c_libc_stdio_printf.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/output/printf.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdio/current -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src -I/home/yrs/ecos/packages/language/c/libc/stdio/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdio/current/src/output/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/output/vfnprintf.tmp -o src/output/language_c_libc_stdio_vfnprintf.o /home/yrs/ecos/packages/language/c/libc/stdio/current/src/output/vfnprintf.cxx
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libtarget.a src/common/language_c_libc_stdio_fclose.o src/common/language_c_libc_stdio_fflush.o src/common/language_c_libc_stdio_fopen.o src/common/language_c_libc_stdio_freopen.o src/common/language_c_libc_stdio_setvbuf.o src/common/language_c_libc_stdio_snprintf.o src/common/language_c_libc_stdio_sprintf.o src/common/language_c_libc_stdio_sscanf.o src/common/language_c_libc_stdio_stderr.o src/common/language_c_libc_stdio_stdin.o src/common/language_c_libc_stdio_stdiofiles.o src/common/language_c_libc_stdio_fseek.o src/common/language_c_libc_stdio_stdioinlines.o src/common/language_c_libc_stdio_stdiosupp.o src/common/language_c_libc_stdio_stdout.o src/common/language_c_libc_stdio_stream.o src/common/language_c_libc_stdio_streambuf.o src/common/language_c_libc_stdio_ungetc.o src/common/language_c_libc_stdio_vsnprintf.o src/common/language_c_libc_stdio_vsscanf.o src/input/language_c_libc_stdio_fgetc.o src/input/language_c_libc_stdio_fgets.o src/input/language_c_libc_stdio_fread.o src/input/language_c_libc_stdio_fscanf.o src/input/language_c_libc_stdio_gets.o src/input/language_c_libc_stdio_scanf.o src/input/language_c_libc_stdio_vfscanf.o src/output/language_c_libc_stdio_fnprintf.o src/output/language_c_libc_stdio_fprintf.o src/output/language_c_libc_stdio_fputc.o src/output/language_c_libc_stdio_fputs.o src/output/language_c_libc_stdio_fwrite.o src/output/language_c_libc_stdio_printf.o src/output/language_c_libc_stdio_vfnprintf.o
make[1]: Leaving directory `/ecoscvs/ecos_work3/language/c/libc/stdio/current'
make -r -C language/c/libc/stdlib/current build
make[1]: Entering directory `/ecoscvs/ecos_work3/language/c/libc/stdlib/current'
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdlib/current -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/abs.tmp -o src/language_c_libc_stdlib_abs.o /home/yrs/ecos/packages/language/c/libc/stdlib/current/src/abs.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdlib/current -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/atox.tmp -o src/language_c_libc_stdlib_atox.o /home/yrs/ecos/packages/language/c/libc/stdlib/current/src/atox.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdlib/current -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/bsearch.tmp -o src/language_c_libc_stdlib_bsearch.o /home/yrs/ecos/packages/language/c/libc/stdlib/current/src/bsearch.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdlib/current -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/div.tmp -o src/language_c_libc_stdlib_div.o /home/yrs/ecos/packages/language/c/libc/stdlib/current/src/div.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdlib/current -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/getenv.tmp -o src/language_c_libc_stdlib_getenv.o /home/yrs/ecos/packages/language/c/libc/stdlib/current/src/getenv.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdlib/current -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/qsort.tmp -o src/language_c_libc_stdlib_qsort.o /home/yrs/ecos/packages/language/c/libc/stdlib/current/src/qsort.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdlib/current -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/rand.tmp -o src/language_c_libc_stdlib_rand.o /home/yrs/ecos/packages/language/c/libc/stdlib/current/src/rand.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdlib/current -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strtod.tmp -o src/language_c_libc_stdlib_strtod.o /home/yrs/ecos/packages/language/c/libc/stdlib/current/src/strtod.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdlib/current -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strtol.tmp -o src/language_c_libc_stdlib_strtol.o /home/yrs/ecos/packages/language/c/libc/stdlib/current/src/strtol.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdlib/current -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strtoul.tmp -o src/language_c_libc_stdlib_strtoul.o /home/yrs/ecos/packages/language/c/libc/stdlib/current/src/strtoul.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/stdlib/current -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/stdlib/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/system.tmp -o src/language_c_libc_stdlib_system.o /home/yrs/ecos/packages/language/c/libc/stdlib/current/src/system.cxx
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libtarget.a src/language_c_libc_stdlib_abs.o src/language_c_libc_stdlib_atox.o src/language_c_libc_stdlib_bsearch.o src/language_c_libc_stdlib_div.o src/language_c_libc_stdlib_getenv.o src/language_c_libc_stdlib_qsort.o src/language_c_libc_stdlib_rand.o src/language_c_libc_stdlib_strtod.o src/language_c_libc_stdlib_strtol.o src/language_c_libc_stdlib_strtoul.o src/language_c_libc_stdlib_system.o
make[1]: Leaving directory `/ecoscvs/ecos_work3/language/c/libc/stdlib/current'
make -r -C language/c/libc/string/current build
make[1]: Entering directory `/ecoscvs/ecos_work3/language/c/libc/string/current'
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/string/current -I/home/yrs/ecos/packages/language/c/libc/string/current/src -I/home/yrs/ecos/packages/language/c/libc/string/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/string/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/memchr.tmp -o src/language_c_libc_string_memchr.o /home/yrs/ecos/packages/language/c/libc/string/current/src/memchr.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/string/current -I/home/yrs/ecos/packages/language/c/libc/string/current/src -I/home/yrs/ecos/packages/language/c/libc/string/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/string/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/memcmp.tmp -o src/language_c_libc_string_memcmp.o /home/yrs/ecos/packages/language/c/libc/string/current/src/memcmp.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/string/current -I/home/yrs/ecos/packages/language/c/libc/string/current/src -I/home/yrs/ecos/packages/language/c/libc/string/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/string/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/memmove.tmp -o src/language_c_libc_string_memmove.o /home/yrs/ecos/packages/language/c/libc/string/current/src/memmove.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/string/current -I/home/yrs/ecos/packages/language/c/libc/string/current/src -I/home/yrs/ecos/packages/language/c/libc/string/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/string/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strcat.tmp -o src/language_c_libc_string_strcat.o /home/yrs/ecos/packages/language/c/libc/string/current/src/strcat.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/string/current -I/home/yrs/ecos/packages/language/c/libc/string/current/src -I/home/yrs/ecos/packages/language/c/libc/string/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/string/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strchr.tmp -o src/language_c_libc_string_strchr.o /home/yrs/ecos/packages/language/c/libc/string/current/src/strchr.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/string/current -I/home/yrs/ecos/packages/language/c/libc/string/current/src -I/home/yrs/ecos/packages/language/c/libc/string/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/string/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strcmp.tmp -o src/language_c_libc_string_strcmp.o /home/yrs/ecos/packages/language/c/libc/string/current/src/strcmp.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/string/current -I/home/yrs/ecos/packages/language/c/libc/string/current/src -I/home/yrs/ecos/packages/language/c/libc/string/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/string/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strcoll.tmp -o src/language_c_libc_string_strcoll.o /home/yrs/ecos/packages/language/c/libc/string/current/src/strcoll.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/string/current -I/home/yrs/ecos/packages/language/c/libc/string/current/src -I/home/yrs/ecos/packages/language/c/libc/string/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/string/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strcpy.tmp -o src/language_c_libc_string_strcpy.o /home/yrs/ecos/packages/language/c/libc/string/current/src/strcpy.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/string/current -I/home/yrs/ecos/packages/language/c/libc/string/current/src -I/home/yrs/ecos/packages/language/c/libc/string/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/string/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strcspn.tmp -o src/language_c_libc_string_strcspn.o /home/yrs/ecos/packages/language/c/libc/string/current/src/strcspn.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/string/current -I/home/yrs/ecos/packages/language/c/libc/string/current/src -I/home/yrs/ecos/packages/language/c/libc/string/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/string/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strlen.tmp -o src/language_c_libc_string_strlen.o /home/yrs/ecos/packages/language/c/libc/string/current/src/strlen.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/string/current -I/home/yrs/ecos/packages/language/c/libc/string/current/src -I/home/yrs/ecos/packages/language/c/libc/string/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/string/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strncat.tmp -o src/language_c_libc_string_strncat.o /home/yrs/ecos/packages/language/c/libc/string/current/src/strncat.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/string/current -I/home/yrs/ecos/packages/language/c/libc/string/current/src -I/home/yrs/ecos/packages/language/c/libc/string/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/string/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strncmp.tmp -o src/language_c_libc_string_strncmp.o /home/yrs/ecos/packages/language/c/libc/string/current/src/strncmp.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/string/current -I/home/yrs/ecos/packages/language/c/libc/string/current/src -I/home/yrs/ecos/packages/language/c/libc/string/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/string/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strncpy.tmp -o src/language_c_libc_string_strncpy.o /home/yrs/ecos/packages/language/c/libc/string/current/src/strncpy.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/string/current -I/home/yrs/ecos/packages/language/c/libc/string/current/src -I/home/yrs/ecos/packages/language/c/libc/string/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/string/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strpbrk.tmp -o src/language_c_libc_string_strpbrk.o /home/yrs/ecos/packages/language/c/libc/string/current/src/strpbrk.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/string/current -I/home/yrs/ecos/packages/language/c/libc/string/current/src -I/home/yrs/ecos/packages/language/c/libc/string/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/string/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strrchr.tmp -o src/language_c_libc_string_strrchr.o /home/yrs/ecos/packages/language/c/libc/string/current/src/strrchr.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/string/current -I/home/yrs/ecos/packages/language/c/libc/string/current/src -I/home/yrs/ecos/packages/language/c/libc/string/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/string/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strspn.tmp -o src/language_c_libc_string_strspn.o /home/yrs/ecos/packages/language/c/libc/string/current/src/strspn.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/string/current -I/home/yrs/ecos/packages/language/c/libc/string/current/src -I/home/yrs/ecos/packages/language/c/libc/string/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/string/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strstr.tmp -o src/language_c_libc_string_strstr.o /home/yrs/ecos/packages/language/c/libc/string/current/src/strstr.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/string/current -I/home/yrs/ecos/packages/language/c/libc/string/current/src -I/home/yrs/ecos/packages/language/c/libc/string/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/string/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strsuppt.tmp -o src/language_c_libc_string_strsuppt.o /home/yrs/ecos/packages/language/c/libc/string/current/src/strsuppt.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/string/current -I/home/yrs/ecos/packages/language/c/libc/string/current/src -I/home/yrs/ecos/packages/language/c/libc/string/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/string/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strtok.tmp -o src/language_c_libc_string_strtok.o /home/yrs/ecos/packages/language/c/libc/string/current/src/strtok.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/string/current -I/home/yrs/ecos/packages/language/c/libc/string/current/src -I/home/yrs/ecos/packages/language/c/libc/string/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/string/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strxfrm.tmp -o src/language_c_libc_string_strxfrm.o /home/yrs/ecos/packages/language/c/libc/string/current/src/strxfrm.cxx
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libtarget.a src/language_c_libc_string_memchr.o src/language_c_libc_string_memcmp.o src/language_c_libc_string_memmove.o src/language_c_libc_string_strcat.o src/language_c_libc_string_strchr.o src/language_c_libc_string_strcmp.o src/language_c_libc_string_strcoll.o src/language_c_libc_string_strcpy.o src/language_c_libc_string_strcspn.o src/language_c_libc_string_strlen.o src/language_c_libc_string_strncat.o src/language_c_libc_string_strncmp.o src/language_c_libc_string_strncpy.o src/language_c_libc_string_strpbrk.o src/language_c_libc_string_strrchr.o src/language_c_libc_string_strspn.o src/language_c_libc_string_strstr.o src/language_c_libc_string_strsuppt.o src/language_c_libc_string_strtok.o src/language_c_libc_string_strxfrm.o
make[1]: Leaving directory `/ecoscvs/ecos_work3/language/c/libc/string/current'
make -r -C language/c/libc/time/current build
make[1]: Entering directory `/ecoscvs/ecos_work3/language/c/libc/time/current'
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/time/current -I/home/yrs/ecos/packages/language/c/libc/time/current/src -I/home/yrs/ecos/packages/language/c/libc/time/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/time/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/asctime.tmp -o src/language_c_libc_time_asctime.o /home/yrs/ecos/packages/language/c/libc/time/current/src/asctime.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/time/current -I/home/yrs/ecos/packages/language/c/libc/time/current/src -I/home/yrs/ecos/packages/language/c/libc/time/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/time/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/asctime_r.tmp -o src/language_c_libc_time_asctime_r.o /home/yrs/ecos/packages/language/c/libc/time/current/src/asctime_r.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/time/current -I/home/yrs/ecos/packages/language/c/libc/time/current/src -I/home/yrs/ecos/packages/language/c/libc/time/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/time/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/clock.tmp -o src/language_c_libc_time_clock.o /home/yrs/ecos/packages/language/c/libc/time/current/src/clock.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/time/current -I/home/yrs/ecos/packages/language/c/libc/time/current/src -I/home/yrs/ecos/packages/language/c/libc/time/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/time/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/ctime.tmp -o src/language_c_libc_time_ctime.o /home/yrs/ecos/packages/language/c/libc/time/current/src/ctime.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/time/current -I/home/yrs/ecos/packages/language/c/libc/time/current/src -I/home/yrs/ecos/packages/language/c/libc/time/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/time/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/ctime_r.tmp -o src/language_c_libc_time_ctime_r.o /home/yrs/ecos/packages/language/c/libc/time/current/src/ctime_r.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/time/current -I/home/yrs/ecos/packages/language/c/libc/time/current/src -I/home/yrs/ecos/packages/language/c/libc/time/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/time/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/difftime.tmp -o src/language_c_libc_time_difftime.o /home/yrs/ecos/packages/language/c/libc/time/current/src/difftime.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/time/current -I/home/yrs/ecos/packages/language/c/libc/time/current/src -I/home/yrs/ecos/packages/language/c/libc/time/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/time/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/gmtime.tmp -o src/language_c_libc_time_gmtime.o /home/yrs/ecos/packages/language/c/libc/time/current/src/gmtime.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/time/current -I/home/yrs/ecos/packages/language/c/libc/time/current/src -I/home/yrs/ecos/packages/language/c/libc/time/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/time/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/gmtime_r.tmp -o src/language_c_libc_time_gmtime_r.o /home/yrs/ecos/packages/language/c/libc/time/current/src/gmtime_r.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/time/current -I/home/yrs/ecos/packages/language/c/libc/time/current/src -I/home/yrs/ecos/packages/language/c/libc/time/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/time/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/localtime.tmp -o src/language_c_libc_time_localtime.o /home/yrs/ecos/packages/language/c/libc/time/current/src/localtime.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/time/current -I/home/yrs/ecos/packages/language/c/libc/time/current/src -I/home/yrs/ecos/packages/language/c/libc/time/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/time/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/localtime_r.tmp -o src/language_c_libc_time_localtime_r.o /home/yrs/ecos/packages/language/c/libc/time/current/src/localtime_r.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/time/current -I/home/yrs/ecos/packages/language/c/libc/time/current/src -I/home/yrs/ecos/packages/language/c/libc/time/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/time/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/mktime.tmp -o src/language_c_libc_time_mktime.o /home/yrs/ecos/packages/language/c/libc/time/current/src/mktime.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/time/current -I/home/yrs/ecos/packages/language/c/libc/time/current/src -I/home/yrs/ecos/packages/language/c/libc/time/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/time/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/settime.tmp -o src/language_c_libc_time_settime.o /home/yrs/ecos/packages/language/c/libc/time/current/src/settime.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/time/current -I/home/yrs/ecos/packages/language/c/libc/time/current/src -I/home/yrs/ecos/packages/language/c/libc/time/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/time/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strftime.tmp -o src/language_c_libc_time_strftime.o /home/yrs/ecos/packages/language/c/libc/time/current/src/strftime.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/time/current -I/home/yrs/ecos/packages/language/c/libc/time/current/src -I/home/yrs/ecos/packages/language/c/libc/time/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/time/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/time.tmp -o src/language_c_libc_time_time.o /home/yrs/ecos/packages/language/c/libc/time/current/src/time.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libc/time/current -I/home/yrs/ecos/packages/language/c/libc/time/current/src -I/home/yrs/ecos/packages/language/c/libc/time/current/tests -I. -I/home/yrs/ecos/packages/language/c/libc/time/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/timeutil.tmp -o src/language_c_libc_time_timeutil.o /home/yrs/ecos/packages/language/c/libc/time/current/src/timeutil.cxx
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libtarget.a src/language_c_libc_time_asctime.o src/language_c_libc_time_asctime_r.o src/language_c_libc_time_clock.o src/language_c_libc_time_ctime.o src/language_c_libc_time_ctime_r.o src/language_c_libc_time_difftime.o src/language_c_libc_time_gmtime.o src/language_c_libc_time_gmtime_r.o src/language_c_libc_time_localtime.o src/language_c_libc_time_localtime_r.o src/language_c_libc_time_mktime.o src/language_c_libc_time_settime.o src/language_c_libc_time_strftime.o src/language_c_libc_time_time.o src/language_c_libc_time_timeutil.o
make[1]: Leaving directory `/ecoscvs/ecos_work3/language/c/libc/time/current'
make -r -C language/c/libm/current build
make[1]: Entering directory `/ecoscvs/ecos_work3/language/c/libm/current'
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/misc/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/misc/matherr.tmp -o src/misc/language_c_libm_matherr.o /home/yrs/ecos/packages/language/c/libm/current/src/misc/matherr.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/misc/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/misc/standard.tmp -o src/misc/language_c_libm_standard.o /home/yrs/ecos/packages/language/c/libm/current/src/misc/standard.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/misc/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/misc/compatmode.tmp -o src/misc/language_c_libm_compatmode.o /home/yrs/ecos/packages/language/c/libm/current/src/misc/compatmode.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/misc/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/misc/infconst.tmp -o src/misc/language_c_libm_infconst.o /home/yrs/ecos/packages/language/c/libm/current/src/misc/infconst.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-core/e_acos.tmp -o src/double/ieee754-core/language_c_libm_e_acos.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/e_acos.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-core/e_asin.tmp -o src/double/ieee754-core/language_c_libm_e_asin.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/e_asin.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-core/e_atan2.tmp -o src/double/ieee754-core/language_c_libm_e_atan2.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/e_atan2.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-core/e_cosh.tmp -o src/double/ieee754-core/language_c_libm_e_cosh.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/e_cosh.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-core/e_exp.tmp -o src/double/ieee754-core/language_c_libm_e_exp.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/e_exp.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-core/e_fmod.tmp -o src/double/ieee754-core/language_c_libm_e_fmod.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/e_fmod.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-core/e_log.tmp -o src/double/ieee754-core/language_c_libm_e_log.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/e_log.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-core/e_log10.tmp -o src/double/ieee754-core/language_c_libm_e_log10.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/e_log10.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-core/e_pow.tmp -o src/double/ieee754-core/language_c_libm_e_pow.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/e_pow.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-core/e_rem_pio2.tmp -o src/double/ieee754-core/language_c_libm_e_rem_pio2.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/e_rem_pio2.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-core/e_scalb.tmp -o src/double/ieee754-core/language_c_libm_e_scalb.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/e_scalb.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-core/e_sinh.tmp -o src/double/ieee754-core/language_c_libm_e_sinh.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/e_sinh.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-core/e_sqrt.tmp -o src/double/ieee754-core/language_c_libm_e_sqrt.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-core/e_sqrt.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-api/w_acos.tmp -o src/double/ieee754-api/language_c_libm_w_acos.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/w_acos.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-api/w_asin.tmp -o src/double/ieee754-api/language_c_libm_w_asin.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/w_asin.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-api/w_atan2.tmp -o src/double/ieee754-api/language_c_libm_w_atan2.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/w_atan2.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-api/w_cosh.tmp -o src/double/ieee754-api/language_c_libm_w_cosh.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/w_cosh.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-api/w_exp.tmp -o src/double/ieee754-api/language_c_libm_w_exp.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/w_exp.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-api/w_fmod.tmp -o src/double/ieee754-api/language_c_libm_w_fmod.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/w_fmod.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-api/w_log.tmp -o src/double/ieee754-api/language_c_libm_w_log.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/w_log.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-api/w_log10.tmp -o src/double/ieee754-api/language_c_libm_w_log10.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/w_log10.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-api/w_pow.tmp -o src/double/ieee754-api/language_c_libm_w_pow.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/w_pow.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-api/w_scalb.tmp -o src/double/ieee754-api/language_c_libm_w_scalb.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/w_scalb.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-api/w_sinh.tmp -o src/double/ieee754-api/language_c_libm_w_sinh.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/w_sinh.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/ieee754-api/w_sqrt.tmp -o src/double/ieee754-api/language_c_libm_w_sqrt.o /home/yrs/ecos/packages/language/c/libm/current/src/double/ieee754-api/w_sqrt.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/internal/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/internal/k_cos.tmp -o src/double/internal/language_c_libm_k_cos.o /home/yrs/ecos/packages/language/c/libm/current/src/double/internal/k_cos.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/internal/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/internal/k_rem_pio2.tmp -o src/double/internal/language_c_libm_k_rem_pio2.o /home/yrs/ecos/packages/language/c/libm/current/src/double/internal/k_rem_pio2.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/internal/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/internal/k_sin.tmp -o src/double/internal/language_c_libm_k_sin.o /home/yrs/ecos/packages/language/c/libm/current/src/double/internal/k_sin.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/internal/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/internal/k_tan.tmp -o src/double/internal/language_c_libm_k_tan.o /home/yrs/ecos/packages/language/c/libm/current/src/double/internal/k_tan.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/portable-api/s_atan.tmp -o src/double/portable-api/language_c_libm_s_atan.o /home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/s_atan.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/portable-api/s_ceil.tmp -o src/double/portable-api/language_c_libm_s_ceil.o /home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/s_ceil.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/portable-api/s_copysign.tmp -o src/double/portable-api/language_c_libm_s_copysign.o /home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/s_copysign.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/portable-api/s_cos.tmp -o src/double/portable-api/language_c_libm_s_cos.o /home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/s_cos.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/portable-api/s_expm1.tmp -o src/double/portable-api/language_c_libm_s_expm1.o /home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/s_expm1.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/portable-api/s_fabs.tmp -o src/double/portable-api/language_c_libm_s_fabs.o /home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/s_fabs.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/portable-api/s_finite.tmp -o src/double/portable-api/language_c_libm_s_finite.o /home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/s_finite.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/portable-api/s_floor.tmp -o src/double/portable-api/language_c_libm_s_floor.o /home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/s_floor.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/portable-api/s_frexp.tmp -o src/double/portable-api/language_c_libm_s_frexp.o /home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/s_frexp.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/portable-api/s_isnan.tmp -o src/double/portable-api/language_c_libm_s_isnan.o /home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/s_isnan.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/portable-api/s_ldexp.tmp -o src/double/portable-api/language_c_libm_s_ldexp.o /home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/s_ldexp.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/portable-api/s_rint.tmp -o src/double/portable-api/language_c_libm_s_rint.o /home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/s_rint.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/portable-api/s_scalbn.tmp -o src/double/portable-api/language_c_libm_s_scalbn.o /home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/s_scalbn.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/portable-api/s_sin.tmp -o src/double/portable-api/language_c_libm_s_sin.o /home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/s_sin.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/portable-api/s_tan.tmp -o src/double/portable-api/language_c_libm_s_tan.o /home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/s_tan.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/portable-api/s_modf.tmp -o src/double/portable-api/language_c_libm_s_modf.o /home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/s_modf.c
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/language/c/libm/current -I/home/yrs/ecos/packages/language/c/libm/current/src -I/home/yrs/ecos/packages/language/c/libm/current/tests -I. -I/home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -ffloat-store -Wp,-MD,src/double/portable-api/s_tanh.tmp -o src/double/portable-api/language_c_libm_s_tanh.o /home/yrs/ecos/packages/language/c/libm/current/src/double/portable-api/s_tanh.c
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libtarget.a src/misc/language_c_libm_matherr.o src/misc/language_c_libm_standard.o src/misc/language_c_libm_compatmode.o src/misc/language_c_libm_infconst.o src/double/ieee754-core/language_c_libm_e_acos.o src/double/ieee754-core/language_c_libm_e_asin.o src/double/ieee754-core/language_c_libm_e_atan2.o src/double/ieee754-core/language_c_libm_e_cosh.o src/double/ieee754-core/language_c_libm_e_exp.o src/double/ieee754-core/language_c_libm_e_fmod.o src/double/ieee754-core/language_c_libm_e_log.o src/double/ieee754-core/language_c_libm_e_log10.o src/double/ieee754-core/language_c_libm_e_pow.o src/double/ieee754-core/language_c_libm_e_rem_pio2.o src/double/ieee754-core/language_c_libm_e_scalb.o src/double/ieee754-core/language_c_libm_e_sinh.o src/double/ieee754-core/language_c_libm_e_sqrt.o src/double/ieee754-api/language_c_libm_w_acos.o src/double/ieee754-api/language_c_libm_w_asin.o src/double/ieee754-api/language_c_libm_w_atan2.o src/double/ieee754-api/language_c_libm_w_cosh.o src/double/ieee754-api/language_c_libm_w_exp.o src/double/ieee754-api/language_c_libm_w_fmod.o src/double/ieee754-api/language_c_libm_w_log.o src/double/ieee754-api/language_c_libm_w_log10.o src/double/ieee754-api/language_c_libm_w_pow.o src/double/ieee754-api/language_c_libm_w_scalb.o src/double/ieee754-api/language_c_libm_w_sinh.o src/double/ieee754-api/language_c_libm_w_sqrt.o src/double/internal/language_c_libm_k_cos.o src/double/internal/language_c_libm_k_rem_pio2.o src/double/internal/language_c_libm_k_sin.o src/double/internal/language_c_libm_k_tan.o src/double/portable-api/language_c_libm_s_atan.o src/double/portable-api/language_c_libm_s_ceil.o src/double/portable-api/language_c_libm_s_copysign.o src/double/portable-api/language_c_libm_s_cos.o src/double/portable-api/language_c_libm_s_expm1.o src/double/portable-api/language_c_libm_s_fabs.o src/double/portable-api/language_c_libm_s_finite.o src/double/portable-api/language_c_libm_s_floor.o src/double/portable-api/language_c_libm_s_frexp.o src/double/portable-api/language_c_libm_s_isnan.o src/double/portable-api/language_c_libm_s_ldexp.o src/double/portable-api/language_c_libm_s_rint.o src/double/portable-api/language_c_libm_s_scalbn.o src/double/portable-api/language_c_libm_s_sin.o src/double/portable-api/language_c_libm_s_tan.o src/double/portable-api/language_c_libm_s_modf.o src/double/portable-api/language_c_libm_s_tanh.o
make[1]: Leaving directory `/ecoscvs/ecos_work3/language/c/libm/current'
make -r -C io/wallclock/current build
make[1]: Entering directory `/ecoscvs/ecos_work3/io/wallclock/current'
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/io/wallclock/current -I/home/yrs/ecos/packages/io/wallclock/current/src -I/home/yrs/ecos/packages/io/wallclock/current/tests -I. -I/home/yrs/ecos/packages/io/wallclock/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/wallclock.tmp -o src/io_wallclock_wallclock.o /home/yrs/ecos/packages/io/wallclock/current/src/wallclock.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/io/wallclock/current -I/home/yrs/ecos/packages/io/wallclock/current/src -I/home/yrs/ecos/packages/io/wallclock/current/tests -I. -I/home/yrs/ecos/packages/io/wallclock/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/emulate.tmp -o src/io_wallclock_emulate.o /home/yrs/ecos/packages/io/wallclock/current/src/emulate.cxx
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libtarget.a src/io_wallclock_wallclock.o src/io_wallclock_emulate.o
make[1]: Leaving directory `/ecoscvs/ecos_work3/io/wallclock/current'
make -r -C error/current build
make[1]: Entering directory `/ecoscvs/ecos_work3/error/current'
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/error/current -I/home/yrs/ecos/packages/error/current/src -I/home/yrs/ecos/packages/error/current/tests -I. -I/home/yrs/ecos/packages/error/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/strerror.tmp -o src/error_strerror.o /home/yrs/ecos/packages/error/current/src/strerror.cxx
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/error/current -I/home/yrs/ecos/packages/error/current/src -I/home/yrs/ecos/packages/error/current/tests -I. -I/home/yrs/ecos/packages/error/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/errno.tmp -o src/error_errno.o /home/yrs/ecos/packages/error/current/src/errno.cxx
i686-pc-linux-gnu-ar rcs /ecoscvs/ecos_work3/install/lib/libtarget.a src/error_strerror.o src/error_errno.o
make[1]: Leaving directory `/ecoscvs/ecos_work3/error/current'
make -r -C net/tcpip/v1_0b1 build
make[1]: Entering directory `/ecoscvs/ecos_work3/net/tcpip/v1_0b1'
i686-pc-linux-gnu-gcc -c  -I/ecoscvs/ecos_work3/install/include -I/home/yrs/ecos/packages/net/tcpip/v1_0b1 -I/home/yrs/ecos/packages/net/tcpip/v1_0b1/src -I/home/yrs/ecos/packages/net/tcpip/v1_0b1/tests -I. -I/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -D_KERNEL -D__ECOS -Wp,-MD,src/ecos/support.tmp -o src/ecos/net_tcpip_support.o /home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c
In file included from /ecoscvs/ecos_work3/install/include/sys/param.h:166,
                 from /home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:58:
/ecoscvs/ecos_work3/install/include/machine/param.h:83: warning: `__linux__' redefined
*Initialization*:1: warning: this is the location of the previous definition
In file included from /ecoscvs/ecos_work3/install/include/sys/param.h:167,
                 from /home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:58:
/ecoscvs/ecos_work3/install/include/machine/limits.h:61: warning: `SSIZE_MAX' redefined
/ecoscvs/ecos_work3/install/include/limits.h:159: warning: this is the location of the previous definition
In file included from /ecoscvs/ecos_work3/install/include/sys/param.h:150,
                 from /home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:58:
/ecoscvs/ecos_work3/install/include/sys/time.h:112: parse error before `time_t'
/ecoscvs/ecos_work3/install/include/sys/time.h:112: warning: no semicolon at end of struct or union
/ecoscvs/ecos_work3/install/include/sys/time.h:114: parse error before `}'
In file included from /ecoscvs/ecos_work3/install/include/sys/stat.h:61,
                 from /ecoscvs/ecos_work3/install/include/cyg/fileio/fileio.h:63,
                 from /ecoscvs/ecos_work3/install/include/cyg/io/file.h:66,
                 from /ecoscvs/ecos_work3/install/include/sys/param.h:152,
                 from /home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:58:
/ecoscvs/ecos_work3/install/include/time.h:102: redefinition of `struct timeval'
In file included from /ecoscvs/ecos_work3/install/include/machine/param.h:91,
                 from /ecoscvs/ecos_work3/install/include/sys/param.h:166,
                 from /home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:58:
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:107: parse error before `max'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:107: warning: type defaults to `int' in declaration of `max'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:107: warning: parameter names (without types) in function declaration
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:107: warning: data definition has no type or storage class
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:108: parse error before `min'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:108: warning: type defaults to `int' in declaration of `min'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:108: warning: parameter names (without types) in function declaration
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:108: warning: data definition has no type or storage class
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:111: parse error before `ulmax'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:111: warning: type defaults to `int' in declaration of `ulmax'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:111: warning: parameter names (without types) in function declaration
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:111: warning: data definition has no type or storage class
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:112: parse error before `ulmin'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:112: warning: type defaults to `int' in declaration of `ulmin'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:112: warning: parameter names (without types) in function declaration
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:112: warning: data definition has no type or storage class
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:141: parse error before `max'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:142: parse error before `u_int'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:142: warning: type defaults to `int' in declaration of `a'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:142: warning: type defaults to `int' in declaration of `b'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:142: warning: data definition has no type or storage class
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:143: parse error before `{'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:147: parse error before `min'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:148: parse error before `u_int'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:148: warning: type defaults to `int' in declaration of `a'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:148: warning: type defaults to `int' in declaration of `b'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:148: warning: data definition has no type or storage class
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:149: parse error before `{'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:153: parse error before `ulmax'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:154: parse error before `u_long'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:154: warning: type defaults to `int' in declaration of `a'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:154: warning: type defaults to `int' in declaration of `b'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:154: warning: data definition has no type or storage class
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:155: parse error before `{'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:159: parse error before `ulmin'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:160: parse error before `u_long'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:160: warning: type defaults to `int' in declaration of `a'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:160: warning: type defaults to `int' in declaration of `b'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:160: warning: data definition has no type or storage class
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:161: parse error before `{'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:214: parse error before `u_int'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:214: warning: function declaration isn't a prototype
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:216: parse error before `random'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:216: warning: type defaults to `int' in declaration of `random'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:216: warning: data definition has no type or storage class
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:217: warning: parameter names (without types) in function declaration
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:218: parse error before `const'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:218: warning: function declaration isn't a prototype
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:219: parse error before `u_char'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:219: warning: function declaration isn't a prototype
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:229: syntax error before `const'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:229: warning: type defaults to `int' in declaration of `__bcd2bin'
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:229: warning: type defaults to `int' in declaration of `__bin2bcd'
In file included from /ecoscvs/ecos_work3/install/include/sys/param.h:166,
                 from /home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:58:
/ecoscvs/ecos_work3/install/include/machine/param.h:131: parse error before `cp'
/ecoscvs/ecos_work3/install/include/machine/param.h:131: warning: function declaration isn't a prototype
/ecoscvs/ecos_work3/install/include/machine/param.h:139: parse error before `u_long'
/ecoscvs/ecos_work3/install/include/machine/param.h:139: warning: function declaration isn't a prototype
In file included from /home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:59:
/ecoscvs/ecos_work3/install/include/sys/malloc.h:486: parse error before `size'
/ecoscvs/ecos_work3/install/include/sys/malloc.h:486: warning: function declaration isn't a prototype
/ecoscvs/ecos_work3/install/include/sys/malloc.h:487: parse error before `addr'
/ecoscvs/ecos_work3/install/include/sys/malloc.h:487: warning: function declaration isn't a prototype
In file included from /home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:60:
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:125: warning: parameter names (without types) in function declaration
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:126: warning: parameter names (without types) in function declaration
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:138: parse error before `caddr_t'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:138: warning: no semicolon at end of struct or union
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:139: warning: type defaults to `int' in declaration of `mh_len'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:139: warning: data definition has no type or storage class
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:142: parse error before `}'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:154: parse error before `caddr_t'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:154: warning: no semicolon at end of struct or union
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:157: parse error before `ext_size'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:157: warning: type defaults to `int' in declaration of `ext_size'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:157: warning: data definition has no type or storage class
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:161: parse error before `}'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:164: field `m_hdr' has incomplete type
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:169: field `MH_ext' has incomplete type
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:170: sizeof applied to an incomplete type
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:173: sizeof applied to an incomplete type
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:241: parse error before `addr'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:241: warning: function declaration isn't a prototype
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:446: parse error before `u_long'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:446: warning: no semicolon at end of struct or union
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:447: warning: type defaults to `int' in declaration of `m_clusters'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:447: warning: data definition has no type or storage class
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:448: parse error before `m_spare'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:448: warning: type defaults to `int' in declaration of `m_spare'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:448: warning: data definition has no type or storage class
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:449: parse error before `m_clfree'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:449: warning: type defaults to `int' in declaration of `m_clfree'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:449: warning: data definition has no type or storage class
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:450: parse error before `m_drops'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:450: warning: type defaults to `int' in declaration of `m_drops'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:450: warning: data definition has no type or storage class
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:451: parse error before `m_wait'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:451: warning: type defaults to `int' in declaration of `m_wait'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:451: warning: data definition has no type or storage class
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:452: parse error before `m_drain'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:452: warning: type defaults to `int' in declaration of `m_drain'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:452: warning: data definition has no type or storage class
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:453: parse error before `m_mtypes'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:453: warning: type defaults to `int' in declaration of `m_mtypes'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:453: warning: data definition has no type or storage class
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:454: parse error before `}'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:486: parse error before `caddr_t'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:486: warning: function declaration isn't a prototype
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:489: parse error before `caddr_t'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:489: warning: function declaration isn't a prototype
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:495: parse error before `caddr_t'
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:495: warning: function declaration isn't a prototype
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:495: warning: function declaration isn't a prototype
In file included from /home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:61:
/ecoscvs/ecos_work3/install/include/sys/kernel.h:112: `time' redeclared as different kind of symbol
/ecoscvs/ecos_work3/install/include/cyg/libc/time/time.h:186: previous declaration of `time'
In file included from /home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:63:
/ecoscvs/ecos_work3/install/include/sys/protosw.h:157: parse error before `u_int'
/ecoscvs/ecos_work3/install/include/sys/protosw.h:157: warning: function declaration isn't a prototype
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:219: parse error before `size'
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:220: warning: function declaration isn't a prototype
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c: In function `cyg_net_malloc':
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:223: `flags' undeclared (first use in this function)
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:223: (Each undeclared identifier is reported only once
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:223: for each function it appears in.)
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:224: `size' undeclared (first use in this function)
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c: At top level:
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:233: parse error before `addr'
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:234: warning: function declaration isn't a prototype
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c: In function `cyg_net_free':
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:236: `addr' undeclared (first use in this function)
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c: In function `cyg_net_mbuf_alloc':
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:245: invalid use of undefined type `struct mbstat'
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c: At top level:
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:256: parse error before `addr'
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:257: warning: function declaration isn't a prototype
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c: In function `cyg_net_mbuf_free':
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:259: invalid use of undefined type `struct mbstat'
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:260: `addr' undeclared (first use in this function)
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c: At top level:
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:299: parse error before `x'
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:300: warning: function declaration isn't a prototype
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c: In function `cyg_mtocl':
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:302: `u_long' undeclared (first use in this function)
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:302: `x' undeclared (first use in this function)
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:302: parse error before `mbutl'
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:301: warning: `res' might be used uninitialized in this function
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c: At top level:
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:307: parse error before `x'
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:308: warning: function declaration isn't a prototype
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c: In function `cyg_cltom':
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:310: `caddr_t' undeclared (first use in this function)
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:310: `u_long' undeclared (first use in this function)
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:310: parse error before `mbutl'
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:310: `x' undeclared (first use in this function)
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:310: parse error before `)'
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c:309: warning: `res' might be used uninitialized in this function
/home/yrs/ecos/packages/net/tcpip/v1_0b1/src/ecos/support.c: At top level:
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:229: warning: array `__bcd2bin' assumed to have one element
/ecoscvs/ecos_work3/install/include/lib/libkern/libkern.h:229: warning: array `__bin2bcd' assumed to have one element
/ecoscvs/ecos_work3/install/include/sys/mbuf.h:459: storage size of `mbstat' isn't known
make[1]: *** [src/ecos/support.o.d] Error 1
make[1]: Leaving directory `/ecoscvs/ecos_work3/net/tcpip/v1_0b1'
make: *** [build] Error 2

   Thanks!

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]