µVision Build Log
Tool Versions:
IDE-Version: µVision V5.15
Copyright (C) 2015 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: Susheel Windows User, Nordic Semiconductor ASA, LIC=IC9XB-LYFTM-LZ50L-YS5UR-HDEA2-BXKL4
Tool Versions:
Toolchain: MDK-ARM Professional Version: 5.15.0
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.05 update 2 (build 169)
Assembler: Armasm.exe V5.05 update 2 (build 169)
Linker/Locator: ArmLink.exe V5.05 update 2 (build 169)
Library Manager: ArmAr.exe V5.05 update 2 (build 169)
Hex Converter: FromElf.exe V5.05 update 2 (build 169)
CPU DLL:
Dialog DLL:
Target DLL: Segger\JL2CM3.dll V2.99.15.0
Dialog DLL: TARMCM1.DLL V1.9.0.0
Project:
C:\Users\sunu\Downloads\nRF51_SDK_8.1.0_b6ed55f\examples\ble_peripheral\Motorsteurung\pca10028\s130\arm4\ble_app_template_s130_pca10028.uvproj
Project File Date: 08/27/2015
Output:
*** Using Compiler 'V5.05 update 2 (build 169)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Rebuild Project 'ble_app_template_s130_pca10028' - Target 'nrf51422_xxac_s130'
compiling main.c...
C:\Users\sunu\Downloads\nRF51_SDK_8.1.0_b6ed55f\examples\ble_peripheral\Motorsteurung\main.c(245): warning: #177-D: variable "err_code" was declared but never referenced
uint32_t err_code;
C:\Users\sunu\Downloads\nRF51_SDK_8.1.0_b6ed55f\examples\ble_peripheral\Motorsteurung\main.c(323): warning: #177-D: variable "err_code" was declared but never referenced
uint32_t err_code;
C:\Users\sunu\Downloads\nRF51_SDK_8.1.0_b6ed55f\examples\ble_peripheral\Motorsteurung\main.c(85): warning: #177-D: variable "m_moco" was declared but never referenced
static ble_moco_t m_moco;
C:\Users\sunu\Downloads\nRF51_SDK_8.1.0_b6ed55f\examples\ble_peripheral\Motorsteurung\main.c(286): warning: #177-D: function "auf_write_handler" was declared but never referenced
static void auf_write_handler(ble_moco_t *p_moco, uint8_t auf_state)
C:\Users\sunu\Downloads\nRF51_SDK_8.1.0_b6ed55f\examples\ble_peripheral\Motorsteurung\main.c(303): warning: #177-D: function "ab_write_handler" was declared but never referenced
static void ab_write_handler(ble_moco_t *p_moco, uint8_t ab_state)
C:\Users\sunu\Downloads\nRF51_SDK_8.1.0_b6ed55f\examples\ble_peripheral\Motorsteurung\main.c(571): warning: #177-D: function "adc_init" was declared but never referenced
static void adc_init(void)
..\..\..\main.c: 6 warnings, 0 errors
compiling bsp.c...
assembling arm_startup_nrf51.s...
compiling system_nrf51.c...
compiling ble_advdata.c...
compiling ble_advertising.c...
compiling ble_conn_params.c...
compiling ble_srv_common.c...
compiling app_uart.c...
compiling nrf_delay.c...
compiling nrf_drv_common.c...
compiling nrf_drv_gpiote.c...
compiling pstorage.c...
compiling nrf_drv_ppi.c...
compiling nrf_drv_timer.c...
compiling app_button.c...
compiling app_error.c...
compiling app_scheduler.c...
compiling app_timer.c...
compiling app_timer_appsh.c...
compiling app_trace.c...
compiling nrf_assert.c...
compiling retarget.c...
compiling app_gpiote.c...
compiling app_pwm.c...
compiling softdevice_handler.c...
linking...
Program Size: Code=20600 RO-data=292 RW-data=368 ZI-data=4112
FromELF: creating hex file...
".\_build\nrf51422_xxac_s130.axf" - 0 Error(s), 6 Warning(s).