【已解决】BK7231N_3.8.0在IDE上下载的这个开发框架,编译失败。应该是没有自动下载编译工具链

Wi-Fi 设备、Wi-Fi 低功耗设备、Wi-Fi BLE 双模设备、Ethernet设备、Ethernet+Wi-Fi设备等
Post Reply
jafatek
Posts: 23

APP_PATH=apps/tuyaos_demo_quickstart
APP_NAME=tuyaos_demo_quickstart
APP_VERSION=1.0.0
USER_CMD=
/home/lv/Documents/tuya/Projects/BK7231N_3.8.0/software/TuyaOS/vendor/bk7231n/toolchain/build_path not found in vendor [ bk7231n ]!
APP_NAME=tuyaos_demo_quickstart
/home/lv/Documents/tuya/Projects/BK7231N_3.8.0/software/TuyaOS
APP_VERSION= 1.0.0
TARGET_PLATFORM= bk7231n
path error: apps/tuyaos_demo_quickstart/app.yaml
grep: make.yaml: 没有那个文件或目录
toolchain Name: bk7231n
toolchain Repo: https://airtake-public-data-1254153901. ... 7231n_.zip
toolchain Version:
/home/lv/Documents/tuya/Projects/BK7231N_3.8.0/software/TuyaOS/vendor/bk7231n/toolchain/build_path not found in vendor [ bk7231n ]!
++++++++++++++++++++ CI package fullname ++++++++++++++++++++
++++++++++++++++++++ the SDK ID tuyaos_demo_quickstart_1.0.0_bk7231n ++++++++++++++++++++
generate build_param for [ tuyaos_demo_quickstart ] AT [ bk7231n ]
+++++++++++++++++++++++++++++++++++

Project [ tuyaos_demo_quickstart ] Param:

BUILD_DATE=2023_07_17
BUILD_TIME=21_31_30
GIT_USER=
IOT_SDK_VER=1.0.0
IPC_SDK_VER=1.0.0
SDK_FULL_VER=1.0.0
SDK_BETA_VER=
IOT_SDK_VER_MAJOR=1
IOT_SDK_VER_MINOR=0
IOT_SDK_VER_PATCH=0
KERNEL_VERSION=
PROJECT_NAME=tuyaos_demo_quickstart
TARGET_PLATFORM=bk7231n
TARGET_PLATFORM_REPO=https://airtake-public-data-1254153901. ... 7231n_.zip
TARGET_PLATFORM_VERSION=
BUILD_STATIC=1
BUILD_SHARED=
SDK_ID=tuyaos_demo_quickstart_1.0.0_bk7231n

ROOT_DIR=/home/lv/Documents/tuya/Projects/BK7231N_3.8.0/software/TuyaOS
OUTPUT_DIR=$(ROOT_DIR)/output/$(TARGET_PLATFORM)_$(PROJECT_NAME)
OUTPUT_DIR_INC=$(OUTPUT_DIR)/include
OUTPUT_DIR_STATIC_LIB=$(OUTPUT_DIR)/static/lib
OUTPUT_DIR_SHARED_LIB=$(OUTPUT_DIR)/shared/lib
OUTPUT_DIR_STATIC_OBJS=$(OUTPUT_DIR)/static/objs
OUTPUT_DIR_SHARED_OBJS=$(OUTPUT_DIR)/shared/objs

COMPILE_PREX =
TUYAOS_BUILD_PATH = /home/lv/Documents/tuya/Projects/BK7231N_3.8.0/software/TuyaOS/vendor/bk7231n/toolchain
AR = $(COMPILE_PREX)ar
CC = $(COMPILE_PREX)gcc
NM = $(COMPILE_PREX)nm
CPP = $(COMPILE_PREX)g++
STRIP = $(COMPILE_PREX)strip
OBJCOPY = $(COMPILE_PREX)objcopy
OBJDUMP = $(COMPILE_PREX)objdump
RANLIB = $(COMPILE_PREX)ranlib
CXX = $(COMPILE_PREX)g++

