public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Rupesh Kumar <rupeshk@moschip.com>
To: ecos <ecos-discuss@sources.redhat.com>
Subject: [ECOS] problem with expire_upcalls_ch
Date: Sat, 25 Jun 2005 09:10:00 -0000	[thread overview]
Message-ID: <1119689799.2648.8.camel@soctest> (raw)


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

                 reply	other threads:[~2005-06-25  9:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1119689799.2648.8.camel@soctest \
    --to=rupeshk@moschip.com \
    --cc=ecos-discuss@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).