[En-Nut-Discussion] apps/httpd/sample/asp.asp

Harald Kipp harald.kipp at egnite.de
Tue Sep 4 09:13:47 CEST 2012


Hi Uwe,

On 27.08.2012 12:24, Uwe Bonnes wrote:
 
> after getting the stm32_emac to work on STM32F207, the asp.asp page 
> only displays e.g. for nut_version
> "%nut_version%"

I stumbled across a few case typos, one of which may cause this problem.

In nut/app/httpd/httpserv.c

  #if defined(__ARM__)
  #define USE_ASP
  #define USE_SSI
  #endif

should have been

  #if defined(__arm__)
  #define USE_ASP
  #define USE_SSI
  #endif

The other one is in sys/types.h.

Regards,

Harald



More information about the En-Nut-Discussion mailing list