[En-Nut-Discussion] Problem with compile httpd

Harald Kipp harald.kipp at egnite.de
Thu Dec 1 09:30:07 CET 2005


At 21:38 30.11.2005 +0100, you wrote:

>httpserv.c:554: error: `devEth0' undeclared (first use in this function)
>httpserv.c:554: error: (Each undeclared identifier is reported only once
>httpserv.c:554: error: for each function it appears in.)
>httpserv.c:568: warning: implicit declaration of function `NutNetIfConfig'
>make: *** [httpserv.o] Error 1

Thanks for reporting this bug.

Fix: In the source tree modify the the file include/dev/board.h.

Change

#if defined(ETHERNUT1) || defined(CHARON2) || defined(XNUT_100) || 
defined(XNUT_105)

to

#if defined(ETHERNUT1) || defined(CHARON2) || defined(XNUT_100) || 
defined(XNUT_105) || defined(MMNET02)

Harald




More information about the En-Nut-Discussion mailing list