这个程序用于将网页数据生成 C语言数组(用于lwip httpd 程序)。lwip 版本为最新的2.2.1(通过 init.h 头文件查看)
0、安装 visualstudio 程序。2022
1、打开 visualstudio,新建项目
2、选择空白项目
3、添加源文件
lwip\src\apps\http\makefsdata.c
4 配置平台
5 添加头文件
lwip\contrib\ports\win32\includelwip\contrib\examples\example_applwip\src\include
6、正常情况可以正常编译。
7、将程序放置在 http 路径下,即可将fs 文件自动生成 fsdata.c 文件。
最后,如果嫌麻烦,也可以直接使用 lwip\src\apps\http\makefsdata 路径下的shell脚本文件,虽然没有 exe 生成的 C 文件相信,但也能达到相同目的,不需要太多折腾了。