This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] TM4C1294NCPDT:LWIP 配置问题、sys_mutex_t 未定义

Guru**** 2049300 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1467682/tm4c1294ncpdt-lwip-configuration-issue-sys_mutex_t-is-undefined

器件型号:TM4C1294NCPDT

工具与软件:

我正在尝试配置 lwip 1.4.1。 我使用 enet_static-ip_lwip_tcpecho 服务器示例。  
我所做的更改是断言宏

#define NO SYS  1

#define LWIP_STATS 1.
#define tcp_stats (LWIP_TCP)
#define SYS_STATS 1.

#define TCPIP_THREAD_STACKSIZE      1024.


我在 sysarch.h 中加入了 stats.h

进行上述修改是为了消除一些编译错误。

但有一个待处理的错误是 sys.h 中未定义的 sys_mutex_t

该怎么办?