lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] Building lwip and ip.h et al not being found


From: Chris Frost
Subject: [lwip-users] Building lwip and ip.h et al not being found
Date: Sat, 27 Nov 2004 02:47:46 -0800
User-agent: Mutt/1.3.28i

I was quite excited to see the existance of lwip a few weeks back, and
am beginning to port it to a small os now. In building lwip in
the enviroment, I see that lwip/api.h includes "lwip/ip.h". But, this file does
not exist. Specically, the compiler error:

i386-jos-elf-gcc -pipe -nostdinc    -fno-builtin -I. -MD -Wall -Wno-format 
-ggdb -DJOS_USER -I./inc/net/ -I./inc/ -c -o obj/user/net/api/api_lib.o 
lib/net/api/api_lib.c
In file included from lib/net/api/api_lib.c:37:
./inc/net/lwip/api.h:39:21: lwip/ip.h: No such file or directory
In file included from ./inc/net/lwip/api.h:41,
                 from lib/net/api/api_lib.c:37:
./inc/net/lwip/raw.h:38:23: lwip/inet.h: No such file or directory
In file included from ./inc/net/lwip/api.h:41,
                 from lib/net/api/api_lib.c:37:


At first I thought that perhaps I needed to link either the ipv4 or the
ipv6 files to lwip/, but this breaks the build later on with redeclarations
for ipv6 .c files. (I'd be fine with having just ipv4, if this matters?)

Could anyone help me clarify what I seem to be missing here?
thanks!
-- 
Chris Frost  |  <http://www.frostnet.net/chris/>
-------------+----------------------------------
Public PGP Key:
   Email address@hidden with the subject "retrieve pgp key"
   or visit <http://www.frostnet.net/chris/about/pgp_key.phtml>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]