Hi,

I'm developing an application in Vitis 2022.2 that uses lwip211_v1_8 and
targets a Zynq US MPSOC+.

I turned on lwip_debug and I started getting an error telling me that
NETIF_DEBUGF is not defined. I couldn't find NETIF_DEBUGF anywhere so I
renamed NETIF_DEBUG in lwipopts.h to NETIF_DEBUGF. I suspect this is the
wrong thing to do. Any suggestions for the right thing to do? Do I need to
write "#define  NETIF_DEBUGF LWIP_DBG_ON" in one of the files I've written
to properly resolve this error?

The error was flagged on the highlighted line:

[image: image.png]
_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to