Hello,

I am very new to the uIP stack. I am trying to implement it on an ST STR710 arm-based microcontroller. I have had success getting the basic stack running (uip.c, uip_arp.c) and am able to "ping" my microcontroller from another computer on the network.

I would now like to get the sample webserver running, but first I should say that I am using Keil's uVision3 RVMDK tool chain.

So, I imported the webserver code to my project folder and started trying to compile it. I noticed that it is using proto sockets and proto threads. I received many compiler warnings regarding incompatible variable types (unsigned char being assigned to char), especially in the psock.c file.

So I decided that perhaps it would be better to try to use a webserver that doesn't rely on protosockets, at least to begin with. Is there an example of this that I could download? I happen to have one from uIP version 0.9.1, but it appears to be not be compatible with the current 1.0 uIP stack.

Does anyone have any suggests for me? Or has anyone successfully ported the uIP webserver example to ST's arm based micro controllers using Keil? Keil appears to be very very picky about variable types...

Any help would be greatly appreciated!

Thanks,
Eric


Reply via email to