-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
bugThis PR/issue is a bug in the current code.This PR/issue is a bug in the current code.
Description
合并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定义过小。
Metadata
Metadata
Assignees
Labels
bugThis PR/issue is a bug in the current code.This PR/issue is a bug in the current code.