Altera_Forum
Honored Contributor
20 years agoproblem with the stand alone LWIP
Hello all,
I downloaded the stand alone Lwip from the following link: http://forum.niosforum.com/forum/index.php?showtopic=949 (http://forum.niosforum.com/forum/index.php?showtopic=949) and tried it in my NiosII IDE 6.0 environment. When I create a new project out of its template, I was alerted that the template is incompatible for the 6.0 version IDE. When I tried to build the project, many errors appeared and claiming that the following three files are missing: # include "lwip/debug.h"# include "lwip/stats.h"# include "lwip/tcp.h" I searched the entire project folder and found these three files in the folder of /lwip_web_server_0/lwip-0.7.1/src/include/lwip/ I tried to copy the files into the "apps" folder but this does not help. Since I cannot post this question on the above link nor can I contact the author directly, I post it here, hoping somebody who have used this stand alone lwip stack could give me some suggestion. Thank you!! Mason