USART.build_log.htm 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>µVision Build Log</h1>
  5. <h2>Tool Versions:</h2>
  6. IDE-Version: ¦ÌVision V5.34.0.0
  7. Copyright (C) 2021 ARM Ltd and ARM Germany GmbH. All rights reserved.
  8. License Information: yang yang, yang, LIC=FYKYW-Q2862-63JMB-2XZ37-IXFR0-XTUN5
  9. Tool Versions:
  10. Toolchain: MDK-ARM Plus Version: 5.34.0.0
  11. Toolchain Path: D:\application\keil5_34\ARM\ARMCC\Bin
  12. C Compiler: Armcc.exe V5.06 update 7 (build 960)
  13. Assembler: Armasm.exe V5.06 update 7 (build 960)
  14. Linker/Locator: ArmLink.exe V5.06 update 7 (build 960)
  15. Library Manager: ArmAr.exe V5.06 update 7 (build 960)
  16. Hex Converter: FromElf.exe V5.06 update 7 (build 960)
  17. CPU DLL: SARMCM3.DLL V5.34.0.0
  18. Dialog DLL: DCM.DLL V1.17.3.0
  19. Target DLL: Segger\JL2CM3.dll V2.99.38.0
  20. Dialog DLL: TCM.DLL V1.48.0.0
  21. <h2>Project:</h2>
  22. D:\OBD_CODE\OBD_device\BleCanBoxCode\STM32F103RCT6\USER\USART.uvprojx
  23. Project File Date: 01/07/2023
  24. <h2>Output:</h2>
  25. *** Using Compiler 'V5.06 update 7 (build 960)', folder: 'D:\application\keil5_34\ARM\ARMCC\Bin'
  26. Rebuild target 'USART'
  27. assembling startup_stm32f103xe.s...
  28. compiling system_stm32f1xx.c...
  29. compiling stm32f1xx_it.c...
  30. compiling stm32f1xx_hal_cortex.c...
  31. compiling stm32f1xx_hal_msp.c...
  32. compiling stm32f1xx_hal.c...
  33. compiling main.c...
  34. compiling stm32f1xx_hal_gpio.c...
  35. compiling stm32f1xx_hal_gpio_ex.c...
  36. compiling stm32f1xx_hal_rcc_ex.c...
  37. compiling stm32f1xx_hal_pwr.c...
  38. compiling stm32f1xx_hal_uart.c...
  39. compiling stm32f1xx_hal_usart.c...
  40. compiling stm32f1xx_hal_dma.c...
  41. compiling stm32f1xx_hal_rcc.c...
  42. compiling stm32f1xx_hal_iwdg.c...
  43. compiling stm32f1xx_hal_can.c...
  44. ..\HALLIB\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_can.c(280): warning: #223-D: function "printf" declared implicitly
  45. printf("error1");
  46. ..\HALLIB\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_can.c(349): warning: #223-D: function "printf" declared implicitly
  47. printf("error2");
  48. ..\HALLIB\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_can.c: 2 warnings, 0 errors
  49. compiling stm32f1xx_hal_adc_ex.c...
  50. compiling stm32f1xx_hal_spi.c...
  51. compiling stm32f1xx_hal_tim_ex.c...
  52. compiling stm32f1xx_hal_adc.c...
  53. compiling stm32f1xx_hal_tim.c...
  54. compiling stm32f1xx_hal_flash_ex.c...
  55. compiling stm32f1xx_hal_flash.c...
  56. compiling sys.c...
  57. compiling delay.c...
  58. compiling usart.c...
  59. compiling hal_can.c...
  60. compiling hal_timer.c...
  61. compiling hal_led.c...
  62. compiling hal_wdg.c...
  63. compiling hal_ble.c...
  64. compiling hal_spi.c...
  65. compiling hal_adc.c...
  66. compiling hal_key.c...
  67. compiling hal_flash.c...
  68. compiling sys_queue.c...
  69. compiling sys_log.c...
  70. compiling sys_timer.c...
  71. compiling sys_common.c...
  72. ..\Middle\sys_common\sys_common.c(150): warning: #144-D: a value of type "char *" cannot be used to initialize an entity of type "uint8_t *"
  73. uint8_t *end = strstr(buf, key);
  74. ..\Middle\sys_common\sys_common.c: 1 warning, 0 errors
  75. compiling sys_ver.c...
  76. compiling button.c...
  77. ..\Middle\ButtonDrive-master\button.c(49): warning: #223-D: function "printf" declared implicitly
  78. ASSERT(ASSERT_ERR);
  79. ..\Middle\ButtonDrive-master\button.c: 1 warning, 0 errors
  80. compiling sys_crc.c...
  81. compiling mod_key.c...
  82. ..\Middle\ButtonDrive-master\redef.h(65): warning: #47-D: incompatible redefinition of macro "UNUSED" (declared at line 70 of "..\HALLIB\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_def.h")
  83. #define UNUSED __attribute__((unused))
  84. ..\Middle\ButtonDrive-master\redef.h(125): warning: #47-D: incompatible redefinition of macro "NULL" (declared at line 61 of "D:\application\keil5_34\ARM\ARMCC\Bin\..\include\stdio.h")
  85. #define NULL ( 0 )
  86. ..\MOD\Src\mod_key.c: 2 warnings, 0 errors
  87. compiling mod_spi.c...
  88. ..\MOD\Src\mod_spi.c(154): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
  89. ble_name_len = strlen(p_name);
  90. ..\MOD\Src\mod_spi.c: 1 warning, 0 errors
  91. compiling mod_atcmd.c...
  92. ..\MOD\Src\mod_atcmd.c(210): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
  93. DLOG_I("ble_name:%s,len:%d", p_name, strlen(p_name));
  94. ..\MOD\Src\mod_atcmd.c: 1 warning, 0 errors
  95. compiling mod_candataprocess.c...
  96. compiling mod_sys.c...
  97. linking...
  98. Program Size: Code=34416 RO-data=1108 RW-data=644 ZI-data=14828
  99. FromELF: creating hex file...
  100. "..\OBJ\USART.axf" - 0 Error(s), 8 Warning(s).
  101. <h2>Software Packages used:</h2>
  102. Package Vendor: Keil
  103. http://www.keil.com/pack/Keil.STM32F1xx_DFP.2.4.0.pack
  104. Keil.STM32F1xx_DFP.2.4.0
  105. STMicroelectronics STM32F1 Series Device Support, Drivers and Examples
  106. <h2>Collection of Component include folders:</h2>
  107. C:\Users\yang\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.0\Device\Include
  108. <h2>Collection of Component Files used:</h2>
  109. Build Time Elapsed: 00:01:03
  110. </pre>
  111. </body>
  112. </html>