SIM7600.build_log.htm 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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/10/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(1072): 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(1243): warning: #144-D: a value of type "u8 *" cannot be used to initialize an entity of type "char *"
  31. char *p = data_buf->buf;
  32. ..\HARDWARE\4G_SIM7600\sim7600.c(1244): warning: #167-D: argument of type "u8 *" is incompatible with parameter of type "const char *"
  33. if(strstr(data_buf->buf, "RECV FROM:")!=NULL)
  34. ..\HARDWARE\4G_SIM7600\sim7600.c(1246): warning: #167-D: argument of type "u8 *" is incompatible with parameter of type "const char *"
  35. p = strstr(data_buf->buf, "+IPD");
  36. ..\HARDWARE\4G_SIM7600\sim7600.c(1393): warning: #1-D: last line of file ends without a newline
  37. }
  38. ..\HARDWARE\4G_SIM7600\sim7600.c(55): warning: #177-D: function "http_read_handler" was declared but never referenced
  39. static s8 http_read_handler(BOOL *urc, char*buf);
  40. ..\HARDWARE\4G_SIM7600\sim7600.c(983): warning: #177-D: function "tcp_closed_handle" was declared but never referenced
  41. static s8 tcp_closed_handle(BOOL *urc, char *buf)
  42. ..\HARDWARE\4G_SIM7600\sim7600.c: 7 warnings, 0 errors
  43. linking...
  44. Program Size: Code=40660 RO-data=1860 RW-data=448 ZI-data=13672
  45. FromELF: creating hex file...
  46. "SIM7600\SIM7600.axf" - 0 Error(s), 7 Warning(s).
  47. <h2>Software Packages used:</h2>
  48. Package Vendor: ARM
  49. http://www.keil.com/pack/ARM.CMSIS.5.0.1.pack
  50. ARM::CMSIS:CORE:5.0.1
  51. CMSIS (Cortex Microcontroller Software Interface Standard)
  52. * Component: CORE Version: 5.0.1
  53. <h2>Collection of Component include folders:</h2>
  54. .\RTE\_SIM7600
  55. C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.0.1\CMSIS\Include
  56. C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.3.0\Device\Include
  57. <h2>Collection of Component Files used:</h2>
  58. * Component: ARM::CMSIS:CORE:5.0.1
  59. Build Time Elapsed: 00:00:02
  60. </pre>
  61. </body>
  62. </html>