It's arch/etharp.h in my projekt due to some reason etharp.h and .c were moved to the arch directory. I do not know the reason why but the author of this port i used did it that way..
Ion the files I uploaded i changed arch to netif (but this is the only change betwenn my working copy and the files i loaded up) -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kieran Mansley Sent: Dienstag, 22. Mai 2007 16:15 To: Mailing list for lwIP users Subject: RE: RE : [lwip-users] APIPA / AutoIP / Zeroconf / RFC 3927 Module On Tue, 2007-05-22 at 15:10 +0100, Kieran Mansley wrote: > On Tue, 2007-05-22 at 16:01 +0200, Spies, Dominik wrote: > > It's unlikely the comliler has a bug ;) > > My guess is a typo on the include file name, or the wrong include path. I just took a look at your source. You're including "arch/etharp.h". I don't think there is any such file. All other references to etharp.h in lwip are "netif/etharp.h" (or at least they are on CVS, and I don't think this is due to any recent change). Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
