VGKitBoard_VG297_ST_APP_V02.build_log.htm 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>µVision Build Log</h1>
  5. <h2>Tool Versions:</h2>
  6. IDE-Version: ¦ÌVision V5.31.0.0
  7. Copyright (C) 2020 ARM Ltd and ARM Germany GmbH. All rights reserved.
  8. License Information: 123 123, 123, LIC=ZB4EI-T2S8Z-12KLE-50Y8Q-7NG02-HDALA
  9. Tool Versions:
  10. Toolchain: MDK-ARM Plus Version: 5.31.0.0
  11. Toolchain Path: d:\Keil_v5\ARM\ARMCC\Bin
  12. C Compiler: Armcc.exe V5.06 update 6 (build 750)
  13. Assembler: Armasm.exe V5.06 update 6 (build 750)
  14. Linker/Locator: ArmLink.exe V5.06 update 6 (build 750)
  15. Library Manager: ArmAr.exe V5.06 update 6 (build 750)
  16. Hex Converter: FromElf.exe V5.06 update 6 (build 750)
  17. CPU DLL: SARMCM3.DLL V5.31.0.0
  18. Dialog DLL: DCM.DLL V1.17.3.0
  19. Target DLL: UL2CM3.DLL V1.163.4.0
  20. Dialog DLL: TCM.DLL V1.46.0.0
  21. <h2>Project:</h2>
  22. E:\xxxx2\evaluationBoard\software\adapterBoardDriver_VG2212SxxxN0S1_V01\keil_v5\adapterBoardDriver.uvprojx
  23. Project File Date: 07/18/2023
  24. <h2>Output:</h2>
  25. *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'd:\Keil_v5\ARM\ARMCC\Bin'
  26. Rebuild target 'adapterBoardDriver_ST_APP'
  27. compiling myUart.c...
  28. ..\peripheral\myUart.c(15): warning: #177-D: variable "Res" was declared but never referenced
  29. uint8_t Res;
  30. ..\peripheral\myUart.c: 1 warning, 0 errors
  31. compiling system_stm32f10x.c...
  32. compiling stm32f10x_it.c...
  33. compiling myInputCapture.c...
  34. compiling myADC.c...
  35. compiling sys.c...
  36. compiling main.c...
  37. ..\app\myFlashData.h(4): warning: #14-D: extra text after expected end of preprocessing directive
  38. #include <stdbool.h>>
  39. ..\project\main.c(711): warning: #69-D: integer conversion resulted in truncation
  40. rfTxPacket.len = MAX_RF_PACKET_LEN;
  41. ..\project\main.c(504): warning: #177-D: variable "userParamsTemp" was declared but never referenced
  42. userParams_ts userParamsTemp;
  43. ..\project\main.c(25): warning: #177-D: variable "present_adcValue" was declared but never referenced
  44. static uint16_t present_adcValue;
  45. ..\project\main.c(33): warning: #550-D: variable "rfContinuousFreq" was set but never used
  46. static uint32_t rfContinuousFreq = 1;
  47. ..\project\main.c(93): warning: #550-D: variable "eventReturn" was set but never used
  48. static uint16_t eventReturn;
  49. ..\project\main.c: 6 warnings, 0 errors
  50. assembling startup_stm32f10x_hd.s...
  51. compiling core_cm3.c...
  52. compiling misc.c...
  53. compiling myUart3.c...
  54. ..\peripheral\myUart3.c(26): warning: #177-D: variable "Res" was declared but never referenced
  55. uint8_t Res;
  56. ..\peripheral\myUart3.c: 1 warning, 0 errors
  57. compiling stm32f10x_bkp.c...
  58. compiling stm32f10x_adc.c...
  59. compiling stm32f10x_cec.c...
  60. compiling stm32f10x_crc.c...
  61. compiling stm32f10x_can.c...
  62. compiling stm32f10x_dac.c...
  63. compiling stm32f10x_dbgmcu.c...
  64. compiling stm32f10x_dma.c...
  65. compiling stm32f10x_exti.c...
  66. compiling stm32f10x_gpio.c...
  67. compiling stm32f10x_fsmc.c...
  68. compiling stm32f10x_flash.c...
  69. compiling stm32f10x_i2c.c...
  70. compiling stm32f10x_iwdg.c...
  71. compiling stm32f10x_pwr.c...
  72. compiling stm32f10x_rcc.c...
  73. compiling stm32f10x_spi.c...
  74. compiling stm32f10x_sdio.c...
  75. compiling stm32f10x_rtc.c...
  76. compiling ReadKey.c...
  77. compiling stm32f10x_wwdg.c...
  78. compiling key.c...
  79. compiling stm32f10x_usart.c...
  80. compiling stmflash.c...
  81. compiling led.c...
  82. compiling stm32f10x_tim.c...
  83. compiling crc8.c...
  84. ..\app\crc8.c(182): warning: #1-D: last line of file ends without a newline
  85. }
  86. ..\app\crc8.c(170): warning: #177-D: variable "head" was declared but never referenced
  87. uint8_t *head;
  88. ..\app\crc8.c(174): warning: #177-D: variable "end" was declared but never referenced
  89. uint8_t *end;
  90. ..\app\crc8.c: 3 warnings, 0 errors
  91. compiling myLcd.c...
  92. ..\APP\myLcd.c(355): warning: #177-D: function "i2c_wait_ack" was declared but never referenced
  93. static uint8_t i2c_wait_ack(void)
  94. ..\APP\myLcd.c: 1 warning, 0 errors
  95. compiling myTim.c...
  96. compiling eventUnit.c...
  97. compiling myFlashData.c...
  98. ..\app\myFlashData.h(4): warning: #14-D: extra text after expected end of preprocessing directive
  99. #include <stdbool.h>>
  100. ..\app\myFlashData.c(51): warning: #1-D: last line of file ends without a newline
  101. }
  102. ..\app\myFlashData.c: 2 warnings, 0 errors
  103. compiling myDisplayUnit.c...
  104. ..\app\myDisplayUnit.c(517): warning: #177-D: variable "i" was declared but never referenced
  105. int i = 0;
  106. ..\app\myDisplayUnit.c: 1 warning, 0 errors
  107. compiling CC1101.c...
  108. compiling myRadio_gpio.c...
  109. compiling myRadio.c...
  110. ..\radio\myRadio.c(13): warning: #177-D: variable "rfRxBuffer" was declared but never referenced
  111. static uint8_t rfRxBuffer[255];
  112. ..\radio\myRadio.c: 1 warning, 0 errors
  113. linking...
  114. Program Size: Code=25564 RO-data=3504 RW-data=548 ZI-data=6052
  115. FromELF: creating hex file...
  116. After Build - User command #1: fromelf.exe --bin --output .\Listings\VGKitBoard_VG297_ST_APP_V02.bin .\Objects\VGKitBoard_VG297_ST_APP_V02.axf
  117. ".\Objects\VGKitBoard_VG297_ST_APP_V02.axf" - 0 Error(s), 16 Warning(s).
  118. <h2>Software Packages used:</h2>
  119. Package Vendor: Keil
  120. http://www.keil.com/pack/Keil.STM32F1xx_DFP.2.3.0.pack
  121. Keil.STM32F1xx_DFP.2.3.0
  122. STMicroelectronics STM32F1 Series Device Support, Drivers and Examples
  123. <h2>Collection of Component include folders:</h2>
  124. D:\keil_V5_pack\Keil\STM32F1xx_DFP\2.3.0\Device\Include
  125. <h2>Collection of Component Files used:</h2>
  126. Build Time Elapsed: 00:00:13
  127. </pre>
  128. </body>
  129. </html>