123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- <html>
- <body>
- <pre>
- <h1>µVision Build Log</h1>
- <h2>Tool Versions:</h2>
- IDE-Version: ¦ÌVision V5.31.0.0
- Copyright (C) 2020 ARM Ltd and ARM Germany GmbH. All rights reserved.
- License Information: 123 123, 123, LIC=ZB4EI-T2S8Z-12KLE-50Y8Q-7NG02-HDALA
-
- Tool Versions:
- Toolchain: MDK-ARM Plus Version: 5.31.0.0
- Toolchain Path: d:\Keil_v5\ARM\ARMCC\Bin
- C Compiler: Armcc.exe V5.06 update 6 (build 750)
- Assembler: Armasm.exe V5.06 update 6 (build 750)
- Linker/Locator: ArmLink.exe V5.06 update 6 (build 750)
- Library Manager: ArmAr.exe V5.06 update 6 (build 750)
- Hex Converter: FromElf.exe V5.06 update 6 (build 750)
- CPU DLL: SARMCM3.DLL V5.31.0.0
- Dialog DLL: DCM.DLL V1.17.3.0
- Target DLL: UL2CM3.DLL V1.163.4.0
- Dialog DLL: TCM.DLL V1.46.0.0
-
- <h2>Project:</h2>
- E:\xxxx2\evaluationBoard\software\adapterBoardDriver_VG2212SxxxN0S1_V01\keil_v5\adapterBoardDriver.uvprojx
- Project File Date: 07/18/2023
- <h2>Output:</h2>
- *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'd:\Keil_v5\ARM\ARMCC\Bin'
- Rebuild target 'adapterBoardDriver_ST_APP'
- compiling myUart.c...
- ..\peripheral\myUart.c(15): warning: #177-D: variable "Res" was declared but never referenced
- uint8_t Res;
- ..\peripheral\myUart.c: 1 warning, 0 errors
- compiling system_stm32f10x.c...
- compiling stm32f10x_it.c...
- compiling myInputCapture.c...
- compiling myADC.c...
- compiling sys.c...
- compiling main.c...
- ..\app\myFlashData.h(4): warning: #14-D: extra text after expected end of preprocessing directive
- #include <stdbool.h>>
- ..\project\main.c(711): warning: #69-D: integer conversion resulted in truncation
- rfTxPacket.len = MAX_RF_PACKET_LEN;
- ..\project\main.c(504): warning: #177-D: variable "userParamsTemp" was declared but never referenced
- userParams_ts userParamsTemp;
- ..\project\main.c(25): warning: #177-D: variable "present_adcValue" was declared but never referenced
- static uint16_t present_adcValue;
- ..\project\main.c(33): warning: #550-D: variable "rfContinuousFreq" was set but never used
- static uint32_t rfContinuousFreq = 1;
- ..\project\main.c(93): warning: #550-D: variable "eventReturn" was set but never used
- static uint16_t eventReturn;
- ..\project\main.c: 6 warnings, 0 errors
- assembling startup_stm32f10x_hd.s...
- compiling core_cm3.c...
- compiling misc.c...
- compiling myUart3.c...
- ..\peripheral\myUart3.c(26): warning: #177-D: variable "Res" was declared but never referenced
- uint8_t Res;
- ..\peripheral\myUart3.c: 1 warning, 0 errors
- compiling stm32f10x_bkp.c...
- compiling stm32f10x_adc.c...
- compiling stm32f10x_cec.c...
- compiling stm32f10x_crc.c...
- compiling stm32f10x_can.c...
- compiling stm32f10x_dac.c...
- compiling stm32f10x_dbgmcu.c...
- compiling stm32f10x_dma.c...
- compiling stm32f10x_exti.c...
- compiling stm32f10x_gpio.c...
- compiling stm32f10x_fsmc.c...
- compiling stm32f10x_flash.c...
- compiling stm32f10x_i2c.c...
- compiling stm32f10x_iwdg.c...
- compiling stm32f10x_pwr.c...
- compiling stm32f10x_rcc.c...
- compiling stm32f10x_spi.c...
- compiling stm32f10x_sdio.c...
- compiling stm32f10x_rtc.c...
- compiling ReadKey.c...
- compiling stm32f10x_wwdg.c...
- compiling key.c...
- compiling stm32f10x_usart.c...
- compiling stmflash.c...
- compiling led.c...
- compiling stm32f10x_tim.c...
- compiling crc8.c...
- ..\app\crc8.c(182): warning: #1-D: last line of file ends without a newline
- }
- ..\app\crc8.c(170): warning: #177-D: variable "head" was declared but never referenced
- uint8_t *head;
- ..\app\crc8.c(174): warning: #177-D: variable "end" was declared but never referenced
- uint8_t *end;
- ..\app\crc8.c: 3 warnings, 0 errors
- compiling myLcd.c...
- ..\APP\myLcd.c(355): warning: #177-D: function "i2c_wait_ack" was declared but never referenced
- static uint8_t i2c_wait_ack(void)
- ..\APP\myLcd.c: 1 warning, 0 errors
- compiling myTim.c...
- compiling eventUnit.c...
- compiling myFlashData.c...
- ..\app\myFlashData.h(4): warning: #14-D: extra text after expected end of preprocessing directive
- #include <stdbool.h>>
- ..\app\myFlashData.c(51): warning: #1-D: last line of file ends without a newline
- }
- ..\app\myFlashData.c: 2 warnings, 0 errors
- compiling myDisplayUnit.c...
- ..\app\myDisplayUnit.c(517): warning: #177-D: variable "i" was declared but never referenced
- int i = 0;
- ..\app\myDisplayUnit.c: 1 warning, 0 errors
- compiling CC1101.c...
- compiling myRadio_gpio.c...
- compiling myRadio.c...
- ..\radio\myRadio.c(13): warning: #177-D: variable "rfRxBuffer" was declared but never referenced
- static uint8_t rfRxBuffer[255];
- ..\radio\myRadio.c: 1 warning, 0 errors
- linking...
- Program Size: Code=25564 RO-data=3504 RW-data=548 ZI-data=6052
- FromELF: creating hex file...
- After Build - User command #1: fromelf.exe --bin --output .\Listings\VGKitBoard_VG297_ST_APP_V02.bin .\Objects\VGKitBoard_VG297_ST_APP_V02.axf
- ".\Objects\VGKitBoard_VG297_ST_APP_V02.axf" - 0 Error(s), 16 Warning(s).
- <h2>Software Packages used:</h2>
- Package Vendor: Keil
- http://www.keil.com/pack/Keil.STM32F1xx_DFP.2.3.0.pack
- Keil.STM32F1xx_DFP.2.3.0
- STMicroelectronics STM32F1 Series Device Support, Drivers and Examples
- <h2>Collection of Component include folders:</h2>
- D:\keil_V5_pack\Keil\STM32F1xx_DFP\2.3.0\Device\Include
- <h2>Collection of Component Files used:</h2>
- Build Time Elapsed: 00:00:13
- </pre>
- </body>
- </html>
|