学习资料
Appweb官方网站:https://www.embedthis.com/
Appweb+ESP学习笔记:https://blog.csdn.net/longbei9029/article/details/79388982
在ARM平台上 配置appweb环境: https://blog.csdn.net/zhuangtim1987/article/details/41309219
Appweb
1、下载
APPWEBhttps://www.embedthis.com/appweb/download.html
2、主机编译并安装
./configure
make
sudo make install
3、交叉编译Appweb
(参考IMX6交叉编译)
3.1 编译
make -f projects/appweb-linux-default.mk ARCH=arm PROFILE=static
3.2 拷贝appweb应用程序
目录:build/linux-arm-static
ESP
1、下载
ESPhttps://www.embedthis.com/esp/download.html
2、主机编译并安装
./configure
make
sudo make install
工程代码的交叉编译
esp --platform linux-arm-static compile