108 lines
4.4 KiB
HTML
108 lines
4.4 KiB
HTML
<html>
|
|
<body>
|
|
<pre>
|
|
<h1>µVision Build Log</h1>
|
|
<h2>Tool Versions:</h2>
|
|
IDE-Version: ¦ÌVision V5.36.0.0
|
|
Copyright (C) 2021 ARM Ltd and ARM Germany GmbH. All rights reserved.
|
|
License Information: chen Chenyf, 1, LIC=3UURY-IQ55G-INCA7-EQ4FK-ND0AW-6ZK28
|
|
|
|
Tool Versions:
|
|
Toolchain: MDK-ARM Professional Version: 5.36.0.0
|
|
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
|
|
C Compiler: Armcc.exe V5.06 update 7 (build 960)
|
|
Assembler: Armasm.exe V5.06 update 7 (build 960)
|
|
Linker/Locator: ArmLink.exe V5.06 update 7 (build 960)
|
|
Library Manager: ArmAr.exe V5.06 update 7 (build 960)
|
|
Hex Converter: FromElf.exe V5.06 update 7 (build 960)
|
|
CPU DLL: SARMCM3.DLL V5.36.0.0
|
|
Dialog DLL: DARMCM1.DLL V1.19.4.0
|
|
Target DLL: CMSIS_AGDI.dll V1.33.0.0
|
|
Dialog DLL: TARMCM1.DLL V1.14.4.0
|
|
|
|
<h2>Project:</h2>
|
|
C:\Users\Chenyf\Desktop\sdk\Project\Project.uvprojx
|
|
Project File Date: 07/06/2024
|
|
|
|
<h2>Output:</h2>
|
|
*** Using Compiler 'V5.06 update 7 (build 960)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
|
|
Rebuild target 'HK32F030MF4P6'
|
|
compiling systick_delay.c...
|
|
compiling hk32f030m_it.c...
|
|
compiling hk32f030m_crc.c...
|
|
compiling hk32f030m_gpio.c...
|
|
compiling hk32f030m_beep.c...
|
|
compiling hk32f030m_awu.c...
|
|
compiling hk32f030m_exti.c...
|
|
compiling hk32f030m_adc.c...
|
|
compiling main.c...
|
|
..\Source\User\main.c(81): warning: #167-D: argument of type "char *" is incompatible with parameter of type "unsigned char *"
|
|
LCD_ShowString(buff, 0x00, 0xffff);
|
|
..\Source\User\main.c(267): warning: #167-D: argument of type "char *" is incompatible with parameter of type "unsigned char *"
|
|
LCD_ShowString(buff, 0x00, 0xffff);
|
|
..\Source\User\main.c(270): warning: #167-D: argument of type "char *" is incompatible with parameter of type "unsigned char *"
|
|
LCD_ShowString(buff, 0x00, 0xffff);
|
|
..\Source\User\main.c(314): warning: #167-D: argument of type "char *" is incompatible with parameter of type "unsigned char *"
|
|
LCD_ShowString(buff, 0x00, 0xffff);
|
|
..\Source\User\main.c(320): warning: #167-D: argument of type "char *" is incompatible with parameter of type "unsigned char *"
|
|
LCD_ShowString(buff, 0x00, 0xffff);
|
|
..\Source\User\main.c(342): warning: #167-D: argument of type "char *" is incompatible with parameter of type "unsigned char *"
|
|
LCD_ShowString(buff, 0x00, 0xffff);
|
|
..\Source\User\main.c(363): warning: #167-D: argument of type "char *" is incompatible with parameter of type "unsigned char *"
|
|
LCD_ShowString(buff, (index == 1) ? 0xffff : 0x00, (index == 1) ? 0x00 : 0xffff);
|
|
..\Source\User\main.c(539): warning: #167-D: argument of type "char *" is incompatible with parameter of type "uint8_t *"
|
|
EERPOM_ReadByte(0, &target);
|
|
..\Source\User\main.c: 8 warnings, 0 errors
|
|
compiling hk32f030m_i2c.c...
|
|
compiling hk32f030m_flash.c...
|
|
compiling hk32f030m_iwdg.c...
|
|
assembling KEIL_Startup_hk32f030m.s...
|
|
compiling hk32f030m_misc.c...
|
|
compiling hk32f030m_syscfg.c...
|
|
compiling hk32f030m_spi.c...
|
|
compiling hk32f030m_pwr.c...
|
|
compiling system_hk32f030m.c...
|
|
compiling hk32f030m_wwdg.c...
|
|
compiling hk32f030m_usart.c...
|
|
compiling hk32f030m_tim.c...
|
|
compiling hk32f030m_rcc.c...
|
|
compiling gpio.c...
|
|
compiling iic.c...
|
|
compiling spi.c...
|
|
compiling usart_printf.c...
|
|
compiling st7735s.c...
|
|
compiling 25q64.c...
|
|
..\Source\User\demo\src\25q64.c(31): warning: #1295-D: Deprecated declaration Flash_Check_ID - give arg types
|
|
u8 Flash_Check_ID();
|
|
..\Source\User\demo\src\25q64.c: 1 warning, 0 errors
|
|
compiling pwm_audio_8.c...
|
|
..\Source\User\demo\src\pwm_audio_8.c(84): warning: #1-D: last line of file ends without a newline
|
|
#endif
|
|
..\Source\User\demo\src\pwm_audio_8.c: 1 warning, 0 errors
|
|
compiling usb.c...
|
|
..\Source\User\demo\src\usb.c(171): warning: #1-D: last line of file ends without a newline
|
|
}
|
|
..\Source\User\demo\src\usb.c: 1 warning, 0 errors
|
|
compiling eeprom.c...
|
|
compiling bsp_adc.c...
|
|
compiling bsp_TimBase.c...
|
|
linking...
|
|
Program Size: Code=7336 RO-data=1784 RW-data=420 ZI-data=316
|
|
FromELF: creating hex file...
|
|
".\Objects\Project.axf" - 0 Error(s), 11 Warning(s).
|
|
|
|
<h2>Software Packages used:</h2>
|
|
|
|
Package Vendor: HKMicroChip
|
|
http://www.hsxp-hk.com/companyfile/2/HKMicroChip.HK32F030Mxx_DFP.1.0.12.pack
|
|
HKMicroChip.HK32F030Mxx_DFP.1.0.12
|
|
HKMicroChip HK32F030M ARM Cortex-M0 Device Family Pack Device Support
|
|
|
|
<h2>Collection of Component include folders:</h2>
|
|
|
|
<h2>Collection of Component Files used:</h2>
|
|
Build Time Elapsed: 00:00:03
|
|
</pre>
|
|
</body>
|
|
</html>
|