Forum Discussion
Altera_Forum
Honored Contributor
16 years agoAltera TSE driver and example program for lwIP (1.3.2)
After many many requests and complaints about lack of support and/or documentation for support of lwIP for the Altera TSE, I have developed a drop-in TSE driver and example program and made this avai...
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Tomas, the only paths you need for lwIP are ".", "./lwIP/src/include" and "./lwIP/src/include/ipv4" (assuming lwipopts.h, lwIP and arch folders reside in the root of your project). Moving headers across the tree is bad idea. Also, don't forget to delete ./lwIP/src/core/ipv6 folder. --- Quote End --- Strange, I get compiler errors because headers are not found. Errors can be found here (http://pastebin.com/j9drkx95). You can see my tree and include options tree here (http://i55.tinypic.com/rubo60.jpg). Seems like arch directory should be in src/include? And lwipopts.h too? BR, Tomas D.