µVision Build Log
Tool Versions:
IDE-Version: µVision V5.14.0.0
Copyright (C) 2015 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: ali fallah, nocompony, LIC=14HTG-VXAKB-PBQEG-V1P5E-AZNPE-E3WH6
Tool Versions:
Toolchain: MDK-ARM Standard Version: 5.14.0.0
Toolchain Path: C:\Keil\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.05 update 1 (build 106)
Assembler: Armasm.exe V5.05 update 1 (build 106)
Linker/Locator: ArmLink.exe V5.05 update 1 (build 106)
Library Manager: ArmAr.exe V5.05 update 1 (build 106)
Hex Converter: FromElf.exe V5.05 update 1 (build 106)
CPU DLL: SARMCM3.DLL V5.14.0.0
Dialog DLL: DARMP1.DLL V1.25.0.0
Target DLL: Segger\JL2CM3.dll V2.99.13.0
Dialog DLL: TARMP1.DLL V1.24.0.0
Project:
C:\Users\ali\Desktop\MFRC522\MDK-ARM\MFRC522.uvproj
Project File Date: 04/14/2017
Output:
Rebuild target 'MFRC522'
compiling main.c...
.\List\Source\MFRC522.h(162): warning: #1295-D: Deprecated declaration AntennaOn - give arg types
void AntennaOn();
.\List\Source\MFRC522.h(163): warning: #1295-D: Deprecated declaration AntennaOff - give arg types
void AntennaOff();
.\List\Source\MFRC522.h(164): warning: #1295-D: Deprecated declaration MFRC522_Reset - give arg types
void MFRC522_Reset();
.\List\Source\MFRC522.h(165): warning: #1295-D: Deprecated declaration MFRC522_Init - give arg types
void MFRC522_Init();
.\List\Source\MFRC522.h(174): warning: #1295-D: Deprecated declaration MFRC522_Halt - give arg types
void MFRC522_Halt();
.\List\Source\MFRC522.h(801): warning: #550-D: variable "status" was set but never used
uchar status;
List\main.c(76): warning: #951-D: return type of function "main" must be "int"
void main(){
List\main.c: 7 warnings, 0 errors
compiling Serial.c...
compiling debug_frmwrk.c...
compiling lpc17xx_clkpwr.c...
compiling lpc17xx_gpio.c...
compiling lpc17xx_libcfg_default.c...
compiling lpc17xx_pinsel.c...
compiling lpc17xx_ssp.c...
compiling lpc17xx_systick.c...
compiling lpc17xx_uart.c...
compiling core_cm3.c...
compiling system_LPC17xx.c...
assembling startup_LPC17xx.s...
linking...
Program Size: Code=764 RO-data=220 RW-data=0 ZI-data=512
FromELF: creating hex file...
After Build - User command #1: fromelf -bin --output=MFRC522.bin .\Obj\MFRC522.axf
Warning: Q3910W: Old syntax, please use '--bin'.
Finished: 0 information, 1 warning and 0 error messages.
".\Obj\MFRC522.axf" - 0 Error(s), 7 Warning(s).