Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- 2) You should ADD# define NO_SYS_NO_TIMERS 1 into lwipopts.h (for lwIP-1.3.2 this was not necessary) --- Quote End --- This line helped to solve compilation errors. Now the stack compiles, but it doesn't respond to ARP (and PING) requests. I am sure my design is OK, because Simple Socket Server and Web Server examples are working fine. I suppose the problem is RGMII interface. Edit: yep, that was RGMII issue - solved now by adding tse_my_system.c file from "Simple Socket Server (RGMII) example". The stack works, thanks for help! Edit2: Now would be cool to run this on uCOS RTOS :-) BR, Tomas D.