µVision Build Log
Tool Versions:
IDE-Version: µVision V5.13.0.0
Copyright (C) 2014 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: 1 2, Hewlett-Packard, LIC=----
Tool Versions:
Toolchain: MDK-Lite Version: 5.13.0.0
Toolchain Path: C:\Keil_v5\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: SARM.DLL V5.13.0.0
Dialog DLL: DARMP.DLL V1.51
Target DLL: UL2ARM.DLL V1.74.5.0
Dialog DLL: TARMP.DLL V1.51
Project:
C:\Users\2\Desktop\TRAC SENSOR\callfrom lpc2148 to gsm\gsm.uvproj
Project File Date: 05/20/2017
Output:
Rebuild target 'Target 1'
assembling Startup.s...
compiling lcd.c...
compiling uart.c...
compiling main.c...
main.c(89): warning: #1295-D: Deprecated declaration TimerInit - give arg types
unsigned int TimerInit();
main.c(108): warning: #1295-D: Deprecated declaration GsmInitialStart - give arg types
unsigned char GsmInitialStart();
main.c(109): warning: #1295-D: Deprecated declaration HttpRequestInitial - give arg types
void HttpRequestInitial();
main.c(110): warning: #1295-D: Deprecated declaration sensordetect - give arg types
unsigned int sensordetect();
main.c(323): warning: #167-D: argument of type "char *" is incompatible with parameter of type "unsigned char *"
HttpRequestColon(Long,Latid,Z);
main.c(323): warning: #167-D: argument of type "char *" is incompatible with parameter of type "unsigned char *"
HttpRequestColon(Long,Latid,Z);
main.c(323): warning: #167-D: argument of type "char *" is incompatible with parameter of type "unsigned char *"
HttpRequestColon(Long,Latid,Z);
main.c(403): warning: #167-D: argument of type "char *" is incompatible with parameter of type "unsigned char *"
Uart0PutS(httpget);
main.c(404): warning: #167-D: argument of type "char *" is incompatible with parameter of type "unsigned char *"
Uart0PutS("uid=");Uart0PutS(idstr);
main.c(410): warning: #167-D: argument of type "char *" is incompatible with parameter of type "unsigned char *"
Uart0PutS(ma);//to print sensor value on hypertext
main.c(427): warning: #940-D: missing return statement at end of non-void function "HttpRequestColon"
}
main.c(351): warning: #177-D: variable "latidname" was declared but never referenced
char latidname[10]; //holds latid value
main.c(355): warning: #177-D: variable "datename" was declared but never referenced
char datename[15]; //holds date and time Stamp
main.c(653): warning: #940-D: missing return statement at end of non-void function "GsmInitialStart"
}
main.c(591): warning: #177-D: variable "c" was declared but never referenced
char c=' ';
main.c: 15 warnings, 0 errors
compiling adc.c...
compiling systemInit.c...
compiling delay.c...
compiling gpio.c...
linking...
Program Size: Code=21240 RO-data=584 RW-data=532 ZI-data=1476
FromELF: creating hex file...
".\gsm.axf" - 0 Error(s), 15 Warning(s).