Skip to content

合并lwIP版本后ipv6的问题 #6985

@BernardXiong

Description

@BernardXiong

合并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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions