SDIO.build_log.htm 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>µVision Build Log</h1>
  5. <h2>Tool Versions:</h2>
  6. IDE-Version: £gVision V5.33.0.0
  7. Copyright (C) 2020 ARM Ltd and ARM Germany GmbH. All rights reserved.
  8. License Information: allen chen, cc, LIC=----
  9. Tool Versions:
  10. Toolchain: MDK-Lite Version: 5.33.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.33.0.0
  18. Dialog DLL: DCM.DLL V1.17.3.0
  19. Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.0.8.0
  20. Dialog DLL: TCM.DLL V1.48.0.0
  21. <h2>Project:</h2>
  22. C:\Users\Leo\Desktop\CTO\ADC20220621\MDK-ARM\SDIO.uvprojx
  23. Project File Date: 06/21/2022
  24. <h2>Output:</h2>
  25. *** Using Compiler 'V5.06 update 7 (build 960)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
  26. Rebuild target 'SDIO'
  27. assembling startup_stm32f407xx.s...
  28. compiling adc.c...
  29. compiling stm32f4xx_hal_adc_ex.c...
  30. compiling stm32f4xx_it.c...
  31. compiling stm32f4xx_hal_tim_ex.c...
  32. compiling main.c...
  33. ../Src/main.c(119): warning: #1035-D: single-precision operand implicitly converted to double-precision
  34. PH = 7.0 - 3.0 / (pH_low - pH_mid) * (voltage_mV - pH_mid);
  35. ../Src/main.c(123): warning: #1035-D: single-precision operand implicitly converted to double-precision
  36. PH = 7.0 - 3.0 / (pH_mid - pH_high) * (voltage_mV - pH_mid);
  37. ../Src/main.c: 2 warnings, 0 errors
  38. compiling usart.c...
  39. compiling stm32f4xx_hal_tim.c...
  40. compiling gpio.c...
  41. compiling stm32f4xx_hal_adc.c...
  42. compiling stm32f4xx_hal_msp.c...
  43. compiling stm32f4xx_hal_uart.c...
  44. compiling stm32f4xx_hal_rcc.c...
  45. compiling stm32f4xx_hal_flash_ramfunc.c...
  46. compiling stm32f4xx_hal.c...
  47. compiling stm32f4xx_hal_pwr_ex.c...
  48. compiling stm32f4xx_hal_pwr.c...
  49. compiling stm32f4xx_hal_dma.c...
  50. compiling stm32f4xx_hal_flash_ex.c...
  51. compiling stm32f4xx_hal_rcc_ex.c...
  52. compiling stm32f4xx_hal_dma_ex.c...
  53. compiling stm32f4xx_hal_flash.c...
  54. compiling stm32f4xx_hal_cortex.c...
  55. compiling stm32f4xx_hal_gpio.c...
  56. compiling system_stm32f4xx.c...
  57. compiling stm32f4xx_hal_exti.c...
  58. linking...
  59. Program Size: Code=7776 RO-data=448 RW-data=40 ZI-data=16648
  60. FromELF: creating hex file...
  61. "SDIO\SDIO.axf" - 0 Error(s), 2 Warning(s).
  62. <h2>Software Packages used:</h2>
  63. Package Vendor: ARM
  64. http://www.keil.com/pack/ARM.CMSIS.5.7.0.pack
  65. ARM.CMSIS.5.7.0
  66. CMSIS (Cortex Microcontroller Software Interface Standard)
  67. * Component: CORE Version: 5.4.0
  68. Package Vendor: Keil
  69. http://www.keil.com/pack/Keil.STM32F4xx_DFP.2.15.0.pack
  70. Keil.STM32F4xx_DFP.2.15.0
  71. STMicroelectronics STM32F4 Series Device Support, Drivers and Examples
  72. <h2>Collection of Component include folders:</h2>
  73. .\RTE\_SDIO
  74. C:\Users\Leo\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include
  75. C:\Users\Leo\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
  76. <h2>Collection of Component Files used:</h2>
  77. * Component: ARM::CMSIS:CORE:5.4.0
  78. Build Time Elapsed: 00:00:16
  79. </pre>
  80. </body>
  81. </html>