µVision Build Log
Tool Versions:
IDE-Version: µVision V5.16a
Copyright (C) 2015 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: Abhimanyu Tyagi, Medella, LIC=----
Tool Versions:
Toolchain: MDK-Lite Version: 5.16a
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.06 (build 20)
Assembler: Armasm.exe V5.06 (build 20)
Linker/Locator: ArmLink.exe V5.06 (build 20)
Library Manager: ArmAr.exe V5.06 (build 20)
Hex Converter: FromElf.exe V5.06 (build 20)
CPU DLL:
Dialog DLL:
Target DLL: Segger\JL2CM3.dll V2.99.15.2
Dialog DLL: TCM.DLL V1.14.5.0
Project:
C:\Users\Abhimanyu\Desktop\nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\uart\pca10036\arm5_no_packs\uart_pca10036.uvprojx
Project File Date: 10/26/2015
Output:
*** Using Compiler 'V5.06 (build 20)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Rebuild target 'nrf52832_xxaa'
compiling nrf_delay.c...
compiling main.c...
..\..\main.c(199): warning: #177-D: variable "reg" was declared but never referenced
unsigned char reg = 0x3F;
..\..\main.c(55): warning: #177-D: variable "m_spi_master" was declared but never referenced
static const nrf_drv_spi_t m_spi_master = NRF_DRV_SPI_INSTANCE(0);
..\..\main.c(64): warning: #177-D: variable "m_tx_data" was declared but never referenced
static uint8_t m_tx_data[TX_RX_BUF_LENGTH_CUSTOM] = {0}; /**< A buffer with data to transfer. */
..\..\main.c(65): warning: #177-D: variable "m_rx_data" was declared but never referenced
static uint8_t m_rx_data[TX_RX_BUF_LENGTH_CUSTOM] = {0}; /**< A buffer for incoming data. */
..\..\main.c(147): warning: #177-D: function "spi_master_event_handler" was declared but never referenced
static void spi_master_event_handler(nrf_drv_spi_event_t event)
..\..\main.c: 5 warnings, 0 errors
compiling app_uart_fifo.c...
compiling nrf_drv_common.c...
compiling app_error.c...
compiling app_fifo.c...
compiling nrf_assert.c...
compiling nrf_drv_uart.c...
compiling app_util_platform.c...
compiling retarget.c...
assembling arm_startup_nrf52.s...
compiling app_timer.c...
compiling system_nrf52.c...
linking...
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol bsp_init (referred from main.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_out_clear (referred from main.o).
Not enough information to list image symbols.
Finished: 1 information, 0 warning and 2 error messages.
".\_build\nrf52832_xxaa.axf" - 2 Error(s), 5 Warning(s).
Software Packages used:
Package Vendor: ARM
http://www.keil.com/pack/ARM.CMSIS.4.2.0.pack
ARM::CMSIS:CORE:3.40.0
CMSIS (Cortex Microcontroller Software Interface Standard)
* Component: CORE Version: 3.40.0
Package Vendor: NordicSemiconductor
http://developer.nordicsemi.com/nRF51_SDK/pieces/nRF_DeviceFamilyPack/NordicSemiconductor.nRF_DeviceFamilyPack.8.0.3.pack
NordicSemiconductor::Device:Startup:8.0.3
Nordic Semiconductor nRF ARM devices Device Family Pack.
* Component: Startup Version: 8.0.3
Collection of Component include folders:
C:\Users\Abhimanyu\Desktop\nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\uart\pca10036\arm5_no_packs\RTE
C:\Keil_v5\ARM\PACK\ARM\CMSIS\4.2.0\CMSIS\Include
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.0.3\Device\Include
Collection of Component Files used:
* Component: ARM::CMSIS:CORE:3.40.0
Source file: CMSIS\UserCodeTemplates\ARM\ITM_Retarget.c
* Component: NordicSemiconductor::Device:Startup:8.0.3
Source file: Device\Source\arm\arm_startup_nrf52.s
Source file: Device\Source\system_nrf52.c
Include file: Device\Include\system_nrf52.h
Target not created.
Build Time Elapsed: 00:00:06