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]

Re: error in compiling network package


james chen wrote:

>  Hi,  I add network package with CYGPKG_NET_SYSCTL enabled, while I compile
> eCos, I get the following error.
>
>  james chen
>  ==============================================
>  .................
>  file://F/ecos_current/packages/net/tcpip/current/src/sys/netinet/ip_input.c
>
> file://F/ecos_current/packages/net/tcpip/current/src/sys/netinet/ip_input.c:
> In function `ip_sysctl':
>
> file://F/ecos_current/packages/net/tcpip/current/src/sys/netinet/ip_input.c:
> 1541: warning: implicit declaration of function `sysctl_int'
>
> file://F/ecos_current/packages/net/tcpip/current/src/sys/netinet/ip_input.c:
> 1555: `securelevel' undeclared (first use in this function)
>
> file://F/ecos_current/packages/net/tcpip/current/src/sys/netinet/ip_input.c:
> 1555: (Each undeclared identifier is reported only once
>
> file://F/ecos_current/packages/net/tcpip/current/src/sys/netinet/ip_input.c:
> 1555: for each function it appears in.)
>  make[1]: *** [src/sys/netinet/ip_input.o.d] Error 1
>  make[1]: Leaving directory
>  `/home/ecos/work/elix/elix_build/net/tcpip/current'

At  this time, the 'sysctl' functions are not complete, so don't use them.


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