CFLAGS =
CFLAGS += -pipe -D_REENTRANT -Wall -Wno-unused-result
ifeq ($(CONFIG_OPERATING_SYSTEM), 100)
CFLAGS += -fPIC
endif

ifeq ($(CONFIG_TUYA_IOT_DEBUG), 1)
CFLAGS += -g
endif

ifdef PRJ_DEFINES
CFLAGS += $(PRJ_DEFINES)
endif

ifdef COMPILE_INCLUDE
CFLAGS += -I $(COMPILE_INCLUDE)
endif

ifdef COMPILE_LIB
export LD_LIBRARY_PATH=$(COMPILE_LIB)
endif

LINKFLAGS =
ifeq ($(CONFIG_OPERATING_SYSTEM), 100)
LINKFLAGS += -lpthread -lm
endif

ifdef PRJ_LINKS
LINKFLAGS += $(PRJ_LINKS)
endif


clean application static ...
find: ‘apps/tuyaos_demo_quickstart/application_components’: 没有那个文件或目录
find: ‘apps/tuyaos_demo_quickstart/application_drivers’: 没有那个文件或目录
find: ‘apps/tuyaos_demo_quickstart/application_components’: 没有那个文件或目录
find: ‘apps/tuyaos_demo_quickstart/application_drivers’: 没有那个文件或目录
CC /home/lv/Documents/tuya/Projects/BK7231N_3.8.0/software/TuyaOS/apps/tuyaos_demo_quickstart/src/tal_uart.c
In file included from /home/lv/Documents/tuya/Projects/BK7231N_3.8.0/software/TuyaOS/apps/tuyaos_demo_quickstart/src/tal_uart.c:1:
apps/tuyaos_demo_quickstart/include/tal_uart.h:24:10: fatal error: tuya_cloud_types.h: 没有那个文件或目录
24 | #include "tuya_cloud_types.h"
| ~~~~~~~~~~~~~~~~
compilation terminated.
compile command:
gcc -pipe -D_REENTRANT -Wall -Wno-unused-result -Iapps/tuyaos_demo_quickstart/include -Iinclude -Iinclude/base -Iinclude/base/include -Iinclude/components -Iinclude/components/svc_netmgr -Iinclude/components/svc_netmgr/include -Iinclude/components/lib_mqtt -Iinclude/components/lib_mqtt/include -Iinclude/components/tal_system -Iinclude/components/tal_system/include -Iinclude/components/base_db -Iinclude/components/base_db/include -Iinclude/components/svc_tuya_cloud -Iinclude/components/svc_tuya_cloud/include -Iinclude/components/svc_tuya_cloud/include/online_log -Iinclude/components/svc_tuya_cloud/include/netcfg_qrcode -Iinclude/components/svc_tuya_cloud/include/protocol -Iinclude/components/svc_tuya_cloud/include/iot_dns -Iinclude/components/svc_tuya_cloud/include/http -Iinclude/components/svc_tuya_cloud/include/tls -Iinclude/components/svc_tuya_cloud/include/log_seq -Iinclude/components/svc_tuya_cloud/include/mqtt -Iinclude/components/svc_tuya_cloud/include/misc -Iinclude/components/svc_tuya_cloud/include/timer_task -Iinclude/components/svc_lan -Iinclude/components/svc_lan/include -Iinclude/components/base_event -Iinclude/components/base_event/include -Iinclude/components/svc_upgrade -Iinclude/components/svc_upgrade/include -Iinclude/components/tal_wifi -Iinclude/components/tal_wifi/include -Iinclude/components/lib_cJSON -Iinclude/components/lib_cJSON/include -Iinclude/components/lib_http -Iinclude/components/lib_http/include -Iinclude/components/svc_api_iot -Iinclude/components/svc_api_iot/include -Iinclude/components/svc_wifi -Iinclude/components/svc_wifi/include -Iinclude/components/tal_network -Iinclude/components/tal_network/include -Iinclude/components/svc_api_wifi -Iinclude/components/svc_api_wifi/include -Iinclude/components/tal_driver -Iinclude/components/tal_driver/include -Iinclude/components/svc_bt -Iinclude/components/svc_bt/include -Iinclude/components/svc_rpc -Iinclude/components/svc_rpc/include -Iinclude/components/base_uf -Iinclude/components/base_uf/include -Iinclude/components/tal_system_service -Iinclude/components/tal_system_service/include -Iinclude/components/tal_system_service/include/utilities -Iinclude/components/tal_security -Iinclude/components/tal_security/include -Iinclude/components/svc_mf_test -Iinclude/components/svc_mf_test/include -Iinclude/components/lib_transport -Iinclude/components/lib_transport/include -Iinclude/components/svc_wifi_ffc -Iinclude/components/svc_wifi_ffc/include -Iinclude/components/svc_devos -Iinclude/components/svc_devos/include -Iinclude/components/lib_tls -Iinclude/components/lib_tls/include -Iinclude/components/lib_tls/include/mbedtls -Iinclude/components/lib_tls/include/psa -Iinclude/components/svc_dp -Iinclude/components/svc_dp/include -Iinclude/components/tal_bluetooth -Iinclude/components/tal_bluetooth/include -Iinclude/components/tal_lwip -Iinclude/components/tal_lwip/include -Iinclude/components/tal_lwip/include/netif -Iinclude/components/tal_lwip/include/netif/ppp -Iinclude/components/tal_lwip/include/netif/ppp/polarssl -Iinclude/components/tal_lwip/include/lwip -Iinclude/components/tal_lwip/include/lwip/arch -Iinclude/components/tal_lwip/include/lwip/prot -Iinclude/components/tal_lwip/include/lwip/priv -Iinclude/components/tal_lwip/include/lwip/apps -Iinclude/components/tal_lwip/include/compat -Iinclude/components/tal_lwip/include/compat/posix -Iinclude/components/tal_lwip/include/compat/posix/sys -Iinclude/components/tal_lwip/include/compat/posix/arpa -Iinclude/components/tal_lwip/include/compat/posix/net -Iinclude/components/tal_lwip/include/compat/stdc -Iinclude -Iinclude/base -Iinclude/base/include -Iinclude/components -Iinclude/components/svc_netmgr -Iinclude/components/svc_netmgr/include -Iinclude/components/lib_mqtt -Iinclude/components/lib_mqtt/include -Iinclude/components/tal_system -Iinclude/components/tal_system/include -Iinclude/components/base_db -Iinclude/components/base_db/include -Iinclude/components/svc_tuya_cloud -Iinclude/components/svc_tuya_cloud/include -Iinclude/components/svc_tuya_cloud/include/online_log -Iinclude/components/svc_tuya_cloud/include/netcfg_qrcode -Iinclude/components/svc_tuya_cloud/include/protocol -Iinclude/components/svc_tuya_cloud/include/iot_dns -Iinclude/components/svc_tuya_cloud/include/http -Iinclude/components/svc_tuya_cloud/include/tls -Iinclude/components/svc_tuya_cloud/include/log_seq -Iinclude/components/svc_tuya_cloud/include/mqtt -Iinclude/components/svc_tuya_cloud/include/misc -Iinclude/components/svc_tuya_cloud/include/timer_task -Iinclude/components/svc_lan -Iinclude/components/svc_lan/include -Iinclude/components/base_event -Iinclude/components/base_event/include -Iinclude/components/svc_upgrade -Iinclude/components/svc_upgrade/include -Iinclude/components/tal_wifi -Iinclude/components/tal_wifi/include -Iinclude/components/lib_cJSON -Iinclude/components/lib_cJSON/include -Iinclude/components/lib_http -Iinclude/components/lib_http/include -Iinclude/components/svc_api_iot -Iinclude/components/svc_api_iot/include -Iinclude/components/svc_wifi -Iinclude/components/svc_wifi/include -Iinclude/components/tal_network -Iinclude/components/tal_network/include -Iinclude/components/svc_api_wifi -Iinclude/components/svc_api_wifi/include -Iinclude/components/tal_driver -Iinclude/components/tal_driver/include -Iinclude/components/svc_bt -Iinclude/components/svc_bt/include -Iinclude/components/svc_rpc -Iinclude/components/svc_rpc/include -Iinclude/components/base_uf -Iinclude/components/base_uf/include -Iinclude/components/tal_system_service -Iinclude/components/tal_system_service/include -Iinclude/components/tal_system_service/include/utilities -Iinclude/components/tal_security -Iinclude/components/tal_security/include -Iinclude/components/svc_mf_test -Iinclude/components/svc_mf_test/include -Iinclude/components/lib_transport -Iinclude/components/lib_transport/include -Iinclude/components/svc_wifi_ffc -Iinclude/components/svc_wifi_ffc/include -Iinclude/components/svc_devos -Iinclude/components/svc_devos/include -Iinclude/components/lib_tls -Iinclude/components/lib_tls/include -Iinclude/components/lib_tls/include/mbedtls -Iinclude/components/lib_tls/include/psa -Iinclude/components/svc_dp -Iinclude/components/svc_dp/include -Iinclude/components/tal_bluetooth -Iinclude/components/tal_bluetooth/include -Iinclude/components/tal_lwip -Iinclude/components/tal_lwip/include -Iinclude/components/tal_lwip/include/netif -Iinclude/components/tal_lwip/include/netif/ppp -Iinclude/components/tal_lwip/include/netif/ppp/polarssl -Iinclude/components/tal_lwip/include/lwip -Iinclude/components/tal_lwip/include/lwip/arch -Iinclude/components/tal_lwip/include/lwip/prot -Iinclude/components/tal_lwip/include/lwip/priv -Iinclude/components/tal_lwip/include/lwip/apps -Iinclude/components/tal_lwip/include/compat -Iinclude/components/tal_lwip/include/compat/posix -Iinclude/components/tal_lwip/include/compat/posix/sys -Iinclude/components/tal_lwip/include/compat/posix/arpa -Iinclude/components/tal_lwip/include/compat/posix/net -Iinclude/components/tal_lwip/include/compat/stdc -DUSER_SW_VER="1.0.0" -DAPP_BIN_NAME="tuyaos_demo_quickstart" -o /home/lv/Documents/tuya/Projects/BK7231N_3.8.0/software/TuyaOS/output/bk7231n_tuyaos_demo_quickstart/.objs/static/apps/tuyaos_demo_quickstart/src/tal_uart.c.o -c /home/lv/Documents/tuya/Projects/BK7231N_3.8.0/software/TuyaOS/apps/tuyaos_demo_quickstart/src/tal_uart.c
make: *** [scripts/mk/xmake.mk:220:/home/lv/Documents/tuya/Projects/BK7231N_3.8.0/software/TuyaOS/output/bk7231n_tuyaos_demo_quickstart/.objs/static/apps/tuyaos_demo_quickstart/src/tal_uart.c.o] 错误 1


