Forum Discussion
Altera_Forum
Honored Contributor
13 years agoIn cc.h you should
# define LWIP_DEBUG
# define LWIP_PLATFORM_DIAG(x) printf(x)
and in lwipopts.h you should scroll down (approx line: 1290) there you can find all debug defines so you can enable / disable different functionality's. This is done because if you would enable all at once it would cost quite much processor time :p