Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Right, so I've got my new mBed, hooked it up to a MagJac RJ45 but I can't seem to get anything to actually produce a HTTP server.
First I tried the .bin file at: http://mbed.org/projects/cookbook/wiki/EthernetTest and that didn't work.
Then I tried to import this: http://mbed.org/projects/cookbook/svn/EMAC/lwip/examples/HTTPServer from here: http://mbed.org/projects/cookbook/wiki/EMAC into the web compiler and it refuses to compile. Instead it generates these errors:
"Pointer to incomplete class type is not allowed (E393)" in file "/HTTPServer/lib/lwip/Core/lwIP/netif/etharp.c"
"Class "etharp_hdr" has no member "ethhdr" (E135)" in file "/HTTPServer/lib/lwip/Core/lwIP/netif/etharp.c"
"Class "tcp_pcb" has no member "snd_max" (E135)" in file "/HTTPServer/lib/lwip/Core/lwIP/core/tcp_out.c"
"Class "dhcp" has no member "p" (E135)" in file "/HTTPServer/lib/lwip/Core/lwIP/core/dhcp.c"
(I'd post a better log but it won't let me only copying down the message and not the lines)
I'd love to know what I'm doing wrong here.
Thanks