Re: [Sdcc-user] Musings re: porting lwIP stack to PIC

2009-01-30 Thread Kustaa Nyholm
>>> vacla...@seznam.cz 30.1.2009 15:14 >>> > > Hi, > > I'm not seriously contemplating porting lwIP stack to PIC, > but out of curiosity I did some experiments. > In about two hours I was able to get it to compile with SDCC. > > >Hi Kusti, > >What was

Re: [Sdcc-user] Musings re: porting lwIP stack to PIC

2009-01-30 Thread Vaclav Peroutka
> > Hi, > > I'm not seriously contemplating porting lwIP stack to PIC, > but out of curiosity I did some experiments. > In about two hours I was able to get it to compile with SDCC. > > Hi Kusti, What was the rough memory size of the compiled stack ( F

[Sdcc-user] Musings re: porting lwIP stack to PIC

2009-01-30 Thread Kustaa Nyholm
Hi, I'm not seriously contemplating porting lwIP stack to PIC, but out of curiosity I did some experiments. In about two hours I was able to get it to compile with SDCC. First I used gcc to check that the code was conforming and spotted a few places that needed some little editing. Compiling wi