Tags:
jafatek
Posts: 23

Re: BK7231N_3.8.0在IDE上下载的这个开发框架,编译失败。应该是没有自动下载编译工具链

1.我的网络是好使的
2.我又下载了3.7.2也同样无法编译

jafatek
Posts: 23

Re: BK7231N_3.8.0在IDE上下载的这个开发框架,编译失败。应该是没有自动下载编译工具链

./build_app.sh apps/tuyaos_demo_quickstart tuyaos_demo_quickstart 1.0.0
APP_PATH=apps/tuyaos_demo_quickstart
APP_NAME=tuyaos_demo_quickstart
APP_VERSION=1.0.0
USER_CMD=
=========开始:tuyaos kernel下载,请耐心等待5分钟=========
--2023-07-17 22:44:43-- https://airtake-public-data-1254153901. ... _1.2.5.zip
正在解析主机 airtake-public-data-1254153901.cos.ap-shanghai.myqcloud.com (airtake-public-data-1254153901.cos.ap-shanghai.myqcloud.com)... 112.86.231.33, 112.86.231.45, 112.86.231.46, ...
正在连接 airtake-public-data-1254153901.cos.ap-shanghai.myqcloud.com (airtake-public-data-1254153901.cos.ap-shanghai.myqcloud.com)|112.86.231.33|:443... 已连接。
错误: 无法验证 airtake-public-data-1254153901.cos.ap-shanghai.myqcloud.com 的由 “CN=GlobalSign Organization Validation CA - SHA256 - G3,O=GlobalSign nv-sa,C=BE” 颁发的证书:
出现了自己签名的证书。
要以不安全的方式连接至 airtake-public-data-1254153901.cos.ap-shanghai.myqcloud.com,使用“--no-check-certificate”。
unzip: cannot find or open bk7231n_1.2.5.zip, bk7231n_1.2.5.zip.zip or bk7231n_1.2.5.zip.ZIP.
mv: 无法获取'bk7231n_1.2.5_temp/*' 的文件状态(stat): 没有那个文件或目录
/home/lv/Documents/tuya/Projects/BK7231N_3.8.0/software/TuyaOS
---------完成:tuyaos kernel下载---------
/home/lv/Documents/tuya/Projects/BK7231N_3.8.0/software/TuyaOS/vendor/bk7231n/toolchain/build_path not found in vendor [ bk7231n ]!
APP_NAME=tuyaos_demo_quickstart
/home/lv/Documents/tuya/Projects/BK7231N_3.8.0/software/TuyaOS
APP_VERSION= 1.0.0
TARGET_PLATFORM= bk7231n
path error: apps/tuyaos_demo_quickstart/app.yaml
grep: make.yaml: 没有那个文件或目录
toolchain Name: bk7231n
toolchain Repo: https://airtake-public-data-1254153901. ... 7231n_.zip
toolchain Version:
/home/lv/Documents/tuya/Projects/BK7231N_3.8.0/software/TuyaOS/vendor/bk7231n/toolchain/build_path not found in vendor [ bk7231n ]!
++++++++++++++++++++ CI package fullname ++++++++++++++++++++
++++++++++++++++++++ the SDK ID tuyaos_demo_quickstart_1.0.0_bk7231n ++++++++++++++++++++
generate build_param for [ tuyaos_demo_quickstart ] AT [ bk7231n ]
+++++++++++++++++++++++++++++++++++

