This is the mail archive of the ecos-discuss@sourceware.cygnus.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]

Compiling TCP/IP Stack


Hi,
I try to compile Tristan's TCP/IP stack for eCos, with the cygnus arm Tools on NT platform. 
During the compilation of the file "kern_subr.c" i' ve got the following warning:
 
In file included from ../sys/param.h:81,
                 from kern_subr.c:42:
C:\cygnus\ECOSSW~1\H-I586~1\bin/../lib/gcc-lib/arm-elf/2.9-ecosSWtools-arm-990321/../../../../arm-elf/include/sys/errno.h:14: warning: `errno' redefined
c:/ecos-work/install/include/errno.h:69: warning: this is the location of the previous definition
 
It seems that there's a conflict with "errno.h" and i'm little bit confuse about the one that should be included.
I suppose that this file should be into /networking/libnetworking/sys, and i don't see such a file in this directory.
 
The changes I made to the Makefile are: (c:/ecos-work/networking/Makefile)
 
        ECOS_SRC=c:/ecos-work
        ECOS_DIR=c:/ecos-work/networking/libnetworking
        PKG_INSTALL_DIR=c:/ecos-work/install
                XCC =  arm-elf-gcc
 
Should I place my TCP/IP stack into another directory?
 
Thanks,
 
    Nicolas
 

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