Hi! I tried to compile contiki. After the two problems I found here (ca65 bug and the problem with .segment) I have a third problem. Apps/httpd.c(166): Error: Pointer types differ in type qualifiers This is the part from httpd.c: 161 register char *appdata; 162 register struct httpd_state *rhs; 163 DISPATCHER_UIPCALL_ARG(state); 164 165 rhs = hs = (struct httpd_state *)(state); 166 appdata = uip_appdata; Who can help, please? Thomas Linke ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Thu Jul 29 10:22:44 2004
This archive was generated by hypermail 2.1.8 : 2004-07-29 10:22:52 CEST