Project [ tuyaos_demo_quickstart ] Param:

BUILD_DATE=2023_07_17
BUILD_TIME=22_44_43
GIT_USER=1838247111
IOT_SDK_VER=1.0.0
IPC_SDK_VER=1.0.0
SDK_FULL_VER=1.0.0
SDK_BETA_VER=
IOT_SDK_VER_MAJOR=1
IOT_SDK_VER_MINOR=0
IOT_SDK_VER_PATCH=0
KERNEL_VERSION=
PROJECT_NAME=tuyaos_demo_quickstart
TARGET_PLATFORM=bk7231n
TARGET_PLATFORM_REPO=https://airtake-public-data-1254153901. ... 7231n_.zip
TARGET_PLATFORM_VERSION=
BUILD_STATIC=1
BUILD_SHARED=
SDK_ID=tuyaos_demo_quickstart_1.0.0_bk7231n

ROOT_DIR=/home/lv/Documents/tuya/Projects/BK7231N_3.8.0/software/TuyaOS
OUTPUT_DIR=$(ROOT_DIR)/output/$(TARGET_PLATFORM)_$(PROJECT_NAME)
OUTPUT_DIR_INC=$(OUTPUT_DIR)/include
OUTPUT_DIR_STATIC_LIB=$(OUTPUT_DIR)/static/lib
OUTPUT_DIR_SHARED_LIB=$(OUTPUT_DIR)/shared/lib
OUTPUT_DIR_STATIC_OBJS=$(OUTPUT_DIR)/static/objs
OUTPUT_DIR_SHARED_OBJS=$(OUTPUT_DIR)/shared/objs

