This is the mail archive of the ecos-devel@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]
Other format: [Raw text]

undefined reference to `CYG_ASSERT'error after enabling CYGPKG_IO_ETH_DRIVERS


Hi,
 
I am trying to build a Redboot image with CS8900A
Ethernet controller enabled for the EDB7xxx platform
under cygwin using the latest ecos CVS tree (checked
out June 27). I modified the top level ecos.db to add
CYGPKG_IO_ETH_DRIVERS 
for the "target edb7xxx". Then I issued the command 
 
    ecosconfig.exe new edb7xxx redboot
    ecosconfig.exe tree
    make

The build failed with the message:
    undefined reference to `CYG_ASSERT'

This is due to the warning from the if_cs8900a.c build
at line 551:
    if_cs8900a.c:551: warning: implicit declaration of
function `CYG_ASSERT'

Does anyone know what was wrong with my build? By the
way, I don't get this error if I use the official 2.0
ecos release.
 
Attached is the build output. Any help would be
greatly appreciated.
 
Best regards,
Dan



		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 
$ ecosconfig.exe new edb7xxx redboot
U CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT, new inferred value 0xC0038000
U CYGSEM_HAL_USE_ROM_MONITOR, new inferred value 0
U CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK, new inferred value 0


$ ecosconfig.exe tree


$ make
make -r -C hal/arm/arch/current headers
make[1]: Entering directory `/home/redboot/hal/arm/arch/current'
make[1]: Leaving directory `/home/redboot/hal/arm/arch/current'
make -r -C hal/arm/edb7xxx/current headers
make[1]: Entering directory `/home/redboot/hal/arm/edb7xxx/current'
make[1]: Leaving directory `/home/redboot/hal/arm/edb7xxx/current'
make -r -C devs/eth/arm/edb7xxx/current headers
make[1]: Entering directory `/home/redboot/devs/eth/arm/edb7xxx/current'
make[1]: Leaving directory `/home/redboot/devs/eth/arm/edb7xxx/current'
make -r -C io/eth/current headers
make[1]: Entering directory `/home/redboot/io/eth/current'
make[1]: Leaving directory `/home/redboot/io/eth/current'
make -r -C devs/eth/cl/cs8900a/current headers
make[1]: Entering directory `/home/redboot/devs/eth/cl/cs8900a/current'
make[1]: Leaving directory `/home/redboot/devs/eth/cl/cs8900a/current'
make -r -C hal/common/current headers
make[1]: Entering directory `/home/redboot/hal/common/current'
make[1]: Leaving directory `/home/redboot/hal/common/current'
make -r -C infra/current headers
make[1]: Entering directory `/home/redboot/infra/current'
make[1]: Leaving directory `/home/redboot/infra/current'
make -r -C redboot/current headers
make[1]: Entering directory `/home/redboot/redboot/current'
make[1]: Leaving directory `/home/redboot/redboot/current'
make -r -C isoinfra/current headers
make[1]: Entering directory `/home/redboot/isoinfra/current'
make[1]: Leaving directory `/home/redboot/isoinfra/current'
make -r -C language/c/libc/string/current headers
make[1]: Entering directory `/home/redboot/language/c/libc/string/current'
make[1]: Leaving directory `/home/redboot/language/c/libc/string/current'
make -r -C services/crc/current headers
make[1]: Entering directory `/home/redboot/services/crc/current'
make[1]: Leaving directory `/home/redboot/services/crc/current'
headers finished
make -r -C hal/arm/arch/current arm.inc
make[1]: Entering directory `/home/redboot/hal/arm/arch/current'
arm-elf-gcc -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -W
undef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions    -
I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/a
rch/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/arch/current/src -I/ecos-d/cygwin/
opt/ecos/ecos062704/packages/hal/arm/arch/current/tests -I. -Wp,-MD,arm.tmp -o hal_mk_defs.tmp -S /e
cos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/arch/current/src/hal_mk_defs.c
fgrep .equ hal_mk_defs.tmp | sed s/#// > arm.inc
make[1]: Leaving directory `/home/redboot/hal/arm/arch/current'
make -r -C hal/arm/arch/current build
make[1]: Entering directory `/home/redboot/hal/arm/arch/current'
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/hal/arm/arch/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/arch/current/src
-I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/arch/current/tests -I. -I/ecos-d/cygwin/opt/ec
os/ecos062704/packages/hal/arm/arch/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-
arith -Wstrict-prototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-excepti
ons   -Wp,-MD,src/hal_misc.tmp -o src/hal_arm_arch_hal_misc.o /ecos-d/cygwin/opt/ecos/ecos062704/pac
kages/hal/arm/arch/current/src/hal_misc.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/hal/arm/arch/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/arch/current/src
-I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/arch/current/tests -I. -I/ecos-d/cygwin/opt/ec
os/ecos062704/packages/hal/arm/arch/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-
arith -Wstrict-prototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-excepti
ons   -Wp,-MD,src/context.tmp -o src/hal_arm_arch_context.o /ecos-d/cygwin/opt/ecos/ecos062704/packa
ges/hal/arm/arch/current/src/context.S
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/hal/arm/arch/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/arch/current/src
-I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/arch/current/tests -I. -I/ecos-d/cygwin/opt/ec
os/ecos062704/packages/hal/arm/arch/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-
arith -Wstrict-prototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-excepti
ons   -Wp,-MD,src/arm_stub.tmp -o src/hal_arm_arch_arm_stub.o /ecos-d/cygwin/opt/ecos/ecos062704/pac
kages/hal/arm/arch/current/src/arm_stub.c
/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/arch/current/src/arm_stub.c: In function `target
_ins':
/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/arch/current/src/arm_stub.c:533: warning: return
 makes pointer from integer without a cast
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/hal/arm/arch/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/arch/current/src
-I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/arch/current/tests -I. -I/ecos-d/cygwin/opt/ec
os/ecos062704/packages/hal/arm/arch/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-
arith -Wstrict-prototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-excepti
ons   -Wp,-MD,src/hal_syscall.tmp -o src/hal_arm_arch_hal_syscall.o /ecos-d/cygwin/opt/ecos/ecos0627
04/packages/hal/arm/arch/current/src/hal_syscall.c
arm-elf-ar rcs /ecos-d/cygwin/home/redboot/install/lib/libtarget.a src/hal_arm_arch_hal_misc.o src/h
al_arm_arch_context.o src/hal_arm_arch_arm_stub.o src/hal_arm_arch_hal_syscall.o
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/hal/arm/arch/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/arch/current/src
-I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/arch/current/tests -I. -I/ecos-d/cygwin/opt/ec
os/ecos062704/packages/hal/arm/arch/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-
arith -Wstrict-prototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-excepti
ons   -Wp,-MD,src/redboot_linux_exec.tmp -o src/hal_arm_arch_redboot_linux_exec.o /ecos-d/cygwin/opt
/ecos/ecos062704/packages/hal/arm/arch/current/src/redboot_linux_exec.c
arm-elf-ar rcs /ecos-d/cygwin/home/redboot/install/lib/libextras.a src/hal_arm_arch_redboot_linux_ex
ec.o
make[1]: Leaving directory `/home/redboot/hal/arm/arch/current'
make -r -C hal/arm/edb7xxx/current build
make[1]: Entering directory `/home/redboot/hal/arm/edb7xxx/current'
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/hal/arm/edb7xxx/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/edb7xxx/curren
t/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/edb7xxx/current/tests -I. -I/ecos-d/cygw
in/opt/ecos/ecos062704/packages/hal/arm/edb7xxx/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wal
l -Wpointer-arith -Wstrict-prototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections
-fno-exceptions   -Wp,-MD,src/hal_diag.tmp -o src/hal_arm_edb7xxx_hal_diag.o /ecos-d/cygwin/opt/ecos
/ecos062704/packages/hal/arm/edb7xxx/current/src/hal_diag.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/hal/arm/edb7xxx/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/edb7xxx/curren
t/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/edb7xxx/current/tests -I. -I/ecos-d/cygw
in/opt/ecos/ecos062704/packages/hal/arm/edb7xxx/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wal
l -Wpointer-arith -Wstrict-prototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections
-fno-exceptions   -Wp,-MD,src/edb7xxx_misc.tmp -o src/hal_arm_edb7xxx_edb7xxx_misc.o /ecos-d/cygwin/
opt/ecos/ecos062704/packages/hal/arm/edb7xxx/current/src/edb7xxx_misc.c
arm-elf-ar rcs /ecos-d/cygwin/home/redboot/install/lib/libtarget.a src/hal_arm_edb7xxx_hal_diag.o sr
c/hal_arm_edb7xxx_edb7xxx_misc.o
make[1]: Leaving directory `/home/redboot/hal/arm/edb7xxx/current'
make -r -C devs/eth/arm/edb7xxx/current build
make[1]: Entering directory `/home/redboot/devs/eth/arm/edb7xxx/current'
make[1]: Nothing to be done for `build'.
make[1]: Leaving directory `/home/redboot/devs/eth/arm/edb7xxx/current'
make -r -C io/eth/current build
make[1]: Entering directory `/home/redboot/io/eth/current'
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/io/eth/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/io/eth/current/src -I/ecos-d/cy
gwin/opt/ecos/ecos062704/packages/io/eth/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/pack
ages/io/eth/current/src/stand_alone/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstri
ct-prototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -D_KER
NEL -D__ECOS -Wp,-MD,src/stand_alone/eth_drv.tmp -o src/stand_alone/io_eth_eth_drv.o /ecos-d/cygwin/
opt/ecos/ecos062704/packages/io/eth/current/src/stand_alone/eth_drv.c
arm-elf-ar rcs /ecos-d/cygwin/home/redboot/install/lib/libtarget.a src/stand_alone/io_eth_eth_drv.o
make[1]: Leaving directory `/home/redboot/io/eth/current'
make -r -C devs/eth/cl/cs8900a/current build
make[1]: Entering directory `/home/redboot/devs/eth/cl/cs8900a/current'
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/devs/eth/cl/cs8900a/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/devs/eth/cl/cs8900
a/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/devs/eth/cl/cs8900a/current/tests -I. -I
/ecos-d/cygwin/opt/ecos/ecos062704/packages/devs/eth/cl/cs8900a/current/src/ -finline-limit=7000 -mc
pu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef  -g -O2 -ffunction-sections -
fdata-sections  -fno-exceptions   -D_KERNEL -D__ECOS -Wp,-MD,src/if_cs8900a.tmp -o src/devs_eth_cl_c
s8900a_if_cs8900a.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/devs/eth/cl/cs8900a/current/src/if_c
s8900a.c
/ecos-d/cygwin/opt/ecos/ecos062704/packages/devs/eth/cl/cs8900a/current/src/if_cs8900a.c: In functio
n `cs8900a_RxEvent':
/ecos-d/cygwin/opt/ecos/ecos062704/packages/devs/eth/cl/cs8900a/current/src/if_cs8900a.c:551: warnin
g: implicit declaration of function `CYG_ASSERT'
arm-elf-ar rcs /ecos-d/cygwin/home/redboot/install/lib/libextras.a src/devs_eth_cl_cs8900a_if_cs8900
a.o
make[1]: Leaving directory `/home/redboot/devs/eth/cl/cs8900a/current'
make -r -C hal/common/current build
make[1]: Entering directory `/home/redboot/hal/common/current'
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/hal/common/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/common/current/src -I/e
cos-d/cygwin/opt/ecos/ecos062704/packages/hal/common/current/tests -I. -I/ecos-d/cygwin/opt/ecos/eco
s062704/packages/hal/common/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -W
strict-prototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -W
p,-MD,src/drv_api.tmp -o src/hal_common_drv_api.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/co
mmon/current/src/drv_api.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/hal/common/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/common/current/src -I/e
cos-d/cygwin/opt/ecos/ecos062704/packages/hal/common/current/tests -I. -I/ecos-d/cygwin/opt/ecos/eco
s062704/packages/hal/common/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -W
strict-prototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -W
p,-MD,src/generic-stub.tmp -o src/hal_common_generic-stub.o /ecos-d/cygwin/opt/ecos/ecos062704/packa
ges/hal/common/current/src/generic-stub.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/hal/common/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/common/current/src -I/e
cos-d/cygwin/opt/ecos/ecos062704/packages/hal/common/current/tests -I. -I/ecos-d/cygwin/opt/ecos/eco
s062704/packages/hal/common/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -W
strict-prototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -W
p,-MD,src/thread-packets.tmp -o src/hal_common_thread-packets.o /ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/hal/common/current/src/thread-packets.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/hal/common/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/common/current/src -I/e
cos-d/cygwin/opt/ecos/ecos062704/packages/hal/common/current/tests -I. -I/ecos-d/cygwin/opt/ecos/eco
s062704/packages/hal/common/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -W
strict-prototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -W
p,-MD,src/hal_stub.tmp -o src/hal_common_hal_stub.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/
common/current/src/hal_stub.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/hal/common/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/common/current/src -I/e
cos-d/cygwin/opt/ecos/ecos062704/packages/hal/common/current/tests -I. -I/ecos-d/cygwin/opt/ecos/eco
s062704/packages/hal/common/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -W
strict-prototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -W
p,-MD,src/bplist-dynamic.tmp -o src/hal_common_bplist-dynamic.o /ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/hal/common/current/src/bplist-dynamic.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/hal/common/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/common/current/src -I/e
cos-d/cygwin/opt/ecos/ecos062704/packages/hal/common/current/tests -I. -I/ecos-d/cygwin/opt/ecos/eco
s062704/packages/hal/common/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -W
strict-prototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -W
p,-MD,src/hal_if.tmp -o src/hal_common_hal_if.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/comm
on/current/src/hal_if.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/hal/common/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/common/current/src -I/e
cos-d/cygwin/opt/ecos/ecos062704/packages/hal/common/current/tests -I. -I/ecos-d/cygwin/opt/ecos/eco
s062704/packages/hal/common/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -W
strict-prototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -W
p,-MD,src/hal_misc.tmp -o src/hal_common_hal_misc.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/
common/current/src/hal_misc.c
arm-elf-ar rcs /ecos-d/cygwin/home/redboot/install/lib/libtarget.a src/hal_common_drv_api.o src/hal_
common_generic-stub.o src/hal_common_thread-packets.o src/hal_common_hal_stub.o src/hal_common_bplis
t-dynamic.o src/hal_common_hal_if.o src/hal_common_hal_misc.o
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/hal/common/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/common/current/src -I/e
cos-d/cygwin/opt/ecos/ecos062704/packages/hal/common/current/tests -I. -I/ecos-d/cygwin/opt/ecos/eco
s062704/packages/hal/common/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -W
strict-prototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -W
p,-MD,src/dummy.tmp -o src/hal_common_dummy.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/common
/current/src/dummy.c
arm-elf-ar rcs /ecos-d/cygwin/home/redboot/install/lib/libextras.a src/hal_common_dummy.o
make[1]: Leaving directory `/home/redboot/hal/common/current'
make -r -C infra/current build
make[1]: Entering directory `/home/redboot/infra/current'
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/infra/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/current/src -I/ecos-d/cygw
in/opt/ecos/ecos062704/packages/infra/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/package
s/infra/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -W
inline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-except
ions   -Wp,-MD,src/startup.tmp -o src/infra_startup.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/in
fra/current/src/startup.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/infra/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/current/src -I/ecos-d/cygw
in/opt/ecos/ecos062704/packages/infra/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/package
s/infra/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -W
inline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-except
ions   -Wp,-MD,src/prestart.tmp -o src/infra_prestart.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/
infra/current/src/prestart.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/infra/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/current/src -I/ecos-d/cygw
in/opt/ecos/ecos062704/packages/infra/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/package
s/infra/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -W
inline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-except
ions   -Wp,-MD,src/pkgstart.tmp -o src/infra_pkgstart.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/
infra/current/src/pkgstart.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/infra/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/current/src -I/ecos-d/cygw
in/opt/ecos/ecos062704/packages/infra/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/package
s/infra/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -W
inline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-except
ions   -Wp,-MD,src/userstart.tmp -o src/infra_userstart.o /ecos-d/cygwin/opt/ecos/ecos062704/package
s/infra/current/src/userstart.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/infra/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/current/src -I/ecos-d/cygw
in/opt/ecos/ecos062704/packages/infra/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/package
s/infra/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -W
inline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-except
ions   -Wp,-MD,src/dummyxxmain.tmp -o src/infra_dummyxxmain.o /ecos-d/cygwin/opt/ecos/ecos062704/pac
kages/infra/current/src/dummyxxmain.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/infra/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/current/src -I/ecos-d/cygw
in/opt/ecos/ecos062704/packages/infra/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/package
s/infra/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -W
inline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-except
ions   -Wp,-MD,src/null.tmp -o src/infra_null.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/cu
rrent/src/null.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/infra/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/current/src -I/ecos-d/cygw
in/opt/ecos/ecos062704/packages/infra/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/package
s/infra/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -W
inline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-except
ions   -Wp,-MD,src/simple.tmp -o src/infra_simple.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/infr
a/current/src/simple.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/infra/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/current/src -I/ecos-d/cygw
in/opt/ecos/ecos062704/packages/infra/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/package
s/infra/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -W
inline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-except
ions   -Wp,-MD,src/fancy.tmp -o src/infra_fancy.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/
current/src/fancy.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/infra/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/current/src -I/ecos-d/cygw
in/opt/ecos/ecos062704/packages/infra/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/package
s/infra/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -W
inline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-except
ions   -Wp,-MD,src/buffer.tmp -o src/infra_buffer.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/infr
a/current/src/buffer.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/infra/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/current/src -I/ecos-d/cygw
in/opt/ecos/ecos062704/packages/infra/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/package
s/infra/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -W
inline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-except
ions   -Wp,-MD,src/diag.tmp -o src/infra_diag.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/cu
rrent/src/diag.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/infra/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/current/src -I/ecos-d/cygw
in/opt/ecos/ecos062704/packages/infra/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/package
s/infra/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -W
inline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-except
ions   -Wp,-MD,src/tcdiag.tmp -o src/infra_tcdiag.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/infr
a/current/src/tcdiag.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/infra/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/current/src -I/ecos-d/cygw
in/opt/ecos/ecos062704/packages/infra/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/package
s/infra/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -W
inline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,src/memcpy.tmp
 -o src/infra_memcpy.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/current/src/memcpy.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/infra/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/current/src -I/ecos-d/cygw
