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]
Other format: [Raw text]

problem with expire_upcalls_ch


Hi,

I am developing an application to make my board as a router.
I have my ethernet driver for the two interfaces.two interfaces are
working fine but the routing is not happening.
i tried enabling the CYGSEM_NET_ROUTING option then i am getting the
following compilatin errors.

arm-elf-gcc -c  -I/home/sunil/App/net_install/include
-I/home/sunil/Stand/ecos-2.0/packages/net/bsd_tcpip/v2_0
-I/home/sunil/Stand/ecos-2.0/packages/net/bsd_tcpip/v2_0/src
-I/home/sunil/Stand/ecos-2.0/packages/net/bsd_tcpip/v2_0/tests -I.
-I/home/sunil/Stand/ecos-2.0/packages/net/bsd_tcpip/v2_0/src/sys/netinet/ -mcpu=arm9 -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 -Wp,-MD,src/sys/netinet/ip_mroute.tmp -o src/sys/netinet/net_bsd_tcpip_ip_mroute.o /home/sunil/Stand/ecos-2.0/packages/net/bsd_tcpip/v2_0/src/sys/netinet/ip_mroute.c
/home/sunil/Stand/ecos-2.0/packages/net/bsd_tcpip/v2_0/src/sys/netinet/ip_mroute.c: In function `ip_mrouter_init':
/home/sunil/Stand/ecos-2.0/packages/net/bsd_tcpip/v2_0/src/sys/netinet/ip_mroute.c:589: `expire_upcalls_ch' has an incomplete type
/home/sunil/Stand/ecos-2.0/packages/net/bsd_tcpip/v2_0/src/sys/netinet/ip_mroute.c: In function `X_ip_mrouter_done':
/home/sunil/Stand/ecos-2.0/packages/net/bsd_tcpip/v2_0/src/sys/netinet/ip_mroute.c:632: too many arguments to function `untimeout'
/home/sunil/Stand/ecos-2.0/packages/net/bsd_tcpip/v2_0/src/sys/netinet/ip_mroute.c: In function `expire_upcalls':
/home/sunil/Stand/ecos-2.0/packages/net/bsd_tcpip/v2_0/src/sys/netinet/ip_mroute.c:1376: `expire_upcalls_ch' has an incomplete type
/home/sunil/Stand/ecos-2.0/packages/net/bsd_tcpip/v2_0/src/sys/netinet/ip_mroute.c: In function `cyg_rsvp_input':
/home/sunil/Stand/ecos-2.0/packages/net/bsd_tcpip/v2_0/src/sys/netinet/ip_mroute.c:2146: warning: unused variable `proto'
make[1]: Leaving directory
`/home/sunil/App/net_build/net/bsd_tcpip/v2_0'
/home/sunil/App/net_install/include/net/if_var.h: At top level:
make: Leaving directory `/home/sunil/App/net_build'
/home/sunil/Stand/ecos-2.0/packages/net/bsd_tcpip/v2_0/src/sys/netinet/ip_mroute.c:232: storage size of `expire_upcalls_ch' isn't known

make[1]: *** [src/sys/netinet/ip_mroute.o.d] Error 1
make: *** [build] Error 2



-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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