| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- <html>
- <body>
- <pre>
- <h1>µVision Build Log</h1>
- <h2>Tool Versions:</h2>
- IDE-Version: ¦ÌVision V5.43.1.0
- Copyright (C) 2025 ARM Ltd and ARM Germany GmbH. All rights reserved.
- License Information: 1 1, 1, LIC=D0D7S-LWQYW-IIA5V-P25R2-HAENN-JXDA5
-
- Tool Versions:
- Toolchain: MDK-ARM Plus Version: 5.43.0.0
- Toolchain Path: D:\MCU\Keil_v5\ARM\ARMCLANG\Bin
- C Compiler: ArmClang.exe V6.24
- Assembler: Armasm.exe V6.24
- Linker/Locator: ArmLink.exe V6.24
- Library Manager: ArmAr.exe V6.24
- Hex Converter: FromElf.exe V6.24
- CPU DLL: SARMV8M.DLL V5.43.0.0
- Dialog DLL: DCM.DLL V1.17.5.0
- Target DLL: Segger\JL2CM3.dll V2.99.45.0
- Dialog DLL: TCM.DLL V1.56.6.0
-
- <h2>Project:</h2>
- E:\RT-Thread\rt-thread\bsp\renesas\ra2a1-ek\project.uvprojx
- Project File Date: 11/07/2025
- <h2>Output:</h2>
- *** Using Compiler 'V6.24', folder: 'D:\MCU\Keil_v5\ARM\ARMCLANG\Bin'
- Build target 'Target_1'
- compiling syscalls.c...
- compiling cwchar.c...
- compiling cctype.c...
- compiling cunistd.c...
- compiling cstdlib.c...
- compiling device.c...
- compiling completion_comm.c...
- compiling completion_up.c...
- compiling syscall_mem.c...
- compiling cstring.c...
- compiling hal_entry.c...
- compiling ctime.c...
- compiling condvar.c...
- compiling pipe.c...
- compiling dataqueue.c...
- compiling ringblk_buf.c...
- compiling waitqueue.c...
- ../../../components/finsh/msh_parse.c(93): warning: array subscript is of type 'char' [-Wchar-subscripts]
- 93 | value += isdigit(c) ? c - '0' : c - 'a' + 10;
- | ^ ~
- D:\MCU\Keil_v5\ARM\ARMCLANG\bin\..\include\ctype.h(167): note: expanded from macro 'isdigit'
- 167 | #define isdigit(c) (__arm_ctype[c] == __ARM_CT_N)
- | ^~
- 1 warning generated.
- compiling msh_parse.c...
- compiling dev_pin.c...
- compiling ringbuffer.c...
- compiling workqueue.c...
- compiling drv_usart_v2.c...
- compiling drv_common.c...
- compiling drv_gpio.c...
- compiling dev_serial_v2.c...
- compiling shell.c...
- compiling msh.c...
- compiling cmd.c...
- compiling clock.c...
- compiling cpu_up.c...
- compiling components.c...
- compiling defunct.c...
- compiling idle.c...
- compiling irq.c...
- compiling scheduler_comm.c...
- compiling mem.c...
- compiling object.c...
- compiling kservice.c...
- compiling scheduler_up.c...
- compiling thread.c...
- compiling ipc.c...
- compiling kstdio.c...
- compiling timer.c...
- compiling kstring.c...
- ../../../src/klibc/rt_vsscanf.c(643): warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
- 643 | is_zero = res.ld == 0;
- | ~~~~~~ ^ ~
- ../../../src/klibc/rt_vsscanf.c(647): warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
- 647 | is_zero = res.d == 0;
- | ~~~~~ ^ ~
- ../../../src/klibc/rt_vsscanf.c(651): warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
- 651 | is_zero = res.f == 0;
- | ~~~~~ ^ ~
- 3 warnings generated.
- compiling rt_vsscanf.c...
- assembling context_rvds.S...
- compiling div0.c...
- compiling kerrno.c...
- compiling showmem.c...
- compiling atomic_arm.c...
- compiling cpuport.c...
- compiling rt_vsnprintf_tiny.c...
- compiling bsp_io.c...
- compiling bsp_sdram.c...
- compiling bsp_linker.c...
- compiling bsp_delay.c...
- compiling bsp_sbrk.c...
- compiling bsp_ipc.c...
- compiling system.c...
- compiling bsp_guard.c...
- compiling bsp_common.c...
- compiling bsp_group_irq.c...
- compiling bsp_security.c...
- compiling bsp_irq.c...
- compiling bsp_macl.c...
- compiling startup.c...
- compiling r_ioport.c...
- compiling r_sci_uart.c...
- compiling bsp_clocks.c...
- compiling bsp_register_protection.c...
- compiling hal_data.c...
- compiling pin_data.c...
- compiling vector_data.c...
- compiling main.c...
- compiling common_data.c...
- linking...
- .\script\fsp.scat(31): warning: L6314W: No section matches pattern *(.bss.fsp_dtc_vector_table).
- .\script\fsp.scat(38): warning: L6314W: No section matches pattern *(.ram_from_data_flash).
- .\script\fsp.scat(40): warning: L6314W: No section matches pattern *(.ram_code_from_data_flash).
- .\script\fsp.scat(49): warning: L6314W: No section matches pattern *(.data_flash).
- .\script\fsp.scat(51): warning: L6314W: No section matches pattern *(.data_flash_code).
- .\script\fsp.scat(59): warning: L6314W: No section matches pattern *(.bss.data_flash_noinit).
- .\script\fsp.scat(100): warning: L6314W: No section matches pattern *(.flash_gap).
- .\script\fsp.scat(106): warning: L6314W: No section matches pattern *(.flash_gap_code).
- .\script\fsp.scat(121): warning: L6314W: No section matches pattern *(.bss.flash_noinit).
- .\script\fsp.scat(128): warning: L6314W: No section matches pattern *(.ram_from_flash).
- .\script\fsp.scat(130): warning: L6314W: No section matches pattern *(.ram_code_from_flash).
- .\script\fsp.scat(132): warning: L6314W: No section matches pattern *(vtable).
- .\script\fsp.scat(141): warning: L6314W: No section matches pattern $$.$$(.$$).
- .\script\fsp.scat(155): warning: L6314W: No section matches pattern *(.bss.noinit).
- .\script\fsp.scat(162): warning: L6314W: No section matches pattern *(.bss.ram).
- .\script\fsp.scat(169): warning: L6314W: No section matches pattern *(.bss.stack?*).
- .\script\fsp.scat(187): warning: L6314W: No section matches pattern *(.flash).
- .\script\fsp.scat(189): warning: L6314W: No section matches pattern *(.flash_code).
- .\script\fsp.scat(192): warning: L6314W: No section matches pattern *(.mcuboot_sce9_key).
- .\script\fsp.scat(201): warning: L6314W: No section matches pattern *(.init_array.*).
- .\script\fsp.scat(202): warning: L6314W: No section matches pattern *(.init_array).
- .\script\fsp.scat(289): warning: L6314W: No section matches pattern *(.option_setting_secmpu).
- .\script\fsp.scat(318): warning: L6314W: No section matches pattern *(.option_setting_osis).
- Program Size: Code=35184 RO-data=7452 RW-data=372 ZI-data=3396
- Finished: 0 information, 23 warning and 0 error messages.
- FromELF: creating hex file...
- ".\Objects\rtthread.axf" - 0 Error(s), 27 Warning(s).
- <h2>Software Packages used:</h2>
- Package Vendor: Renesas
- https://www2.renesas.eu/Keil_MDK_Packs/Renesas.RA_DFP.6.1.0.pack
- Renesas::RA_DFP@6.1.0
- Renesas RA series device family pack
- <h2>Collection of Component include folders:</h2>
- ./RTE/_Target_1
- <h2>Collection of Component Files used:</h2>
- Build Time Elapsed: 00:00:07
- </pre>
- </body>
- </html>
|