Re: [lwip-users] compiler error for fsdata.c

2012-04-30 Thread Wilson, Dave (Stellaris S/W)
Simon, Sorry about that! I assumed Vincent was talking about a similar tool I wrote for StellarisWare when I wanted to add some features to the Perl version of makefsdata a while back. Frankly, I hadn't realized that lwIP also had a C/EXE version of the tool! The StellarisWare version is call

Re: [lwip-users] compiler error for fsdata.c

2012-04-30 Thread Simon Goldschmidt
"Wilson, Dave (Stellaris S/W)" wrote: > This is probably a topic more suited to a discussion on the TI Stellaris > support forum over on e2e.ti.com since makefsdata is a tool we provide as > part of our StellarisWare package. I don't know the StellarisWare package too good, but lwIP certainly

Re: [lwip-users] compiler error for fsdata.c

2012-04-30 Thread Wilson, Dave (Stellaris S/W)
Vincent, This is probably a topic more suited to a discussion on the TI Stellaris support forum over on e2e.ti.com since makefsdata is a tool we provide as part of our StellarisWare package. I took a look at the file you attached and see the source of the problem. Makefsdata uses the origi

[lwip-users] LwIP 1.3.2 -> 1.4.0: Huge RAM increase for PPP use

2012-04-30 Thread Marco Jakobs
Dear all, updating a project from LwIP 1.3.2 to 1.4.0 without the use of PPP did a minor increase of the used RAM of a few hundret bytes, which is no problem on my limited microcontroller environment. But a project which is using PPP (PPPoS) with LwIP did a jump up of around 3kByte and more

[lwip-users] What is new typ "ip_addr_p_t" in the iphdr?

2012-04-30 Thread Marco Jakobs
Hi, after i finally successfully changed from LwIP 1.3.2 to 1.4.0, i struggle on (actually) two compile errors in our NAT implementation in a project. The two lines are: nat_entry->dest = iphdr->dest; nat_entry->source = iphdr->src; which gives back the compiler error "incompatible type

[lwip-users] What is new typ "ip_addr_p_t" in the iphdr?

2012-04-30 Thread Marco Jakobs
Hi, after i finally successfully changed from LwIP 1.3.2 to 1.4.0, i struggle on (actually) two compile errors in our NAT implementation in a project. The two lines are: nat_entry->dest = iphdr->dest; nat_entry->source = iphdr->src; which gives back the compiler error "incompatible type