STM32CubeIDE中启用LWIP的HTTPD后出现多个undefined reference问题解决方法
如图,当enable httpd后

出现undefined reference

原因是enable httpd后Middlewares Folder丢失。
解决方法如下:
点击导航栏Project 下面这个路径到下图页面
Project -> Properties -> C/C++ General -> Paths and Symbols -> Source Location

点击Add Folder,添加Middlewares,如下图

点击OK,问题解决。

参考文章链接
https://community.st.com/t5/stm32-mcus-embedded-software/enabling-httpd-breaks-the-whole-project/td-p/583892/page/2
5580

被折叠的 条评论
为什么被折叠?



