µVision Build Log
Tool Versions:
IDE-Version: ¦ÌVision V5.24.2.0
Copyright (C) 2017 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: zmq Microsoft, Microsoft, LIC=XDAJJ-U4DVM-B38M4-FI5DC-Y4SUJ-GLS6T
Tool Versions:
Toolchain: DB-ARM Debugger Version: 5.24.1
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.06 update 5 (build 528)
Assembler: Armasm.exe V5.06 update 5 (build 528)
Linker/Locator: ArmLink.exe V5.06 update 5 (build 528)
Library Manager: ArmAr.exe V5.06 update 5 (build 528)
Hex Converter: FromElf.exe V5.06 update 5 (build 528)
CPU DLL:
Dialog DLL:
Target DLL: Segger\JL2CM3.dll V2.99.26.0
Dialog DLL: TARMCM1.DLL V1.13.0.0
Project:
C:\Users\Administrator\Desktop\nRF5_SDK_11.0.0_89a8197__2\examples\ble_peripheral\ble_app_uart\pca10028\s130\arm5_no_packs\ble_app_uart_s130_pca10028.uvprojx
Project File Date: 06/06/2018
Output:
*** Using Compiler 'V5.06 update 5 (build 528)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Rebuild target 'nrf51422_xxac_s130'
compiling bsp_btn_ble.c...
compiling bsp.c...
..\..\..\..\..\bsp\bsp.c(170): warning: #550-D: variable "err_code" was set but never used
uint32_t err_code;
..\..\..\..\..\bsp\bsp.c(63): warning: #550-D: variable "m_registered_callback" was set but never used
static bsp_event_callback_t m_registered_callback = NULL;
..\..\..\..\..\bsp\bsp.c(117): warning: #177-D: variable "KEY_continue" was declared but never referenced
static bool KEY_continue=false;
..\..\..\..\..\bsp\bsp.c: 3 warnings, 0 errors
compiling main.c...
..\..\..\main.c(229): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
UINT8strncpy(myname, tmp, strlen(tmp));
..\..\..\main.c(233): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
snprintf(myname,11,"%s-%02x:%02x","OPPY",device_addr.addr[1],device_addr.addr[0]);//device_addr.addr[1],device_addr.addr[0]
..\..\..\main.c(243): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
UINT8strncpy(myPasswd, tmp, strlen(tmp));
..\..\..\main.c(268): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
strlen(myname));
..\..\..\main.c(502): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
wifion_len=p_data[0]+strlen(myname)-1;
..\..\..\main.c(506): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
wifion_bytelen=p_data[2]+strlen(myname)-1;
..\..\..\main.c(513): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
for(uint32_t i=0;i14)
..\..\..\main.c(520): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
len=strlen(myname)-14;
..\..\..\main.c(569): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
UINT8strncpy(savename,myname,strlen(myname));
..\..\..\main.c(570): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
UINT8strncpy(savename+32,myPasswd,strlen(myPasswd));
..\..\..\main.c(591): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
UINT8strncpy(savename,myname,strlen(myname));
..\..\..\main.c(592): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
UINT8strncpy(savename+32,myPasswd,strlen(myPasswd));
..\..\..\main.c(616): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
snprintf(myname,11,"%s-%02x:%02x","OPPY",device_addr.addr[1],device_addr.addr[0]);
..\..\..\main.c(629): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
UINT8strncpy(savename,myname,strlen(myname));
..\..\..\main.c(630): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
UINT8strncpy(savename+32,myPasswd,strlen(myPasswd));
..\..\..\main.c(938): warning: #223-D: function "nrf_dvr_wdt_disable" declared implicitly
nrf_dvr_wdt_disable();
..\..\..\main.c(977): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
snprintf(myname,11,"%s-%02x:%02x","OPPY",device_addr.addr[1],device_addr.addr[0]);
..\..\..\main.c(989): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
UINT8strncpy(savename,myname,strlen(myname));
..\..\..\main.c(990): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
UINT8strncpy(savename+32,myPasswd,strlen(myPasswd));
..\..\..\main.c(1012): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
if(strlen(myname)>14)
..\..\..\main.c(1019): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
data_name1[5]=strlen(myname);
..\..\..\main.c(1028): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
data_name2[0]=(strlen(myname)-14)|0x80;
..\..\..\main.c(1030): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
for(uint32_t i=0;i<(strlen(myname)-14);i++)
..\..\..\main.c(1035): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
err_code = ble_nus_string_send(&m_nus, data_name2,strlen(myname)-14+2 );
..\..\..\main.c(1038): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
data_name1[0]=(strlen(myname)+4)|0x80;
..\..\..\main.c(1040): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
data_name1[2]=strlen(myname)+3;
..\..\..\main.c(1043): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
data_name1[5]=strlen(myname);
..\..\..\main.c(1044): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
for(uint32_t i=0;i14)
..\..\..\main.c(1371): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
data_name1[5]=strlen(myname);
..\..\..\main.c(1380): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
data_name2[0]=(strlen(myname)-14)|0x80;
..\..\..\main.c(1382): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
for(uint32_t i=0;i<(strlen(myname)-14);i++)
..\..\..\main.c(1387): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
err_code = ble_nus_string_send(&m_nus, data_name2,strlen(myname)-14+2 );
..\..\..\main.c(1391): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
data_name1[0]=(strlen(myname)+4)|0x80;
..\..\..\main.c(1394): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
data_name1[2]=strlen(myname)+3;
..\..\..\main.c(1398): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
data_name1[5]=strlen(myname);
..\..\..\main.c(1399): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
for(uint32_t i=0;iSoftware Packages used:
Package Vendor: ARM
http://www.keil.com/pack/ARM.CMSIS.4.5.0.pack
ARM.CMSIS.4.5.0
CMSIS (Cortex Microcontroller Software Interface Standard)
* Component: CORE Version: 4.3.0
Package Vendor: NordicSemiconductor
http://developer.nordicsemi.com/nRF5_SDK/pieces/nRF_DeviceFamilyPack/NordicSemiconductor.nRF_DeviceFamilyPack.8.16.0.pack
NordicSemiconductor.nRF_DeviceFamilyPack.8.16.0
Nordic Semiconductor nRF ARM devices Device Family Pack.
* Component: StartupConfig Version: 8.16.0
* Component: Startup Version: 8.16.0
Collection of Component include folders:
.\RTE\Device\nRF51422_xxAC
.\RTE\_nrf51422_xxac_s130
C:\Keil_v5\ARM\PACK\ARM\CMSIS\4.5.0\CMSIS\Include
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.16.0\Device\Include
Collection of Component Files used:
* Component: NordicSemiconductor::Device:StartupConfig:8.16.0
Include file: Device\Source\startup_config.h
* Component: NordicSemiconductor::Device:Startup:8.16.0
Source file: Device\Source\arm\arm_startup_nrf51.s
Source file: Device\Source\system_nrf51.c
Include file: Device\Include\system_nrf51.h
* Component: ARM::CMSIS:CORE:4.3.0
Build Time Elapsed: 00:00:07