合并lwIP版本后,在目前代码中是共用一份lwipopts.h文件,但在这个配置中,当打开IPv6后编译失败。
CC build/kernel/components/net/lwip/lwip-2.0.3/src/core/init.o
/home/workspace/rt-thread/components/net/lwip/lwip-2.0.3/src/core/init.c:134:4: error: #error "MEMP_NUM_SYS_TIMEOUT is too low to accomodate all required timeouts"
134 | #error "MEMP_NUM_SYS_TIMEOUT is too low to accomodate all required timeouts"
| ^~~~~
MEMP_NUM_SYS_TIMEOUT定义过小。
合并lwIP版本后,在目前代码中是共用一份lwipopts.h文件,但在这个配置中,当打开IPv6后编译失败。
MEMP_NUM_SYS_TIMEOUT定义过小。