COMPILE_PREX =
TUYAOS_BUILD_PATH = /home/lv/Documents/tuya/Projects/BK7231N_3.8.0/software/TuyaOS/vendor/bk7231n/toolchain
AR = $(COMPILE_PREX)ar
CC = $(COMPILE_PREX)gcc
NM = $(COMPILE_PREX)nm
CPP = $(COMPILE_PREX)g++
STRIP = $(COMPILE_PREX)strip
OBJCOPY = $(COMPILE_PREX)objcopy
OBJDUMP = $(COMPILE_PREX)objdump
RANLIB = $(COMPILE_PREX)ranlib
CXX = $(COMPILE_PREX)g++

CFLAGS =
CFLAGS += -pipe -D_REENTRANT -Wall -Wno-unused-result
ifeq ($(CONFIG_OPERATING_SYSTEM), 100)
CFLAGS += -fPIC
endif

ifeq ($(CONFIG_TUYA_IOT_DEBUG), 1)
CFLAGS += -g
endif

ifdef PRJ_DEFINES
CFLAGS += $(PRJ_DEFINES)
endif

ifdef COMPILE_INCLUDE
CFLAGS += -I $(COMPILE_INCLUDE)
endif

ifdef COMPILE_LIB
export LD_LIBRARY_PATH=$(COMPILE_LIB)
endif