in/opt/ecos/ecos062704/packages/infra/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/package
s/infra/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -W
inline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,src/memset.tmp
 -o src/infra_memset.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/current/src/memset.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/infra/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/current/src -I/ecos-d/cygw
in/opt/ecos/ecos062704/packages/infra/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/package
s/infra/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -W
inline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-except
ions   -Wp,-MD,src/delete.tmp -o src/infra_delete.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/infr
a/current/src/delete.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/infra/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/current/src -I/ecos-d/cygw
in/opt/ecos/ecos062704/packages/infra/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/package
s/infra/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -W
inline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,src/eprintf.tm
p -o src/infra_eprintf.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/current/src/eprintf.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/infra/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/current/src -I/ecos-d/cygw
in/opt/ecos/ecos062704/packages/infra/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/package
s/infra/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -W
inline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-except
ions   -Wp,-MD,src/pure.tmp -o src/infra_pure.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/cu
rrent/src/pure.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/infra/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/current/src -I/ecos-d/cygw
in/opt/ecos/ecos062704/packages/infra/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/package
s/infra/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -W
inline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-except
ions   -Wp,-MD,src/abort.tmp -o src/infra_abort.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/infra/
current/src/abort.cxx
arm-elf-ar rcs /ecos-d/cygwin/home/redboot/install/lib/libtarget.a src/infra_startup.o src/infra_pre
start.o src/infra_pkgstart.o src/infra_userstart.o src/infra_dummyxxmain.o src/infra_null.o src/infr
a_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 src/infra_eprintf.o src/infra_pure.o src/infra_abort.o
make[1]: Leaving directory `/home/redboot/infra/current'
make -r -C redboot/current build
make[1]: Entering directory `/home/redboot/redboot/current'
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-proto
types -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,src/ma
in.tmp -o src/redboot_main.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src/main.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-proto
types -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,src/mi
sc_funs.tmp -o src/redboot_misc_funs.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/s
rc/misc_funs.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-proto
types -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,src/io
.tmp -o src/redboot_io.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src/io.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-proto
types -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,src/pa
rse.tmp -o src/redboot_parse.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src/parse
.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-proto
types -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,src/ti
cks.tmp -o src/redboot_ticks.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src/ticks
.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-proto
types -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,src/sy
scall.tmp -o src/redboot_syscall.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src/s
yscall.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-proto
types -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,src/al
ias.tmp -o src/redboot_alias.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src/alias
.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/net/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-p
rototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,sr
c/net/bootp.tmp -o src/net/redboot_bootp.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/curre
nt/src/net/bootp.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/net/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-p
rototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,sr
c/net/udp.tmp -o src/net/redboot_udp.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/s
rc/net/udp.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/net/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-p
rototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,sr
c/net/ip.tmp -o src/net/redboot_ip.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src
/net/ip.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/net/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-p
rototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,sr
c/net/pktbuf.tmp -o src/net/redboot_pktbuf.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/cur
rent/src/net/pktbuf.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/net/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-p
rototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,sr
c/net/cksum.tmp -o src/net/redboot_cksum.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/curre
nt/src/net/cksum.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/net/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-p
rototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,sr
c/net/enet.tmp -o src/net/redboot_enet.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current
/src/net/enet.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/net/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-p
rototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,sr
c/net/icmp.tmp -o src/net/redboot_icmp.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current
/src/net/icmp.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/net/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-p
rototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,sr
c/net/tcp.tmp -o src/net/redboot_tcp.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/s
rc/net/tcp.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/net/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-p
rototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,sr
c/net/timers.tmp -o src/net/redboot_timers.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/cur
rent/src/net/timers.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/net/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-p
rototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,sr
c/net/arp.tmp -o src/net/redboot_arp.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/s
rc/net/arp.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/net/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-p
rototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,sr
c/net/inet_addr.tmp -o src/net/redboot_inet_addr.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redbo
ot/current/src/net/inet_addr.c
arm-elf-ar rcs /ecos-d/cygwin/home/redboot/install/lib/libtarget.a src/redboot_main.o src/redboot_mi
sc_funs.o src/redboot_io.o src/redboot_parse.o src/redboot_ticks.o src/redboot_syscall.o src/redboot
_alias.o src/net/redboot_bootp.o src/net/redboot_udp.o src/net/redboot_ip.o src/net/redboot_pktbuf.o
 src/net/redboot_cksum.o src/net/redboot_enet.o src/net/redboot_icmp.o src/net/redboot_tcp.o src/net
