µVision Build Log
Tool Versions:
IDE-Version: µVision V5.28.0.0
Copyright (C) 2019 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: n bjnag, s, LIC=----
Tool Versions:
Toolchain: MDK-Lite Version: 5.28.0.0
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.06 update 6 (build 750)
Assembler: Armasm.exe V5.06 update 6 (build 750)
Linker/Locator: ArmLink.exe V5.06 update 6 (build 750)
Library Manager: ArmAr.exe V5.06 update 6 (build 750)
Hex Converter: FromElf.exe V5.06 update 6 (build 750)
CPU DLL:
Dialog DLL:
Target DLL: Segger\JL2CM3.dll V2.99.36.0
Dialog DLL: TCM.DLL V1.36.2.0
Project:
C:\Users\bjnag\Desktop\Softwares\Arbeit software\1\nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\custom_ble_service_example\pca10040\s132\arm5_no_packs\ble_app_template_pca10040_s132.uvprojx
Project File Date: 06/02/2020
Output:
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'nrf52832_xxaa'
compiling main.c...
..\ses\ble_cus.h(126): error: #101: "ble_cus_s" has already been declared in the current scope
struct ble_cus_s
..\ses\ble_cus.h(128): error: #20: identifier "ble_cus_evt_handler_t" is undefined
ble_cus_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Custom Service. */
..\ses\ble_cus.h(145): error: #20: identifier "ble_cus_evt_handler_t" is undefined
ble_cus_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Custom Service. */
..\ses\ble_cus.h(148): error: #256: invalid redeclaration of type name "ble_cus_init_t" (declared at line 53)
} ble_cus_init_t;
..\..\..\main.c(301): error: #20: identifier "on_cus_evt" is undefined
cus_init.evt_handler = on_cus_evt;
..\..\..\main.c(309): error: #167: argument of type "ble_cus_init_t *" is incompatible with parameter of type "const ble_cus_init_t *"
err_code = ble_cus_init(&m_cus, &cus_init);
..\..\..\main.c(737): warning: #177-D: function "on_cus_evt" was declared but never referenced
static void on_cus_evt(ble_cus_t * p_cus_service,
..\..\..\main.c: 1 warning, 6 errors
".\_build\nrf52832_xxaa.axf" - 6 Error(s), 1 Warning(s).
Software 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.24.1.pack
NordicSemiconductor.nRF_DeviceFamilyPack.8.24.1
Nordic Semiconductor nRF ARM devices Device Family Pack.
* Component: Startup Version: 8.24.1
Collection of Component include folders:
.\RTE\_nrf52832_xxaa
C:\Users\bjnag\AppData\Local\Arm\Packs\ARM\CMSIS\4.5.0\CMSIS\Include
C:\Users\bjnag\AppData\Local\Arm\Packs\NordicSemiconductor\nRF_DeviceFamilyPack\8.24.1\Device\Include
Collection of Component Files used:
* Component: ARM::CMSIS:CORE:4.3.0
* Component: NordicSemiconductor::Device:Startup:8.24.1
Source file: Device\Source\system_nrf52.c
Source file: Device\Source\arm\arm_startup_nrf52.s
Include file: Device\Include\system_nrf52.h
Target not created.
Build Time Elapsed: 00:00:02