LINKFLAGS =
ifeq ($(CONFIG_OPERATING_SYSTEM), 100)
LINKFLAGS += -lpthread -lm
endif

ifdef PRJ_LINKS
LINKFLAGS += $(PRJ_LINKS)
endif


clean application static ...
find: ‘apps/tuyaos_demo_quickstart/application_components’: 没有那个文件或目录
find: ‘apps/tuyaos_demo_quickstart/application_drivers’: 没有那个文件或目录
find: ‘apps/tuyaos_demo_quickstart/application_components’: 没有那个文件或目录
find: ‘apps/tuyaos_demo_quickstart/application_drivers’: 没有那个文件或目录
CC /home/lv/Documents/tuya/Projects/BK7231N_3.8.0/software/TuyaOS/apps/tuyaos_demo_quickstart/src/tal_uart.c
In file included from /home/lv/Documents/tuya/Projects/BK7231N_3.8.0/software/TuyaOS/apps/tuyaos_demo_quickstart/src/tal_uart.c:1:
apps/tuyaos_demo_quickstart/include/tal_uart.h:14:10: fatal error: tuya_cloud_types.h: 没有那个文件或目录
14 | #include "tuya_cloud_types.h"
| ~~~~~~~~~~~~~~~~
compilation terminated.
compile command:
gcc -pipe -D_REENTRANT -Wall -Wno-unused-result -Iapps/tuyaos_demo_quickstart/include -Iinclude -Iinclude/base -Iinclude/base/include -Iinclude/components -Iinclude/components/svc_netmgr -Iinclude/components/svc_netmgr/include -Iinclude/components/lib_mqtt -Iinclude/components/lib_mqtt/include -Iinclude/components/tal_system -Iinclude/components/tal_system/include -Iinclude/components/base_db -Iinclude/components/base_db/include -Iinclude/components/svc_tuya_cloud -Iinclude/components/svc_tuya_cloud/include -Iinclude/components/svc_tuya_cloud/include/online_log -Iinclude/components/svc_tuya_cloud/include/netcfg_qrcode -Iinclude/components/svc_tuya_cloud/include/protocol -Iinclude/components/svc_tuya_cloud/include/iot_dns -Iinclude/components/svc_tuya_cloud/include/http -Iinclude/components/svc_tuya_cloud/include/tls -Iinclude/components/svc_tuya_cloud/include/log_seq -Iinclude/components/svc_tuya_cloud/include/mqtt -Iinclude/components/svc_tuya_cloud/include/misc -Iinclude/components/svc_tuya_cloud/include/timer_task -Iinclude/components/svc_lan -Iinclude/components/svc_lan/include -Iinclude/components/base_event -Iinclude/components/base_event/include -Iinclude/components/svc_upgrade -Iinclude/components/svc_upgrade/include -Iinclude/components/tal_wifi -Iinclude/components/tal_wifi/include -Iinclude/components/lib_cJSON -Iinclude/components/lib_cJSON/include -Iinclude/components/lib_http -Iinclude/components/lib_http/include -Iinclude/components/svc_api_iot -Iinclude/components/svc_api_iot/include -Iinclude/components/svc_wifi -Iinclude/components/svc_wifi/include -Iinclude/components/tal_network -Iinclude/components/tal_network/include -Iinclude/components/svc_api_wifi -Iinclude/components/svc_api_wifi/include -Iinclude/components/tal_driver -Iinclude/components/tal_driver/include -Iinclude/components/svc_bt -Iinclude/components/svc_bt/include -Iinclude/components/svc_rpc -Iinclude/components/svc_rpc/include -Iinclude/components/base_uf -Iinclude/components/base_uf/include -Iinclude/components/tal_system_service -Iinclude/components/tal_system_service/include -Iinclude/components/tal_system_service/include/utilities -Iinclude/components/tal_security -Iinclude/components/tal_security/include -Iinclude/components/svc_mf_test -Iinclude/components/svc_mf_test/include -Iinclude/components/lib_transport -Iinclude/components/lib_transport/include -Iinclude/components/svc_wifi_ffc -Iinclude/components/svc_wifi_ffc/include -Iinclude/components/svc_devos -Iinclude/components/svc_devos/include -Iinclude/components/lib_tls -Iinclude/components/lib_tls/include -Iinclude/components/lib_tls/include/mbedtls -Iinclude/components/lib_tls/include/psa -Iinclude/components/svc_dp -Iinclude/components/svc_dp/include -Iinclude/components/tal_bluetooth -Iinclude/components/tal_bluetooth/include -Iinclude/components/tal_lwip -Iinclude/components/tal_lwip/include -Iinclude/components/tal_lwip/include/netif -Iinclude/components/tal_lwip/include/netif/ppp -Iinclude/components/tal_lwip/include/netif/ppp/polarssl -Iinclude/components/tal_lwip/include/lwip -Iinclude/components/tal_lwip/include/lwip/arch -Iinclude/components/tal_lwip/include/lwip/prot -Iinclude/components/tal_lwip/include/lwip/priv -Iinclude/components/tal_lwip/include/lwip/apps -Iinclude/components/tal_lwip/include/compat -Iinclude/components/tal_lwip/include/compat/posix -Iinclude/components/tal_lwip/include/compat/posix/sys -Iinclude/components/tal_lwip/include/compat/posix/arpa -Iinclude/components/tal_lwip/include/compat/posix/net -Iinclude/components/tal_lwip/include/compat/stdc -Iinclude -Iinclude/base -Iinclude/base/include -Iinclude/components -Iinclude/components/svc_netmgr -Iinclude/components/svc_netmgr/include -Iinclude/components/lib_mqtt -Iinclude/components/lib_mqtt/include -Iinclude/components/tal_system -Iinclude/components/tal_system/include -Iinclude/components/base_db -Iinclude/components/base_db/include -Iinclude/components/svc_tuya_cloud -Iinclude/components/svc_tuya_cloud/include -Iinclude/components/svc_tuya_cloud/include/online_log -Iinclude/components/svc_tuya_cloud/include/netcfg_qrcode -Iinclude/components/svc_tuya_cloud/include/protocol -Iinclude/components/svc_tuya_cloud/include/iot_dns -Iinclude/components/svc_tuya_cloud/include/http -Iinclude/components/svc_tuya_cloud/include/tls -Iinclude/components/svc_tuya_cloud/include/log_seq -Iinclude/components/svc_tuya_cloud/include/mqtt -Iinclude/components/svc_tuya_cloud/include/misc -Iinclude/components/svc_tuya_cloud/include/timer_task -Iinclude/components/svc_lan -Iinclude/components/svc_lan/include -Iinclude/components/base_event -Iinclude/components/base_event/include -Iinclude/components/svc_upgrade -Iinclude/components/svc_upgrade/include -Iinclude/components/tal_wifi -Iinclude/components/tal_wifi/include -Iinclude/components/lib_cJSON -Iinclude/components/lib_cJSON/include -Iinclude/components/lib_http -Iinclude/components/lib_http/include -Iinclude/components/svc_api_iot -Iinclude/components/svc_api_iot/include -Iinclude/components/svc_wifi -Iinclude/components/svc_wifi/include -Iinclude/components/tal_network -Iinclude/components/tal_network/include -Iinclude/components/svc_api_wifi -Iinclude/components/svc_api_wifi/include -Iinclude/components/tal_driver -Iinclude/components/tal_driver/include -Iinclude/components/svc_bt -Iinclude/components/svc_bt/include -Iinclude/components/svc_rpc -Iinclude/components/svc_rpc/include -Iinclude/components/base_uf -Iinclude/components/base_uf/include -Iinclude/components/tal_system_service -Iinclude/components/tal_system_service/include -Iinclude/components/tal_system_service/include/utilities -Iinclude/components/tal_security -Iinclude/components/tal_security/include -Iinclude/components/svc_mf_test -Iinclude/components/svc_mf_test/include -Iinclude/components/lib_transport -Iinclude/components/lib_transport/include -Iinclude/components/svc_wifi_ffc -Iinclude/components/svc_wifi_ffc/include -Iinclude/components/svc_devos -Iinclude/components/svc_devos/include -Iinclude/components/lib_tls -Iinclude/components/lib_tls/include -Iinclude/components/lib_tls/include/mbedtls -Iinclude/components/lib_tls/include/psa -Iinclude/components/svc_dp -Iinclude/components/svc_dp/include -Iinclude/components/tal_bluetooth -Iinclude/components/tal_bluetooth/include -Iinclude/components/tal_lwip -Iinclude/components/tal_lwip/include -Iinclude/components/tal_lwip/include/netif -Iinclude/components/tal_lwip/include/netif/ppp -Iinclude/components/tal_lwip/include/netif/ppp/polarssl -Iinclude/components/tal_lwip/include/lwip -Iinclude/components/tal_lwip/include/lwip/arch -Iinclude/components/tal_lwip/include/lwip/prot -Iinclude/components/tal_lwip/include/lwip/priv -Iinclude/components/tal_lwip/include/lwip/apps -Iinclude/components/tal_lwip/include/compat -Iinclude/components/tal_lwip/include/compat/posix -Iinclude/components/tal_lwip/include/compat/posix/sys -Iinclude/components/tal_lwip/include/compat/posix/arpa -Iinclude/components/tal_lwip/include/compat/posix/net -Iinclude/components/tal_lwip/include/compat/stdc -DUSER_SW_VER="1.0.0" -DAPP_BIN_NAME="tuyaos_demo_quickstart" -o /home/lv/Documents/tuya/Projects/BK7231N_3.8.0/software/TuyaOS/output/bk7231n_tuyaos_demo_quickstart/.objs/static/apps/tuyaos_demo_quickstart/src/tal_uart.c.o -c /home/lv/Documents/tuya/Projects/BK7231N_3.8.0/software/TuyaOS/apps/tuyaos_demo_quickstart/src/tal_uart.c
make: *** [scripts/mk/xmake.mk:220:/home/lv/Documents/tuya/Projects/BK7231N_3.8.0/software/TuyaOS/output/bk7231n_tuyaos_demo_quickstart/.objs/static/apps/tuyaos_demo_quickstart/src/tal_uart.c.o] 错误 1

jafatek
Posts: 23

Re: BK7231N_3.8.0在IDE上下载的这个开发框架,编译失败。应该是没有自动下载编译工具链

看样子是ssh的认证失败,就很奇怪,我都没动,不知道怎么就突然不好使了,这个该怎么解决呢

jafatek
Posts: 23

Re: BK7231N_3.8.0在IDE上下载的这个开发框架,编译失败。应该是没有自动下载编译工具链

目前已解决 : 在build_app.sh文件中,找到wget 在后面加上--no-check-certificate 就好了

愚者千虑必有一得
Posts: 435

Re: BK7231N_3.8.0在IDE上下载的这个开发框架,编译失败。应该是没有自动下载编译工具链

jafatek 2023年 Jul 18日 10:06

目前已解决 : 在build_app.sh文件中,找到wget 在后面加上--no-check-certificate 就好了

赞,我们看看这个选项能不能默认加上。

Post Reply