<html>
|
<body>
|
<pre>
|
<h1>µVision Build Log</h1>
|
<h2>Tool Versions:</h2>
|
IDE-Version: ¦ÌVision V5.30.0.0
|
Copyright (C) 2020 ARM Ltd and ARM Germany GmbH. All rights reserved.
|
License Information: WXK WXK, WXK, LIC=LSNXV-PQMLL-2Z8W4-FC0XG-4GU90-PI7N8
|
|
Tool Versions:
|
Toolchain: MDK-ARM Plus Version: 5.30.0.0
|
Toolchain Path: C:\Keil_v5\ARM\ARMCLANG\Bin
|
C Compiler: ArmClang.exe V6.14
|
Assembler: Armasm.exe V6.14
|
Linker/Locator: ArmLink.exe V6.14
|
Library Manager: ArmAr.exe V6.14
|
Hex Converter: FromElf.exe V6.14
|
CPU DLL: SARMCM3.DLL V5.30.0.0
|
Dialog DLL: DARMCM1.DLL V1.19.3.0
|
Target DLL: Segger\JL2CM3.dll V2.99.38.0
|
Dialog DLL: TARMCM1.DLL V1.14.2.0
|
|
<h2>Project:</h2>
|
C:\git-mk8000\ChinaUWBProject - 4G¹¤¿¨BOOT\dualboots_Gai_youhua\keil\customboot\customboot.uvprojx
|
Project File Date: 05/22/2025
|
|
<h2>Output:</h2>
|
*** Using Compiler 'V6.14', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin'
|
Rebuild target 'MK8000 Release'
|
compiling startup_MK800X.c...
|
compiling mk_sleep_timer.c...
|
compiling system_MK800X.c...
|
compiling mk_gpio.c...
|
compiling mk_dma.c...
|
compiling mk_io.c...
|
compiling mk_reset.c...
|
compiling mk_wdt.c...
|
compiling mk_clock.c...
|
compiling mk_dual_timer.c...
|
compiling aes.c...
|
compiling mk_flash.c...
|
compiling mk_calib.c...
|
compiling mk_power.c...
|
compiling mk_misc.c...
|
compiling mk_uart.c...
|
compiling menu.c...
|
compiling ymodem.c...
|
compiling pin_config.c...
|
compiling board.c...
|
../../src/customboot/customboot.c(194): warning: implicit declaration of function 'delay_ms' is invalid in C99 [-Wimplicit-function-declaration]
|
delay_ms(200);
|
^
|
../../src/customboot/customboot.c(250): warning: illegal character encoding in string literal [-Winvalid-source-encoding]
|
SerialPutString("MK8000-BootLoader-V1.1<C6><F4><B6><AF>\r\n");
|
^~~~~~~~~~~~~~~~
|
./include/drivers/mk_uart.h(69): note: expanded from macro 'SerialPutString'
|
#define SerialPutString(x) Serial_PutString((uint8_t*)(x))
|
^
|
../../src/customboot/customboot.c(267): warning: illegal character encoding in string literal [-Winvalid-source-encoding]
|
SerialPutString("<B4><AE><BF><DA><C9><FD><BC><B6><C6><F4><B6><AF>\r\n");
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
./include/drivers/mk_uart.h(69): note: expanded from macro 'SerialPutString'
|
#define SerialPutString(x) Serial_PutString((uint8_t*)(x))
|
^
|
../../src/customboot/customboot.c(279): warning: illegal character encoding in string literal [-Winvalid-source-encoding]
|
SerialPutString("OTA<CD><EA><B3><C9>,<BD><E2><C3><DC><CE>ļ<FE><C6><F4><B6><AF>\r\n");
|
^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
|
./include/drivers/mk_uart.h(69): note: expanded from macro 'SerialPutString'
|
#define SerialPutString(x) Serial_PutString((uint8_t*)(x))
|
^
|
../../src/customboot/customboot.c(280): warning: illegal character encoding in string literal [-Winvalid-source-encoding]
|
SerialPutString("OTA<B9>̼<FE><BD><E2>ѹ\r\n");
|
^~~~~~~~~~~~~~~~
|
./include/drivers/mk_uart.h(69): note: expanded from macro 'SerialPutString'
|
#define SerialPutString(x) Serial_PutString((uint8_t*)(x))
|
^
|
../../src/customboot/customboot.c(296): warning: illegal character encoding in string literal [-Winvalid-source-encoding]
|
SerialPutString("<B2><C1><B3><FD><B1><EA>עλ<B3>ɹ<A6>\r\n");
|
^~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ ~~~~
|
./include/drivers/mk_uart.h(69): note: expanded from macro 'SerialPutString'
|
#define SerialPutString(x) Serial_PutString((uint8_t*)(x))
|
^
|
../../src/customboot/customboot.c(319): warning: illegal character encoding in string literal [-Winvalid-source-encoding]
|
SerialPutString("OTA<BD><E2><C3>ܳɹ<A6><A3><AC><U+05FC><B1><B8><D6><D8><C6><F4>\r\n");
|
^~~~~~~~~~~~ ~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
|
./include/drivers/mk_uart.h(69): note: expanded from macro 'SerialPutString'
|
#define SerialPutString(x) Serial_PutString((uint8_t*)(x))
|
^
|
../../src/customboot/customboot.c(328): warning: illegal character encoding in string literal [-Winvalid-source-encoding]
|
SerialPutString("<BD><F8><C8><EB>OTA,<C9><FD><BC><B6><C6><F4><B6><AF>\r\n");
|
^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
./include/drivers/mk_uart.h(69): note: expanded from macro 'SerialPutString'
|
#define SerialPutString(x) Serial_PutString((uint8_t*)(x))
|
^
|
../../src/customboot/customboot.c(346): warning: illegal character encoding in string literal [-Winvalid-source-encoding]
|
SerialPutString("<U+05FC><B1><B8><CC><F8>תapp\r\n");
|
^~~~~~~~~~~~~~~~
|
./include/drivers/mk_uart.h(69): note: expanded from macro 'SerialPutString'
|
#define SerialPutString(x) Serial_PutString((uint8_t*)(x))
|
^
|
9 warnings generated.
|
compiling customboot.c...
|
linking...
|
Program Size: Code=12008 RO-data=892 RW-data=532 ZI-data=4024
|
FromELF: creating hex file...
|
After Build - User command #1: fromelf.exe --bincombined -o "Output\customboot.bin" "C:\git-mk8000\ChinaUWBProject - 4G¹¤¿¨BOOT\dualboots_Gai_youhua\keil\customboot\Objects\customboot.axf"
|
".\Objects\customboot.axf" - 0 Error(s), 9 Warning(s).
|
|
<h2>Software Packages used:</h2>
|
|
Package Vendor: MKSEMI
|
http://www.mk-semi.com/MKSEMI.MK800X_DFP.1.0.3.pack
|
MKSEMI.MK800X_DFP.1.0.3
|
Device Family Pack for MK800X
|
|
<h2>Collection of Component include folders:</h2>
|
.\RTE\_MK8000_Release
|
C:\Keil_v5\ARM\PACK\MKSEMI\MK800X_DFP\1.0.3\Device\Include
|
|
<h2>Collection of Component Files used:</h2>
|
Build Time Elapsed: 00:00:02
|
</pre>
|
</body>
|
</html>
|