SIM7600.build_log.htm 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>µVision Build Log</h1>
  5. <h2>Tool Versions:</h2>
  6. IDE-Version: ¦ÌVision V5.23.0.0
  7. Copyright (C) 2017 ARM Ltd and ARM Germany GmbH. All rights reserved.
  8. License Information: li Administrator, knowo, LIC=FQQQD-8IWNZ-ZEKH2-9HL1Z-ZGP9K-XL7B3
  9. Tool Versions:
  10. Toolchain: MDK-ARM Professional Version: 5.23
  11. Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
  12. C Compiler: Armcc.exe V5.06 update 4 (build 422)
  13. Assembler: Armasm.exe V5.06 update 4 (build 422)
  14. Linker/Locator: ArmLink.exe V5.06 update 4 (build 422)
  15. Library Manager: ArmAr.exe V5.06 update 4 (build 422)
  16. Hex Converter: FromElf.exe V5.06 update 4 (build 422)
  17. CPU DLL: SARMCM3.DLL V5.23
  18. Dialog DLL: DCM.DLL V1.15.0.0
  19. Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V2.0.18.0
  20. Dialog DLL: TCM.DLL V1.27.0.0
  21. <h2>Project:</h2>
  22. D:\projects\SIM7600\SIM7600\MDK-ARM\SIM7600.uvprojx
  23. Project File Date: 03/14/2019
  24. <h2>Output:</h2>
  25. *** Using Compiler 'V5.06 update 4 (build 422)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
  26. Build target 'SIM7600'
  27. compiling sim7600.c...
  28. ..\HARDWARE\4G_SIM7600\sim7600.c(1073): warning: #167-D: argument of type "s8 (*)(void *)" is incompatible with parameter of type "time3_callback"
  29. timer3_init(1000, 1, at_fifo_check);
  30. ..\HARDWARE\4G_SIM7600\sim7600.c(1244): warning: #144-D: a value of type "u8 *" cannot be used to initialize an entity of type "char *"
  31. char *p = buf->buf;
  32. ..\HARDWARE\4G_SIM7600\sim7600.c(1245): warning: #167-D: argument of type "u8 *" is incompatible with parameter of type "const char *"
  33. if(strstr(buf->buf, "RECV FROM:")!=NULL)
  34. ..\HARDWARE\4G_SIM7600\sim7600.c(1247): warning: #167-D: argument of type "u8 *" is incompatible with parameter of type "const char *"
  35. p = strstr(buf->buf, "+IPD");
  36. ..\HARDWARE\4G_SIM7600\sim7600.c(1243): warning: #177-D: variable "data_buf" was declared but never referenced
  37. struct module_buf *data_buf = buf;
  38. ..\HARDWARE\4G_SIM7600\sim7600.c(1395): warning: #1-D: last line of file ends without a newline
  39. }
  40. ..\HARDWARE\4G_SIM7600\sim7600.c(55): warning: #177-D: function "http_read_handler" was declared but never referenced
  41. static s8 http_read_handler(BOOL *urc, char*buf);
  42. ..\HARDWARE\4G_SIM7600\sim7600.c(984): warning: #177-D: function "tcp_closed_handle" was declared but never referenced
  43. static s8 tcp_closed_handle(BOOL *urc, char *buf)
  44. ..\HARDWARE\4G_SIM7600\sim7600.c: 8 warnings, 0 errors
  45. linking...
  46. Program Size: Code=41888 RO-data=1876 RW-data=448 ZI-data=13688
  47. FromELF: creating hex file...
  48. "SIM7600\SIM7600.axf" - 0 Error(s), 8 Warning(s).
  49. <h2>Software Packages used:</h2>
  50. Package Vendor: ARM
  51. http://www.keil.com/pack/ARM.CMSIS.5.0.1.pack
  52. ARM::CMSIS:CORE:5.0.1
  53. CMSIS (Cortex Microcontroller Software Interface Standard)
  54. * Component: CORE Version: 5.0.1
  55. <h2>Collection of Component include folders:</h2>
  56. .\RTE\_SIM7600
  57. C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.0.1\CMSIS\Include
  58. C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.3.0\Device\Include
  59. <h2>Collection of Component Files used:</h2>
  60. * Component: ARM::CMSIS:CORE:5.0.1
  61. Build Time Elapsed: 00:00:02
  62. </pre>
  63. </body>
  64. </html>