之前下载的tuya-open-sdk-for-device 现在编译失败了,帮忙看下什么原因。
tuya-open-sdk-for-device编译t2 example失败
Re: tuya-open-sdk-for-device编译t2 example失败
git log 执行结果,截图看看,我尝试复现一下
- chenyisong
- Posts: 124
Re: tuya-open-sdk-for-device编译t2 example失败
看下是否安装了相关依赖:
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失败
依赖都安装了,编译还是失败了,之前编译成功过,移动过一次文件路径,现在来编译失败了,我测试最新拉取的SDK也有好多报错。
- Attachments
-
-
- chenyisong
- Posts: 124
Re: tuya-open-sdk-for-device编译t2 example失败
建议使用官方仓库 https://github.com/tuya/tuya-open-sdk-for-device 中的代码,编译方式有升级,建议查看readme中的说明