Page 1 of 1

tuya-open-sdk-for-device编译t2 example失败

Posted: 2024年 Sep 2日 16:40
by Robertz

之前下载的tuya-open-sdk-for-device 现在编译失败了,帮忙看下什么原因。


Re: tuya-open-sdk-for-device编译t2 example失败

Posted: 2024年 Sep 2日 16:57
by huatuo

git log 执行结果,截图看看,我尝试复现一下


Re: tuya-open-sdk-for-device编译t2 example失败

Posted: 2024年 Sep 2日 17:16
by chenyisong
Robertz 2024年 Sep 2日 16:40

之前下载的tuya-open-sdk-for-device 现在编译失败了,帮忙看下什么原因。

看下是否安装了相关依赖:

Code: Select all

sudo apt-get install lcov cmake-curses-gui build-essential wget git python3 python3-pip python3-venv libc6-i386 libsystemd-dev

也可以告知一下操作系统和版本。
我们测试过在ubuntu20、22、24下可以正常编译


Re: tuya-open-sdk-for-device编译t2 example失败

Posted: 2024年 Sep 2日 17:24
by Robertz

依赖都安装了,编译还是失败了,之前编译成功过,移动过一次文件路径,现在来编译失败了,我测试最新拉取的SDK也有好多报错。


Re: tuya-open-sdk-for-device编译t2 example失败

Posted: 2024年 Sep 2日 17:33
by chenyisong

建议使用官方仓库 https://github.com/tuya/tuya-open-sdk-for-device 中的代码,编译方式有升级,建议查看readme中的说明