按第2点搬过来,出现了编译错误,
/home/book/Documents/tuya/Projects/BK7231N_TuyaOS-3.7.9/software/TuyaOS/vendor/bk7231n/toolchain/gcc-arm-none-eabi-10.3-2021.10/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld: ../../../libs//libtuyaos_matter_bk7231n_lig_pixels.a(ty_app_lig_component.c.o): in function __ota_process_cb':
/home/book/Documents/tuya/Projects/BK7231N_TuyaOS-3.7.9/software/TuyaOS/apps/tuyaos_matter_bk7231n_lig_pixels/application_components/ty_app_lig_component/src/ty_app_lig_component.c:80: undefined reference totuya_svc_lan_disable'
collect2: error: ld returned 1 exit status
application.mk:918: recipe for target 'application' failed
按第2点搬过来,出现了编译错误,
/home/book/Documents/tuya/Projects/BK7231N_TuyaOS-3.7.9/software/TuyaOS/vendor/bk7231n/toolchain/gcc-arm-none-eabi-10.3-2021.10/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld: ../../../libs//libtuyaos_matter_bk7231n_lig_pixels.a(ty_app_lig_component.c.o): in function __ota_process_cb':
/home/book/Documents/tuya/Projects/BK7231N_TuyaOS-3.7.9/software/TuyaOS/apps/tuyaos_matter_bk7231n_lig_pixels/application_components/ty_app_lig_component/src/ty_app_lig_component.c:80: undefined reference totuya_svc_lan_disable'
collect2: error: ld returned 1 exit status
application.mk:918: recipe for target 'application' failed
库里没有这个函数的实体tuya_svc_lan_disable
删除这个函数调用即可:/home/book/Documents/tuya/Projects/BK7231N_TuyaOS-3.7.9/software/TuyaOS/apps/tuyaos_matter_bk7231n_lig_pixels/application_components/ty_app_lig_component/src/ty_app_lig_component.c:80: undefined reference to `tuya_svc_lan_disable'