USART.build_log.htm 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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 Flex license: MDK Professional 5.34 (Flex): 1 user(s) (mdk_pro) Support: Sep 2022
  9. Tool Versions:
  10. Toolchain: MDK Professional 5.34 (Flex): 1 user(s) Version: 5.34.0.0
  11. Toolchain Path: C:\Keil_v5\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. \\Mac\Home\yyyy\obd_iso15765\BleCanBoxCode\STM32F103RCT6\USER\USART.uvprojx
  23. Project File Date: 03/26/2023
  24. <h2>Output:</h2>
  25. *** Using Compiler 'V5.06 update 7 (build 960)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
  26. Rebuild target 'USART'
  27. compiling system_stm32f1xx.c...
  28. compiling stm32f1xx_it.c...
  29. assembling startup_stm32f103xe.s...
  30. compiling main.c...
  31. main.c(36): warning: #177-D: variable "rx_heart_id_cnt" was declared but never referenced
  32. static uint8_t rx_heart_id_cnt = 0;
  33. main.c: 1 warning, 0 errors
  34. compiling stm32f1xx_hal_msp.c...
  35. compiling stm32f1xx_hal.c...
  36. compiling stm32f1xx_hal_cortex.c...
  37. compiling stm32f1xx_hal_gpio.c...
  38. compiling stm32f1xx_hal_gpio_ex.c...
  39. compiling stm32f1xx_hal_pwr.c...
  40. compiling stm32f1xx_hal_rcc.c...
  41. compiling stm32f1xx_hal_rcc_ex.c...
  42. compiling stm32f1xx_hal_uart.c...
  43. compiling stm32f1xx_hal_usart.c...
  44. compiling stm32f1xx_hal_dma.c...
  45. compiling stm32f1xx_hal_can.c...
  46. compiling stm32f1xx_hal_tim_ex.c...
  47. compiling stm32f1xx_hal_spi.c...
  48. compiling stm32f1xx_hal_tim.c...
  49. compiling stm32f1xx_hal_adc_ex.c...
  50. compiling stm32f1xx_hal_iwdg.c...
  51. compiling stm32f1xx_hal_adc.c...
  52. compiling delay.c...
  53. compiling stm32f1xx_hal_flash.c...
  54. compiling stm32f1xx_hal_flash_ex.c...
  55. compiling sys.c...
  56. compiling usart.c...
  57. compiling hal_can.c...
  58. compiling hal_timer.c...
  59. compiling hal_led.c...
  60. compiling hal_spi.c...
  61. compiling hal_key.c...
  62. compiling hal_adc.c...
  63. compiling hal_ble.c...
  64. compiling hal_wdg.c...
  65. compiling hal_flash.c...
  66. compiling mod_atcmd.c...
  67. ..\MOD\Src\mod_atcmd.c(210): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
  68. DLOG_I("ble_name:%s,len:%d", p_name, strlen(p_name));
  69. ..\MOD\Src\mod_atcmd.c: 1 warning, 0 errors
  70. compiling mod_spi.c...
  71. ..\MOD\Src\mod_spi.c(137): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
  72. ble_name_len = strlen(p_name);
  73. ..\MOD\Src\mod_spi.c: 1 warning, 0 errors
  74. compiling mod_candataprocess.c...
  75. ..\Middle\iso15765-canbus-master\lib\lib_iqueue.h(106): warning: #815-D: type qualifier on return type is meaningless
  76. volatile uintptr_t iqueue_get_next_enqueue(iqueue_t * _queue);
  77. ..\MOD\Src\mod_candataprocess.c: 1 warning, 0 errors
  78. compiling mod_key.c...
  79. ..\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")
  80. #define UNUSED __attribute__((unused))
  81. ..\Middle\ButtonDrive-master\redef.h(125): warning: #47-D: incompatible redefinition of macro "NULL" (declared at line 61 of "C:\Keil_v5\ARM\ARMCC\Bin\..\include\stdio.h")
  82. #define NULL ( 0 )
  83. ..\MOD\Src\mod_key.c: 2 warnings, 0 errors
  84. compiling sys_queue.c...
  85. compiling sys_log.c...
  86. compiling sys_common.c...
  87. ..\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 *"
  88. uint8_t *end = strstr(buf, key);
  89. ..\Middle\sys_common\sys_common.c: 1 warning, 0 errors
  90. compiling sys_timer.c...
  91. compiling sys_ver.c...
  92. compiling button.c...
  93. ..\Middle\ButtonDrive-master\button.c(49): warning: #223-D: function "printf" declared implicitly
  94. ASSERT(ASSERT_ERR);
  95. ..\Middle\ButtonDrive-master\button.c: 1 warning, 0 errors
  96. compiling sys_crc.c...
  97. compiling lib_iqueue.c...
  98. ..\Middle\iso15765-canbus-master\lib\lib_iqueue.h(106): warning: #815-D: type qualifier on return type is meaningless
  99. volatile uintptr_t iqueue_get_next_enqueue(iqueue_t * _queue);
  100. ..\Middle\iso15765-canbus-master\lib\lib_iqueue.c(69): warning: #815-D: type qualifier on return type is meaningless
  101. volatile uintptr_t iqueue_get_next_enqueue(iqueue_t* _queue)
  102. ..\Middle\iso15765-canbus-master\lib\lib_iqueue.c: 2 warnings, 0 errors
  103. compiling lib_iso15765.c...
  104. ..\Middle\iso15765-canbus-master\lib\lib_iqueue.h(106): warning: #815-D: type qualifier on return type is meaningless
  105. volatile uintptr_t iqueue_get_next_enqueue(iqueue_t * _queue);
  106. ..\Middle\iso15765-canbus-master\src\lib_iso15765.c(602): warning: #188-D: enumerated type mixed with another type
  107. strm->sts = (uint8_t)((uint32_t)strm->sts | (uint32_t)N_S_RX_BUSY);
  108. ..\Middle\iso15765-canbus-master\src\lib_iso15765.c(638): warning: #167-D: argument of type "void *" is incompatible with parameter of type "void (*)(void *)"
  109. signaling(N_INDN, &ih->out, (void*)ih->clbs.indn, ih->out.msg_sz, N_TIMEOUT_Bs);
  110. ..\Middle\iso15765-canbus-master\src\lib_iso15765.c(672): warning: #188-D: enumerated type mixed with another type
  111. ih->out.sts = (ih->out.sts & (~N_S_TX_BUSY));
  112. ..\Middle\iso15765-canbus-master\src\lib_iso15765.c(724): warning: #167-D: argument of type "void *" is incompatible with parameter of type "void (*)(void *)"
  113. signaling(N_INDN, &ih->in, (void*)ih->clbs.indn, ih->in.msg_sz, N_UNE_PDU);
  114. ..\Middle\iso15765-canbus-master\src\lib_iso15765.c(736): warning: #167-D: argument of type "void *" is incompatible with parameter of type "void (*)(void *)"
  115. signaling(N_FF_INDN, &ih->in, (void*)ih->clbs.ff_indn, ih->in.msg_sz, N_OK);
  116. ..\Middle\iso15765-canbus-master\src\lib_iso15765.c(767): warning: #167-D: argument of type "void *" is incompatible with parameter of type "void (*)(void *)"
  117. signaling(N_SF_INDN, &ih->in, (void*)ih->clbs.indn, ih->in.pdu.n_pci.dl, N_OK);
  118. ..\Middle\iso15765-canbus-master\src\lib_iso15765.c(808): warning: #167-D: argument of type "void *" is incompatible with parameter of type "void (*)(void *)"
  119. signaling(N_INDN, &ih->in, (void*)ih->clbs.indn, ih->in.msg_sz, N_OK);
  120. ..\Middle\iso15765-canbus-master\src\lib_iso15765.c(968): warning: #546-D: transfer of control bypasses initialization of:
  121. variable "of1" (declared at line 1054)
  122. switch (tmp_type)
  123. ^
  124. ..\Middle\iso15765-canbus-master\src\lib_iso15765.c(1074): warning: #167-D: argument of type "void *" is incompatible with parameter of type "void (*)(void *)"
  125. signaling(N_CONF, &ih->out, (void*)ih->clbs.cfm, 0, rslt);
  126. ..\Middle\iso15765-canbus-master\src\lib_iso15765.c: 10 warnings, 0 errors
  127. compiling mod_sys.c...
  128. linking...
  129. Program Size: Code=38760 RO-data=1108 RW-data=9784 ZI-data=15896
  130. FromELF: creating hex file...
  131. "..\OBJ\USART.axf" - 0 Error(s), 20 Warning(s).
  132. <h2>Software Packages used:</h2>
  133. Package Vendor: Keil
  134. http://www.keil.com/pack/Keil.STM32F1xx_DFP.2.4.0.pack
  135. Keil.STM32F1xx_DFP.2.4.0
  136. STMicroelectronics STM32F1 Series Device Support, Drivers and Examples
  137. <h2>Collection of Component include folders:</h2>
  138. C:\Users\didi\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.0\Device\Include
  139. <h2>Collection of Component Files used:</h2>
  140. Build Time Elapsed: 00:00:27
  141. </pre>
  142. </body>
  143. </html>