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.
10 years, 3 months ago.
HTTPClient_HelloWorld
http://mbed.org/handbook/TCP-IP-protocols-and-APIsの HTTPClient_HelloWorld のサンプルでうまくコンパイルできないで困っています
rtosが無いでコンパイルエラーがでます rtos ライブラリをインポートしたらまたエラーがでます どうしたら解決できますか? ターゲットは LPC1768です
どなたか教えてください
struct lpc_enetdata *lpc_enetif = netif->state; /* points to packet payload, which starts with an Ethernet header */ ethhdr = p->payload; Error: A value of type "void *" cannot be used to initialize an entity of type "lpc_enetdata *" in "EthernetInterface/lwip-eth/arch/lpc17_emac.c", Line: 266, Col: 39