[ros-dev] Re: [ros-cvs] CVS Update: reactos tcpip

James Tabor jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net
Fri Oct 8 01:54:07 CEST 2004


Hi,
arty at cvs.reactos.com wrote:
> CVSROOT:	/CVS/ReactOS
> Module name:	reactos
> Repository:	reactos/drivers/net/tcpip/tcpip/
> Changes by:	arty at mok.osexperts.com	04/10/07 08:04:45
> 
> Modified files:
> 	reactos/drivers/lib/ip/: makefile 
> 	reactos/drivers/lib/ip/network/: ip.c neighbor.c 
> 	reactos/drivers/net/tcpip/include/: ip.h 
> 	reactos/drivers/net/tcpip/tcpip/: main.c 
> 
> Log message:
> 	some formatting and prototype changes
> 	memtrack on
> 	moved timer dpc out of libip
> 	added work item for ip timer callback to work at passive level
> 

i386-mingw32-gcc -Wl,--base-file,base.tmp \
         -Wl,--entry,_DriverEntry at 8 \
         -nostartfiles -nostdlib  \
         -o junk.tmp \
         ./tcpip.coff tcpip/buffer.o tcpip/dispatch.o tcpip/fileobjs.o tcpip/irp.o tcpip/main.o 
tcpip/pool.o tcpip/info.o tcpip/ninfo.o tcpip/tinfo.o tcpip/iinfo.o datalink/lan.o 
datalink/loopback.o tests/_rtstub.o tests/regtests.a 
../../../dk/nkm/lib/../../../dk/w32/lib/oskittcp.a ../../../dk/nkm/lib/../../../dk/w32/lib/ip.a 
../../../dk/nkm/lib/../../../dk/w32/lib/rosrtl.a ../../../dk/nkm/lib/ndis.a 
../../../dk/nkm/lib/ntoskrnl.a ../../../dk/nkm/lib/hal.a
tcpip/buffer.o(.text+0x754):buffer.c: undefined reference to `TrackWithTag'
tcpip/buffer.o(.text+0x7c0):buffer.c: undefined reference to `TrackWithTag'
tcpip/buffer.o(.text+0x825):buffer.c: undefined reference to `TrackWithTag'
tcpip/buffer.o(.text+0x8f4):buffer.c: undefined reference to `UntrackFL'
tcpip/buffer.o(.text+0x918):buffer.c: undefined reference to `UntrackFL'
tcpip/buffer.o(.text+0x947):buffer.c: undefined reference to `UntrackFL'
tcpip/irp.o(.text+0x15):irp.c: undefined reference to `TrackWithTag'
tcpip/irp.o(.text+0x3e):irp.c: undefined reference to `UntrackFL'
tcpip/main.o(.text+0xaf1):main.c: undefined reference to `TrackingInit'
tcpip/main.o(.text+0xafe):main.c: undefined reference to `TrackTag'
tcpip/main.o(.text+0xb0e):main.c: undefined reference to `TrackTag'
tcpip/main.o(.text+0xb1e):main.c: undefined reference to `TrackTag'
tcpip/main.o(.text+0xb2e):main.c: undefined reference to `TrackTag'
tcpip/pool.o(.text+0x7d):pool.c: undefined reference to `TrackWithTag'
tcpip/pool.o(.text+0x9c):pool.c: undefined reference to `UntrackFL'
datalink/lan.o(.text+0x1332):lan.c: undefined reference to `TrackWithTag'
datalink/lan.o(.text+0x1351):lan.c: undefined reference to `UntrackFL'
../../../dk/nkm/lib/../../../dk/w32/lib/ip.a(ip.o)(.text+0x1207):ip.c: undefined reference to 
`TrackWithTag'
../../../dk/nkm/lib/../../../dk/w32/lib/ip.a(ip.o)(.text+0x1226):ip.c: undefined reference to 
`UntrackFL'
make[1]: *** [tcpip.nostrip.sys] Error 1


Thanks,
James


More information about the Ros-dev mailing list