/redboot_timers.o src/net/redboot_arp.o src/net/redboot_inet_addr.o
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-proto
types -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,src/lo
ad.tmp -o src/redboot_load.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src/load.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-proto
types -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,src/xy
zModem.tmp -o src/redboot_xyzModem.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src
/xyzModem.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-proto
types -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,src/ck
sum.tmp -o src/redboot_cksum.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src/cksum
.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-proto
types -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,src/mf
ill.tmp -o src/redboot_mfill.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src/mfill
.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-proto
types -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,src/mc
mp.tmp -o src/redboot_mcmp.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src/mcmp.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-proto
types -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,src/mc
opy.tmp -o src/redboot_mcopy.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src/mcopy
.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-proto
types -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,src/du
mp.tmp -o src/redboot_dump.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src/dump.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-proto
types -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,src/ca
ches.tmp -o src/redboot_caches.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src/cac
hes.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/net/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-p
rototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,sr
c/net/ping.tmp -o src/net/redboot_ping.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current
/src/net/ping.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/net/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-p
rototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,sr
c/net/net_io.tmp -o src/net/redboot_net_io.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/cur
rent/src/net/net_io.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/net/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-p
rototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,sr
c/net/tftp_client.tmp -o src/net/redboot_tftp_client.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/r
edboot/current/src/net/tftp_client.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/net/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-p
rototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,sr
c/net/http_client.tmp -o src/net/redboot_http_client.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/r
edboot/current/src/net/http_client.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current/src/fs/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-pr
ototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -Wp,-MD,src
/fs/e2fs.tmp -o src/fs/redboot_e2fs.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/sr
c/fs/e2fs.c
arm-elf-ar rcs /ecos-d/cygwin/home/redboot/install/lib/libextras.a src/redboot_load.o src/redboot_xy
zModem.o src/redboot_cksum.o src/redboot_mfill.o src/redboot_mcmp.o src/redboot_mcopy.o src/redboot_
dump.o src/redboot_caches.o src/net/redboot_ping.o src/net/redboot_net_io.o src/net/redboot_tftp_cli
ent.o src/net/redboot_http_client.o src/fs/redboot_e2fs.o
make[1]: Leaving directory `/home/redboot/redboot/current'
make -r -C isoinfra/current build
make[1]: Entering directory `/home/redboot/isoinfra/current'
make[1]: Nothing to be done for `build'.
make[1]: Leaving directory `/home/redboot/isoinfra/current'
make -r -C language/c/libc/string/current build
make[1]: Entering directory `/home/redboot/language/c/libc/string/current'
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/language/c/libc/string/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc
/string/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/tes
ts -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/src/ -finline-li
mit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virt
ual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -Wp,-MD,src/memchr.tmp -o
 src/language_c_libc_string_memchr.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/str
ing/current/src/memchr.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/language/c/libc/string/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc
/string/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/tes
ts -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/src/ -finline-li
mit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virt
ual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -Wp,-MD,src/memcmp.tmp -o
 src/language_c_libc_string_memcmp.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/str
ing/current/src/memcmp.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/language/c/libc/string/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc
/string/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/tes
ts -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/src/ -finline-li
mit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virt
ual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -Wp,-MD,src/memmove.tmp -
o src/language_c_libc_string_memmove.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/s
tring/current/src/memmove.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/language/c/libc/string/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc
/string/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/tes
ts -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/src/ -finline-li
mit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virt
ual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -Wp,-MD,src/strcat.tmp -o
 src/language_c_libc_string_strcat.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/str
ing/current/src/strcat.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/language/c/libc/string/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc
/string/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/tes
ts -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/src/ -finline-li
mit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virt
ual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -Wp,-MD,src/strchr.tmp -o
 src/language_c_libc_string_strchr.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/str
ing/current/src/strchr.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/language/c/libc/string/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc
/string/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/tes
ts -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/src/ -finline-li
mit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virt
ual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -Wp,-MD,src/strcmp.tmp -o
 src/language_c_libc_string_strcmp.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/str
ing/current/src/strcmp.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/language/c/libc/string/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc
/string/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/tes
ts -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/src/ -finline-li
mit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virt
ual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -Wp,-MD,src/strcoll.tmp -
o src/language_c_libc_string_strcoll.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/s
tring/current/src/strcoll.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/language/c/libc/string/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc
/string/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/tes
ts -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/src/ -finline-li
mit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virt
ual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -Wp,-MD,src/strcpy.tmp -o
 src/language_c_libc_string_strcpy.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/str
ing/current/src/strcpy.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/language/c/libc/string/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc
/string/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/tes
ts -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/src/ -finline-li
mit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virt
ual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -Wp,-MD,src/strcspn.tmp -
o src/language_c_libc_string_strcspn.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/s
tring/current/src/strcspn.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/language/c/libc/string/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc
/string/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/tes
ts -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/src/ -finline-li
mit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virt
ual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -Wp,-MD,src/strlen.tmp -o
 src/language_c_libc_string_strlen.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/str
ing/current/src/strlen.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/language/c/libc/string/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc
/string/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/tes
ts -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/src/ -finline-li
mit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virt
ual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -Wp,-MD,src/strncat.tmp -
o src/language_c_libc_string_strncat.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/s
tring/current/src/strncat.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/language/c/libc/string/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc
/string/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/tes
ts -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/src/ -finline-li
mit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virt
ual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -Wp,-MD,src/strncmp.tmp -
o src/language_c_libc_string_strncmp.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/s
tring/current/src/strncmp.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/language/c/libc/string/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc
/string/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/tes
ts -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/src/ -finline-li
mit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virt
ual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -Wp,-MD,src/strncpy.tmp -
o src/language_c_libc_string_strncpy.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/s
tring/current/src/strncpy.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/language/c/libc/string/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc
/string/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/tes
ts -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/src/ -finline-li
mit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virt
ual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -Wp,-MD,src/strpbrk.tmp -
o src/language_c_libc_string_strpbrk.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/s
tring/current/src/strpbrk.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/language/c/libc/string/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc
/string/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/tes
ts -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/src/ -finline-li
mit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virt
ual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -Wp,-MD,src/strrchr.tmp -
o src/language_c_libc_string_strrchr.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/s
tring/current/src/strrchr.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/language/c/libc/string/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc
/string/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/tes
ts -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/src/ -finline-li
mit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virt
ual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -Wp,-MD,src/strspn.tmp -o
 src/language_c_libc_string_strspn.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/str
ing/current/src/strspn.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/language/c/libc/string/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc
/string/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/tes
ts -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/src/ -finline-li
mit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virt
ual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -Wp,-MD,src/strstr.tmp -o
 src/language_c_libc_string_strstr.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/str
ing/current/src/strstr.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/language/c/libc/string/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc
/string/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/tes
ts -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/src/ -finline-li
mit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virt
ual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -Wp,-MD,src/strsuppt.tmp
-o src/language_c_libc_string_strsuppt.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc
/string/current/src/strsuppt.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/language/c/libc/string/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc
/string/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/tes
ts -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/src/ -finline-li
mit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virt
ual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -Wp,-MD,src/strtok.tmp -o
 src/language_c_libc_string_strtok.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/str
ing/current/src/strtok.cxx
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/language/c/libc/string/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc
/string/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/tes
ts -I. -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/string/current/src/ -finline-li
mit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virt
ual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -Wp,-MD,src/strxfrm.tmp -
o src/language_c_libc_string_strxfrm.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/language/c/libc/s
tring/current/src/strxfrm.cxx
arm-elf-ar rcs /ecos-d/cygwin/home/redboot/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_stri
ng_strcat.o src/language_c_libc_string_strchr.o src/language_c_libc_string_strcmp.o src/language_c_l
ibc_string_strcoll.o src/language_c_libc_string_strcpy.o src/language_c_libc_string_strcspn.o src/la
nguage_c_libc_string_strlen.o src/language_c_libc_string_strncat.o src/language_c_libc_string_strncm
p.o src/language_c_libc_string_strncpy.o src/language_c_libc_string_strpbrk.o src/language_c_libc_st
ring_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 `/home/redboot/language/c/libc/string/current'
make -r -C services/crc/current build
make[1]: Entering directory `/home/redboot/services/crc/current'
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/services/crc/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/services/crc/current/src
-I/ecos-d/cygwin/opt/ecos/ecos062704/packages/services/crc/current/tests -I. -I/ecos-d/cygwin/opt/ec
os/ecos062704/packages/services/crc/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-
arith -Wstrict-prototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-excepti
ons   -Wp,-MD,src/posix_crc.tmp -o src/services_crc_posix_crc.o /ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/services/crc/current/src/posix_crc.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/services/crc/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/services/crc/current/src
-I/ecos-d/cygwin/opt/ecos/ecos062704/packages/services/crc/current/tests -I. -I/ecos-d/cygwin/opt/ec
os/ecos062704/packages/services/crc/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-
arith -Wstrict-prototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-excepti
ons   -Wp,-MD,src/crc16.tmp -o src/services_crc_crc16.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/
services/crc/current/src/crc16.c
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/services/crc/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/services/crc/current/src
-I/ecos-d/cygwin/opt/ecos/ecos062704/packages/services/crc/current/tests -I. -I/ecos-d/cygwin/opt/ec
os/ecos062704/packages/services/crc/current/src/ -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-
arith -Wstrict-prototypes -Winline -Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-excepti
ons   -Wp,-MD,src/crc32.tmp -o src/services_crc_crc32.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/
services/crc/current/src/crc32.c
arm-elf-ar rcs /ecos-d/cygwin/home/redboot/install/lib/libtarget.a src/services_crc_posix_crc.o src/
services_crc_crc16.o src/services_crc_crc32.o
make[1]: Leaving directory `/home/redboot/services/crc/current'
make -r -C hal/common/current /ecos-d/cygwin/home/redboot/install/lib/extras.o
make[1]: Entering directory `/home/redboot/hal/common/current'
arm-elf-gcc -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -W
undef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -n
ostdlib -Wl,-r -Wl,--whole-archive -o /ecos-d/cygwin/home/redboot/install/lib/extras.o /ecos-d/cygwi
n/home/redboot/install/lib/libextras.a
make[1]: Leaving directory `/home/redboot/hal/common/current'
make -r -C hal/arm/arch/current /ecos-d/cygwin/home/redboot/install/lib/vectors.o
make[1]: Entering directory `/home/redboot/hal/arm/arch/current'
arm-elf-gcc -Wp,-MD,vectors.tmp  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/
ecos/ecos062704/packages/hal/arm/arch/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/
arch/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/arch/current/tests -I. -finli
ne-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded
-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -c -o /ecos-d/cygwin
/home/redboot/install/lib/vectors.o /ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/arch/current
/src/vectors.S
make[1]: Leaving directory `/home/redboot/hal/arm/arch/current'
make -r -C hal/arm/arch/current /ecos-d/cygwin/home/redboot/install/lib/target.ld
make[1]: Entering directory `/home/redboot/hal/arm/arch/current'
arm-elf-gcc -E -P -Wp,-MD,target.tmp -xc  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cy
gwin/opt/ecos/ecos062704/packages/hal/arm/arch/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages
/hal/arm/arch/current/src -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/arch/current/tests -
I. -finline-limit=7000 -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Wo
verloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   -o /ecos-d/
cygwin/home/redboot/install/lib/target.ld /ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/arch/c
urrent/src/arm.ld
make[1]: Leaving directory `/home/redboot/hal/arm/arch/current'
make -r -C redboot/current /ecos-d/cygwin/home/redboot/install/bin/redboot.elf
make[1]: Entering directory `/home/redboot/redboot/current'
arm-elf-gcc -c  -I/ecos-d/cygwin/home/redboot/install/include -I/ecos-d/cygwin/opt/ecos/ecos062704/p
ackages/redboot/current -I/ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src -I/ecos-d/
cygwin/opt/ecos/ecos062704/packages/redboot/current/tests -I. -finline-limit=7000 -mcpu=arm7tdmi -Wa
ll -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-secti
ons -fdata-sections -fno-rtti -fno-exceptions   -o /ecos-d/cygwin/home/redboot/install/lib/version.o
 /ecos-d/cygwin/opt/ecos/ecos062704/packages/redboot/current/src/version.c
arm-elf-gcc -mcpu=arm7tdmi -Wl,--gc-sections -Wl,-static -g -nostdlib -L/ecos-d/cygwin/home/redboot/
install/lib -Ttarget.ld -o /ecos-d/cygwin/home/redboot/install/bin/redboot.elf /ecos-d/cygwin/home/r
edboot/install/lib/version.o
/ecos-d/cygwin/home/redboot/install/lib/extras.o: In function `do_exec':
/ecos-d/cygwin/opt/ecos/ecos062704/packages/hal/arm/arch/current/src/redboot_linux_exec.c:295: undef
ined reference to `CYG_ASSERT'
collect2: ld returned 1 exit status
make[1]: *** [/ecos-d/cygwin/home/redboot/install/bin/redboot.elf] Error 1
make[1]: Leaving directory `/home/redboot/redboot/current'
make: *** [build] Error 2

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