-
Notifications
You must be signed in to change notification settings - Fork 0
/
BUILD.log
18 lines (18 loc) · 5.16 KB
/
BUILD.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--------------- Build Started: 10/06/2024 16:16:48 Project: esw_uCOS3_cykit, Configuration: ARM GCC 5.4-2016-q2-update Debug ---------------
The code generation step is up to date.
arm-none-eabi-gcc.exe -mcpu=cortex-m3 -mthumb -I.\APP -I.\BSP -I.\BSP\OS\uCOS-III -I.\uC-CPU -I.\uC-CPU\ARM-Cortex-M3\GNU -I.\uC-LIB -I.\uCOS-III\Source -I.\uCOS-III\Ports\ARM-Cortex-M3\Generic\GNU -I.\uCOS-III\Lib\ARM-Cortex-M3\PSoC_GNU -I. -IGenerated_Source\PSoC5 -Wa,-alh=.\CortexM3\ARM_GCC_541\Debug/app.lst -g -D DEBUG -D CY_CORE_ID=0 -Wall -ffunction-sections -ffat-lto-objects -Og -c APP\app.c -o .\CortexM3\ARM_GCC_541\Debug\app.o
APP\app.c: In function 'App_TaskBUTTON':
APP\app.c:397:22: warning: variable 'button_pressed' set but not used [-Wunused-but-set-variable]
static CPU_BOOLEAN button_pressed = 0;
^
arm-none-eabi-ar.exe -rs .\CortexM3\ARM_GCC_541\Debug\esw_uCOS3_cykit.a .\CortexM3\ARM_GCC_541\Debug\UART_1.o .\CortexM3\ARM_GCC_541\Debug\UART_1_PM.o .\CortexM3\ARM_GCC_541\Debug\UART_1_INT.o .\CortexM3\ARM_GCC_541\Debug\UART_1_BOOT.o .\CortexM3\ARM_GCC_541\Debug\Pin_1.o .\CortexM3\ARM_GCC_541\Debug\UART_1_IntClock.o .\CortexM3\ARM_GCC_541\Debug\cy_em_eeprom.o .\CortexM3\ARM_GCC_541\Debug\CyDmac.o .\CortexM3\ARM_GCC_541\Debug\CyFlash.o .\CortexM3\ARM_GCC_541\Debug\CyLib.o .\CortexM3\ARM_GCC_541\Debug\cyPm.o .\CortexM3\ARM_GCC_541\Debug\CySpc.o .\CortexM3\ARM_GCC_541\Debug\cyutils.o .\CortexM3\ARM_GCC_541\Debug\MISO_1.o .\CortexM3\ARM_GCC_541\Debug\MOSI_1.o .\CortexM3\ARM_GCC_541\Debug\SCLK_1.o .\CortexM3\ARM_GCC_541\Debug\SPIM_1.o .\CortexM3\ARM_GCC_541\Debug\SPIM_1_PM.o .\CortexM3\ARM_GCC_541\Debug\SPIM_1_INT.o .\CortexM3\ARM_GCC_541\Debug\CS_1.o .\CortexM3\ARM_GCC_541\Debug\SPIM_1_IntClock.o .\CortexM3\ARM_GCC_541\Debug\Pin_2.o .\CortexM3\ARM_GCC_541\Debug\push_button.o .\CortexM3\ARM_GCC_541\Debug\PWM_rgb_blue.o .\CortexM3\ARM_GCC_541\Debug\PWM_rgb_blue_PM.o .\CortexM3\ARM_GCC_541\Debug\PWM_rgb_green.o .\CortexM3\ARM_GCC_541\Debug\PWM_rgb_green_PM.o .\CortexM3\ARM_GCC_541\Debug\PWM_rgb_red.o .\CortexM3\ARM_GCC_541\Debug\PWM_rgb_red_PM.o .\CortexM3\ARM_GCC_541\Debug\Clock_1.o .\CortexM3\ARM_GCC_541\Debug\rgb_led_blue.o .\CortexM3\ARM_GCC_541\Debug\rgb_led_green.o .\CortexM3\ARM_GCC_541\Debug\rgb_led_red.o .\CortexM3\ARM_GCC_541\Debug\CyBootAsmGnu.o
arm-none-eabi-ar.exe: creating .\CortexM3\ARM_GCC_541\Debug\esw_uCOS3_cykit.a
arm-none-eabi-gcc.exe -Wl,--start-group -o C:\Users\lukas\Desktop\FH\Master_WS2024\Software\esw_uCOS3_cykit.cydsn\CortexM3\ARM_GCC_541\Debug\esw_uCOS3_cykit.elf .\CortexM3\ARM_GCC_541\Debug\app.o .\CortexM3\ARM_GCC_541\Debug\os_app_hooks.o .\CortexM3\ARM_GCC_541\Debug\bsp_os.o .\CortexM3\ARM_GCC_541\Debug\bsp.o .\CortexM3\ARM_GCC_541\Debug\cpu_bsp.o .\CortexM3\ARM_GCC_541\Debug\bsp_uart.o .\CortexM3\ARM_GCC_541\Debug\bsp_gpio.o .\CortexM3\ARM_GCC_541\Debug\bsp_spi.o .\CortexM3\ARM_GCC_541\Debug\bsp_rgb_led.o .\CortexM3\ARM_GCC_541\Debug\bsp_pwm_led.o .\CortexM3\ARM_GCC_541\Debug\cpu_c.o .\CortexM3\ARM_GCC_541\Debug\cpu_core.o .\CortexM3\ARM_GCC_541\Debug\lib_math.o .\CortexM3\ARM_GCC_541\Debug\lib_mem.o .\CortexM3\ARM_GCC_541\Debug\lib_str.o .\CortexM3\ARM_GCC_541\Debug\lib_ascii.o .\CortexM3\ARM_GCC_541\Debug\os_cpu_c.o .\CortexM3\ARM_GCC_541\Debug\os_pend_multi.o .\CortexM3\ARM_GCC_541\Debug\os_prio.o .\CortexM3\ARM_GCC_541\Debug\os_q.o .\CortexM3\ARM_GCC_541\Debug\os_sem.o .\CortexM3\ARM_GCC_541\Debug\os_stat.o .\CortexM3\ARM_GCC_541\Debug\os_task.o .\CortexM3\ARM_GCC_541\Debug\os_tick.o .\CortexM3\ARM_GCC_541\Debug\os_time.o .\CortexM3\ARM_GCC_541\Debug\os_tmr.o .\CortexM3\ARM_GCC_541\Debug\os_var.o .\CortexM3\ARM_GCC_541\Debug\os_cfg_app.o .\CortexM3\ARM_GCC_541\Debug\os_core.o .\CortexM3\ARM_GCC_541\Debug\os_dbg.o .\CortexM3\ARM_GCC_541\Debug\os_flag.o .\CortexM3\ARM_GCC_541\Debug\os_int.o .\CortexM3\ARM_GCC_541\Debug\os_mem.o .\CortexM3\ARM_GCC_541\Debug\os_msg.o .\CortexM3\ARM_GCC_541\Debug\os_mutex.o .\CortexM3\ARM_GCC_541\Debug\cyfitter_cfg.o .\CortexM3\ARM_GCC_541\Debug\cymetadata.o .\CortexM3\ARM_GCC_541\Debug\Cm3Start.o .\CortexM3\ARM_GCC_541\Debug\cpu_a.o .\CortexM3\ARM_GCC_541\Debug\os_cpu_a.o .\CortexM3\ARM_GCC_541\Debug\esw_uCOS3_cykit.a "C:\Program Files (x86)\Cypress\PSoC Creator\4.4\PSoC Creator\psoc\content\cycomponentlibrary\CyComponentLibrary.cylib\CortexM3\ARM_GCC_541\Debug\CyComponentLibrary.a" -mcpu=cortex-m3 -mthumb -L Generated_Source\PSoC5 -Wl,-Map,.\CortexM3\ARM_GCC_541\Debug/esw_uCOS3_cykit.map -T Generated_Source\PSoC5\cm3gcc.ld -specs=nano.specs -Wl,--gc-sections -g -ffunction-sections -Og -ffat-lto-objects -Wl,--end-group
cyelftool.exe -C C:\Users\lukas\Desktop\FH\Master_WS2024\Software\esw_uCOS3_cykit.cydsn\CortexM3\ARM_GCC_541\Debug\esw_uCOS3_cykit.elf --flash_row_size 256 --flash_size 262144 --flash_offset 0x00000000
No ELF section .cychecksum found, creating one
Application checksum calculated and stored in ELF section .cychecksum
Checksum calculated and stored in ELF section .cymeta
cyelftool.exe -S C:\Users\lukas\Desktop\FH\Master_WS2024\Software\esw_uCOS3_cykit.cydsn\CortexM3\ARM_GCC_541\Debug\esw_uCOS3_cykit.elf
Flash used: 14774 of 262144 bytes (5.6%).
SRAM used: 11849 of 65536 bytes (18.1%). Stack: 2048 bytes. Heap: 128 bytes.
--------------- Build Succeeded: 10/06/2024 16:16:49 ---------------