Hi, first: why did you send this three times?
Am 11.08.2019 um 09:15 schrieb [email protected]:
Hello I updated lwip from 2.0.3 to 2.1.2 and get the following build error without any modifications: memp_std.h(102): `MEMP_NUM_PPP_PCB' undeclared here (not in a function) memp_std.h(102): size of array `memp_memory_SYS_TIMEOUT_base' has non-integer type memp_std.h(102): `MEMP_NUM_PPP_PCB' undeclared here (not in a function) memp_std.h(102): initializer element is not constant memp_std.h(102): (near initialization for `memp_SYS_TIMEOUT.num') Thank you very much for some hints.
Seems like MEMP_NUM_SYS_TIMEOUT references MEMP_NUM_PPP_PCB. However, as this doesn't happen in our sources, it's got to be something in your project or header files. Try searching for the definition of MEMP_NUM_SYS_TIMEOUT and see where MEMP_NUM_PPP_PCB is referenced. Regards, Simon _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
