N3Drive.build_log.htm 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>µVision Build Log</h1>
  5. <h2>Tool Versions:</h2>
  6. IDE-Version: ¦ÌVision V5.27.0.0
  7. Copyright (C) 2018 ARM Ltd and ARM Germany GmbH. All rights reserved.
  8. License Information: 111 111, 111, LIC=NQQMA-1URA5-635MB-2IWZH-NS04X-U2YUB
  9. Tool Versions:
  10. Toolchain: MDK-ARM Plus Version: 5.27.0.0
  11. Toolchain Path: C:\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.27.0.0
  18. Dialog DLL: DCM.DLL V1.17.2.0
  19. Target DLL: Segger\JL2CM3.dll V2.99.34.0
  20. Dialog DLL: TCM.DLL V1.36.1.0
  21. <h2>Project:</h2>
  22. E:\share\N3\N3_driver_git\N3Drive\N3Drive.uvprojx
  23. Project File Date: 06/06/2023
  24. <h2>Output:</h2>
  25. *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
  26. Rebuild target 'N3Drive'
  27. compiling dshot.c...
  28. compiling delay.c...
  29. compiling flash.c...
  30. compiling time.c...
  31. compiling led.c...
  32. compiling iwag.c...
  33. compiling usart.c...
  34. compiling adc.c...
  35. compiling can.c...
  36. compiling it.c...
  37. USER\it.c(100): warning: #111-D: statement is unreachable
  38. break;
  39. USER\it.c(376): warning: #1035-D: single-precision operand implicitly converted to double-precision
  40. Voltage = ((float)Voltage_sum)*3.27856/102400;
  41. USER\it.c: 2 warnings, 0 errors
  42. compiling main.c...
  43. assembling startup_stm32f40_41xxx.s...
  44. compiling ntc.c...
  45. USER\ntc.c(17): warning: #1035-D: single-precision operand implicitly converted to double-precision
  46. Rt = (R*valta)/(3.3-valta);
  47. USER\ntc.c(7): warning: #177-D: variable "Rp" was declared but never referenced
  48. float Rp = 10000.0;
  49. USER\ntc.c(8): warning: #177-D: variable "T2" was declared but never referenced
  50. float T2 = (273.15 + 25.0);
  51. USER\ntc.c(9): warning: #177-D: variable "Bx" was declared but never referenced
  52. float Bx = 3950.0;
  53. USER\ntc.c: 4 warnings, 0 errors
  54. compiling misc.c...
  55. compiling stm32f4xx_gpio.c...
  56. compiling system_stm32f4xx.c...
  57. compiling stm32f4xx_iwdg.c...
  58. compiling stm32f4xx_dma.c...
  59. compiling stm32f4xx_adc.c...
  60. compiling stm32f4xx_can.c...
  61. compiling stm32f4xx_flash.c...
  62. compiling stm32f4xx_rcc.c...
  63. compiling stm32f4xx_tim.c...
  64. compiling stm32f4xx_usart.c...
  65. linking...
  66. Program Size: Code=14404 RO-data=424 RW-data=204 ZI-data=1820
  67. FromELF: creating hex file...
  68. ".\Objects\N3Drive.axf" - 0 Error(s), 6 Warning(s).
  69. <h2>Software Packages used:</h2>
  70. Package Vendor: Keil
  71. http://www.keil.com/pack/Keil.STM32F4xx_DFP.2.15.0.pack
  72. Keil.STM32F4xx_DFP.2.15.0
  73. STMicroelectronics STM32F4 Series Device Support, Drivers and Examples
  74. <h2>Collection of Component include folders:</h2>
  75. .\RTE\_N3Drive
  76. C:\Keil_v5\ARM\PACK\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
  77. <h2>Collection of Component Files used:</h2>
  78. Build Time Elapsed: 00:00:03
  79. </pre>
  80. </body>
  81. </html>