tuyaos_demo_matter_quickstart 的 demo 没有作任何修改,
环境为 vMbox- Ubuntu 22.04.3 LTS;
编译得到的的log 如下
Code: Select all
/home/sky/Documents/tuya/Projects/BK7231N_TuyaOS-3.7.6/software/TuyaOS/apps/tuyaos_demo_matter_quickstart/src/tuya_app_main.c:594:5: warning: implicit declaration of function ‘tkl_thread_create’; did you mean ‘tal_thread_delete’? [-Wimplicit-function-declaration]
594 | tkl_thread_create(&ty_chip_thread, "matter_task", 20*1024, 2, chip_thread, NULL);
| ^~~~~~~~~~~~~~~~~
| tal_thread_delete
/home/sky/Documents/tuya/Projects/BK7231N_TuyaOS-3.7.6/software/TuyaOS/apps/tuyaos_demo_matter_quickstart/src/tuya_app_main.c: Assembler messages:
/home/sky/Documents/tuya/Projects/BK7231N_TuyaOS-3.7.6/software/TuyaOS/apps/tuyaos_demo_matter_quickstart/src/tuya_app_main.c:485: Error: no such instruction: `bl __libc_init_array'
compile command:
gcc -pipe -D_REENTRANT -Wall -Wno-unused-result -Iinclude -Iinclude/components -Iinclude/components/svc_devos -Iinclude/components/svc_devos/include -Iinclude/components/svc_matter_acl_intf -
SDK 信息如下
Code: Select all
Type Dev Kit
Networked Product Development:Wifi-BLI-Matter Device Development Kit
Description
general development framework for matter on Wi-Fi&BLE platform, can be used for the development of all wifi&ble control equipment, including the development of electricians, lighting, door locks, and household appliances. While supporting standard matter protocol, it also supports Tuya cloud capability (using Tuya App or sharing to Tuya App).
TuyaOS Version
TuyaOS-3.7.6
Component Dev Kit(s)
tuyaos-iot_3.4.119_bk7231n_matter_1.2.6
请问怎么解决