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 --- 1) Use File -> New -> Nios II Application and BSP from Template 2) simple "Hello World" is OK 3) Steps 25-28: Right-click project lwIP_NIOS_II_Example and select Properties, expand <Nios II Application Properties>, select <Nios II Application Paths>, add the paths into <Application include directories> --- Quote End --- Firstly, I had problems with include files, so I've moved arch directory to src/include (which is in include path). Later, I had problems with lwipopts.h, so I've moved that header and all other .h files from ./ to src/include However, I still get compiler errors, trying to solve them now. Did someone experience something like me? BR, Tomas D.