µVision Build Log
Tool Versions:
IDE-Version: ¦ÌVision V5.23.0.0
Copyright (C) 2017 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: li Administrator, knowo, LIC=FQQQD-8IWNZ-ZEKH2-9HL1Z-ZGP9K-XL7B3
Tool Versions:
Toolchain: MDK-ARM Professional Version: 5.23
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.06 update 4 (build 422)
Assembler: Armasm.exe V5.06 update 4 (build 422)
Linker/Locator: ArmLink.exe V5.06 update 4 (build 422)
Library Manager: ArmAr.exe V5.06 update 4 (build 422)
Hex Converter: FromElf.exe V5.06 update 4 (build 422)
CPU DLL: SARMCM3.DLL V5.23
Dialog DLL: DCM.DLL V1.15.0.0
Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V2.0.18.0
Dialog DLL: TCM.DLL V1.27.0.0
Project:
D:\projects\SIM7600\SIM7600\MDK-ARM\SIM7600.uvprojx
Project File Date: 03/14/2019
Output:
*** Using Compiler 'V5.06 update 4 (build 422)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'SIM7600'
compiling sim7600.c...
..\HARDWARE\4G_SIM7600\sim7600.c(1073): warning: #167-D: argument of type "s8 (*)(void *)" is incompatible with parameter of type "time3_callback"
timer3_init(1000, 1, at_fifo_check);
..\HARDWARE\4G_SIM7600\sim7600.c(1244): warning: #144-D: a value of type "u8 *" cannot be used to initialize an entity of type "char *"
char *p = buf->buf;
..\HARDWARE\4G_SIM7600\sim7600.c(1245): warning: #167-D: argument of type "u8 *" is incompatible with parameter of type "const char *"
if(strstr(buf->buf, "RECV FROM:")!=NULL)
..\HARDWARE\4G_SIM7600\sim7600.c(1247): warning: #167-D: argument of type "u8 *" is incompatible with parameter of type "const char *"
p = strstr(buf->buf, "+IPD");
..\HARDWARE\4G_SIM7600\sim7600.c(1243): warning: #177-D: variable "data_buf" was declared but never referenced
struct module_buf *data_buf = buf;
..\HARDWARE\4G_SIM7600\sim7600.c(1395): warning: #1-D: last line of file ends without a newline
}
..\HARDWARE\4G_SIM7600\sim7600.c(55): warning: #177-D: function "http_read_handler" was declared but never referenced
static s8 http_read_handler(BOOL *urc, char*buf);
..\HARDWARE\4G_SIM7600\sim7600.c(984): warning: #177-D: function "tcp_closed_handle" was declared but never referenced
static s8 tcp_closed_handle(BOOL *urc, char *buf)
..\HARDWARE\4G_SIM7600\sim7600.c: 8 warnings, 0 errors
linking...
Program Size: Code=41888 RO-data=1876 RW-data=448 ZI-data=13688
FromELF: creating hex file...
"SIM7600\SIM7600.axf" - 0 Error(s), 8 Warning(s).
Software Packages used:
Package Vendor: ARM
http://www.keil.com/pack/ARM.CMSIS.5.0.1.pack
ARM::CMSIS:CORE:5.0.1
CMSIS (Cortex Microcontroller Software Interface Standard)
* Component: CORE Version: 5.0.1
Collection of Component include folders:
.\RTE\_SIM7600
C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.0.1\CMSIS\Include
C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.3.0\Device\Include
Collection of Component Files used:
* Component: ARM::CMSIS:CORE:5.0.1
Build Time Elapsed: 00:00:20