Forum Discussion
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.