lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] [lwip] Issue compiling lwIP


From: Josh Marshall
Subject: [lwip-users] [lwip] Issue compiling lwIP
Date: Thu, 09 Jan 2003 01:27:17 -0000

Sorry everyone, I eventually figured it out.

The Mitusbishi NC30 compiler does NOT like forward struct declaractions,
as in tcp.h

struct tcp_pcb;

...
// something using tcp_pcb definition
// including function declaration

struct tcp_pcb
{
...
}

// function definition.

Thanks anyway,

Josh

[This message was sent through the lwip discussion list.]




reply via email to

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