lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Enable Debug


From: Zahir Lalani
Subject: Re: [lwip-users] Enable Debug
Date: Fri, 10 Nov 2017 10:03:49 -0000

Hi Sushain

 

That macro is defined

 

I just saw this:

#error "If you want to use LWIP_ASSERT, LWIP_PLATFORM_ASSERT(message) needs to be defined in your arch/cc.h"

 

 

So presumably I need to create this? Do we have a template for what this should be?

 

Z

 

From: lwip-users [mailto:address@hidden On Behalf Of Sushain Razdan
Sent: 08 November 2017 14:25
To: Mailing list for lwIP users <address@hidden>; Zahir Lalani <address@hidden>
Subject: Re: [lwip-users] Enable Debug

 

Hi Zahir,

Check whether this Macro is also set

#define LWIP_DBG_TYPES_ON              (LWIP_DBG_ON)

Thanks,

Sushain

 

On 08-11-2017 18:48, Zahir Lalani wrote:

Hi all

 

I am having issues having upgraded from 1.4x to 2.0x. The system responds for the first few minutes and then no tcp activity. So I need to turn on lwIP debugs, but this has proven harder than I thought

 

I have the following:

 

#define LWIP_DEBUG 1

#define IP_DEBUG                        LWIP_DBG_ON

 

Is there anything else I need to be doing?

 

Our default printf outputs to a serial port

 

Thx

 

Z




_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]