From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11522 invoked by alias); 25 Jun 2005 09:10:32 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 11491 invoked by uid 22791); 25 Jun 2005 09:10:27 -0000 Received: from illhyd-static-203.197.252.75.vsnl.net.in (HELO communicator) (203.197.252.75) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Sat, 25 Jun 2005 09:10:27 +0000 Received: from [192.168.1.120] ([192.168.200.3]) by communicator (SAVSMTP 3.0.0.44) with SMTP id M2005062514515902935 for ; Sat, 25 Jun 2005 14:51:59 +0530 From: Rupesh Kumar To: ecos Content-Type: text/plain Message-Id: <1119689799.2648.8.camel@soctest> Mime-Version: 1.0 Date: Sat, 25 Jun 2005 09:10:00 -0000 Content-Transfer-Encoding: 7bit Subject: [ECOS] problem with expire_upcalls_ch X-SW-Source: 2005-06/txt/msg00257.txt.bz2 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