* 正在文件夹 d%3A%5CMyLinux%5Cgenie-bt-mesh%5Cgenie-bt-mesh-stack 中执行任务: aos make bluetooth.light_ctl@tc825x
aos-cube version: 0.5.11 Making config file for first time ========liblt_8258.a======== ========8258 32k ret start======== ========8258 32k ret boot link======== processing components: bluetooth.light_ctl tc825x platform/mcu/tc32_825x osal init auto_component ========liblt_8258.a======== ========8258 32k ret start======== ========8258 32k ret boot link======== kernel_version:AOS-R-2.0.0 all components: bluetooth.light_ctl tc825x platform/mcu/tc32_825x osal init auto_component genie_app bluetooth.bt_host bluetooth.bt_mesh yloop cli platform/arch/tc32 libc rhino hal rhino.vfs rhino.fs.kv crc bluetooth.bt_common bluetooth.bt_mesh.ref_impl log kernel.rhino.vfs.device ========liblt_8258.a======== ========8258 32k ret start======== ========8258 32k ret boot link======== kernel_version:AOS-R-2.0.0 Build AOS Now TOOLCHAIN_PATH=D:\MyLinux\genie-bt-mesh\genie-bt-mesh-stack\build/compiler/tc32/bin/ Compiling light_ctl Compiling tc825x Compiling tc32_825x app/example/bluetooth/light_ctl/light_ctl.c: In function 'light_state_store': app/example/bluetooth/light_ctl/light_ctl.c:106:22: warning: unused variable 'pu' platform/mcu/tc32_825x/aos/soc_impl.c: In function 'soc_get_cur_sp': platform/mcu/tc32_825x/aos/soc_impl.c:138:1: warning: control reaches end of non-void function platform/mcu/tc32_825x/hal/timer.c: In function 'hal_timer_stop': platform/mcu/tc32_825x/hal/timer.c:93:2: warning: 'return' with a value, in function returning void Compiling osal Compiling kernel_init Compiling auto_component Compiling genie_app genie_app/base/genie_flash.c:60:1: warning: useless storage class specifier in empty declaration genie_app/base/genie_flash.c: In function '_genie_flash_copy': genie_app/base/genie_flash.c:502:14: warning: unused variable 'flag_offset' genie_app/bluetooth/host/profile/ais_srv/ais_service.c:184:13: warning: '_ais_execute_disconnet' declared 'static' but never defined Compiling bt_host Compiling bt_mesh Compiling yloop Compiling cli Compiling tc32 Compiling newlib_stub platform/arch/tc32/port_c.c: In function 'cpu_intrpt_save': platform/arch/tc32/port_c.c:52:1: warning: control reaches end of non-void function Compiling rhino Compiling hal Compiling vfs Compiling kv Compiling crc Compiling bt_common Compiling ref_impl network/bluetooth/bt_common/port/aos_port.c: In function 'irq_lock': network/bluetooth/bt_common/port/aos_port.c:176:5: warning: 'cpsr' is used uninitialized in this function Compiling log Compiling vfs_device Making out/bluetooth.light_ctl@tc825x/libraries/light_ctl.a Making out/bluetooth.light_ctl@tc825x/libraries/tc825x.a Making out/bluetooth.light_ctl@tc825x/libraries/tc32_825x.a Making out/bluetooth.light_ctl@tc825x/libraries/osal.a Making out/bluetooth.light_ctl@tc825x/libraries/kernel_init.a Making out/bluetooth.light_ctl@tc825x/libraries/auto_component.a Making out/bluetooth.light_ctl@tc825x/libraries/genie_app.a Making out/bluetooth.light_ctl@tc825x/libraries/bt_host.a Making out/bluetooth.light_ctl@tc825x/libraries/bt_mesh.a Making out/bluetooth.light_ctl@tc825x/libraries/yloop.a Making out/bluetooth.light_ctl@tc825x/libraries/cli.a Making out/bluetooth.light_ctl@tc825x/libraries/tc32.a Making out/bluetooth.light_ctl@tc825x/libraries/newlib_stub.a Making out/bluetooth.light_ctl@tc825x/libraries/rhino.a Making out/bluetooth.light_ctl@tc825x/libraries/hal.a Making out/bluetooth.light_ctl@tc825x/libraries/vfs.a Making out/bluetooth.light_ctl@tc825x/libraries/kv.a Making out/bluetooth.light_ctl@tc825x/libraries/crc.a Making out/bluetooth.light_ctl@tc825x/libraries/bt_common.a Making out/bluetooth.light_ctl@tc825x/libraries/ref_impl.a Making out/bluetooth.light_ctl@tc825x/libraries/log.a Making out/bluetooth.light_ctl@tc825x/libraries/vfs_device.a Making bluetooth.light_ctl@tc825x.elf
Making bluetooth.light_ctl@tc825x.bin Making bluetooth.light_ctl@tc825x.hex no definite address hint,using default mem configuration Making bluetooth.light_ctl@tc825x.lst
20380@qidaink MINGW64 /d/MyLinux/genie-bt-mesh/genie-bt-mesh-stack (master) $ cd ..
20380@qidaink MINGW64 /d/MyLinux/genie-bt-mesh $ aos create project -b tc825x -t helloworld_demo helloworld_tc825x [AliOS-Things] ERROR: No AliOS Things source directory found. To make things work, please: [AliOS-Things] ERROR: [AliOS-Things] ERROR: -> Set AOS_SDK_PATH environment variable to a valid [AliOS-Things] ERROR: AliOS-Things source directory as below: [AliOS-Things] ERROR: [AliOS-Things] ERROR: * Linux/MacOS/Git-Bash: [AliOS-Things] ERROR: $ export AOS_SDK_PATH=<path_to_AliOS_Things_src> [AliOS-Things] ERROR: * Windows CMD: [AliOS-Things] ERROR: > set AOS_SDK_PATH=<path_to_AliOS_Things_src> [AliOS-Things] ERROR: [AliOS-Things] ERROR: Please set it on system level if you want so. ---