内容样例
1) 开发包全称:38ab5d70-b0fa-11ec-af62-df3a3a62f625-1648734928071.tar.gz
2) 问题现象:当用有线配网, 编译出错
3) 操作流程:配置为有线配网, 修改: sdk/include/iot/tuya_iot_config.h , 注释掉 WIFI_GW 宏定义
//#define WIFI_GW 1
编译:
./build_app.sh apps/demo_gw demo_gw 1.0.0
错误信息:
/home/mk/project/zonghe/v1.1.5/output/demo_gw_1.0.0/.objs/./src/user_iot_intf.c.o:在函数‘user_svc_start’中:
/home/mk/project/zonghe/v1.1.5/apps/demo_gw/src/user_iot_intf.c:85:对‘tuya_iot_sdk_init’未定义的引用
collect2: 错误: ld 返回 1
4) 问题时间:2022.12.08,17:15