12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <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: 23 LH, 322, LIC=QF82M-X0BQQ-VEHHA-1H3W1-I2FW2-0VLL6
-
- Tool Versions:
- Toolchain: MDK-ARM Plus 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: DCM.DLL V1.17.3.0
- Target DLL: Segger\JL2CM3.dll V2.99.40.0
- Dialog DLL: TCM.DLL V1.53.0.0
-
- <h2>Project:</h2>
- D:\WorkFiles\fr800x_sdk\fr8000\examples\none_evm\ble_simple_peripheral\keil\ble_simple_peripheral.uvproj
- Project File Date: 05/22/2023
- <h2>Output:</h2>
- *** Using Compiler 'V5.06 update 7 (build 960)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
- Build target 'ble_simple_peripheral'
- compiling proj_main.c...
- ..\code\user_uart.h(11): warning: #1-D: last line of file ends without a newline
- #endif
- ..\code\proj_main.c: 1 warning, 0 errors
- linking...
- ..\..\..\..\components\toolchain\armcc\fr800x.sct(21): warning: L6314W: No section matches pattern *(gui_menu).
- ..\..\..\..\components\toolchain\armcc\fr800x.sct(37): warning: L6314W: No section matches pattern *(STACK).
- ..\..\..\..\components\toolchain\armcc\fr800x.sct(57): warning: L6314W: No section matches pattern *(test_mem).
- Program Size: Code=93648 RO-data=3872 RW-data=2812 ZI-data=4220
- Finished: 0 information, 3 warning and 0 error messages.
- After Build - User command #1: fromelf.exe --text -c -o Output/ble_simple_peripheral.txt Objects/ble_simple_peripheral.axf
- After Build - User command #2: fromelf.exe --bin -o Output/ble_simple_peripheral.bin Objects/ble_simple_peripheral.axf
- ".\Objects\ble_simple_peripheral.axf" - 0 Error(s), 4 Warning(s).
- Build Time Elapsed: 00:00:01
- </pre>
- </body>
- </html>
|