ananthraj:
i made changes as you said now it shows me
dataflash\uip.c.o: In function
uip_process': F:\arduino-1.0\libraries\dataflash/uip.c:776: undefined reference towebserver_appcall'
F:\arduino-1.0\libraries\dataflash/uip.c:815: undefined reference towebserver_appcall' F:\arduino-1.0\libraries\dataflash/uip.c:1570: undefined reference towebserver_appcall'
F:\arduino-1.0\libraries\dataflash/uip.c:1597: undefined reference towebserver_appcall' F:\arduino-1.0\libraries\dataflash/uip.c:1674: undefined reference towebserver_appcall'
dataflash\uip.c.o:F:\arduino-1.0\libraries\dataflash/uip.c:1755: more undefined references towebserver_appcall' follow dataflash\stack.c.o: In functionstack_init':
F:\arduino-1.0\libraries\dataflash/stack.c:77: undefined reference to `webserver_init'what is this error...... what should i do now
This specific error is caused by the lack of the webserver.c file being copied from the example directory to your newly saved project directory.
Basically this problem exists due to the way the WiShield library "works". The WiShield library uses different versions of the application c file that are located in each example directory and these need to be copied along with the example *.pde file to the new directory where you save the copy of the example. Unfortunately this is not mentioned in any documentation I have found and thus it is causing a few people problems.