[ECOS] Compiling TCP/IP Stack

Gerber Nicolas nge@teamlog.fr
Sun Mar 26 23:20:00 GMT 2000


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
 



More information about the Ecos-discuss mailing list