source: trunk/firmware_v3/SES/PowerPro.mak

Last change on this file was 41, checked in by f.jahn, 8 days ago

V3 Version soweit fertig. Relais ansteuerung, modbus, temperatursensor ist implementiert
Commit vor Änderung auf neuen Controller mit mehr Speicher

File size: 103.4 KB
RevLine 
[41]1all: \
2 Output/Debug_24V/Obj/PowerPro\
3 Output/Debug_24V/Exe\
4 Output/Debug_24V/Exe/PowerPro.elf\
5
6Output/Debug_24V/Obj/PowerPro:
7 mkdir -p "Output/Debug_24V/Obj/PowerPro"
8Output/Debug_24V/Exe:
9 mkdir -p "Output/Debug_24V/Exe"
10
11-include Output/Debug_24V/Obj/PowerPro/adc.d
12Output/Debug_24V/Obj/PowerPro/adc.bc:../Core/Src/adc.c
13 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/adc.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/adc.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name adc.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Core\Src\adc.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/adc.bc
14
15-include Output/Debug_24V/Obj/PowerPro/dma.d
16Output/Debug_24V/Obj/PowerPro/dma.bc:../Core/Src/dma.c
17 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/dma.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/dma.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name dma.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Core\Src\dma.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/dma.bc
18
19-include Output/Debug_24V/Obj/PowerPro/gpio.d
20Output/Debug_24V/Obj/PowerPro/gpio.bc:../Core/Src/gpio.c
21 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/gpio.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/gpio.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name gpio.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Core\Src\gpio.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/gpio.bc
22
23-include Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_msp.d
24Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_msp.bc:../Core/Src/stm32c0xx_hal_msp.c
25 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_msp.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_msp.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name stm32c0xx_hal_msp.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Core\Src\stm32c0xx_hal_msp.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_msp.bc
26
27-include Output/Debug_24V/Obj/PowerPro/stm32c0xx_it.d
28Output/Debug_24V/Obj/PowerPro/stm32c0xx_it.bc:../Core/Src/stm32c0xx_it.c
29 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c0xx_it.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/stm32c0xx_it.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name stm32c0xx_it.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Core\Src\stm32c0xx_it.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/stm32c0xx_it.bc
30
31-include Output/Debug_24V/Obj/PowerPro/system_stm32c0xx.d
32Output/Debug_24V/Obj/PowerPro/system_stm32c0xx.bc:../Core/Src/system_stm32c0xx.c
33 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/system_stm32c0xx.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/system_stm32c0xx.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name system_stm32c0xx.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Core\Src\system_stm32c0xx.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/system_stm32c0xx.bc
34
35-include Output/Debug_24V/Obj/PowerPro/tim.d
36Output/Debug_24V/Obj/PowerPro/tim.bc:../Core/Src/tim.c
37 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/tim.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/tim.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name tim.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Core\Src\tim.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/tim.bc
38
39-include Output/Debug_24V/Obj/PowerPro/usart.d
40Output/Debug_24V/Obj/PowerPro/usart.bc:../Core/Src/usart.c
41 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/usart.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/usart.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name usart.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Core\Src\usart.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/usart.bc
42
43-include Output/Debug_24V/Obj/PowerPro/iwdg.d
44Output/Debug_24V/Obj/PowerPro/iwdg.bc:../Core/Src/iwdg.c
45 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/iwdg.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/iwdg.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name iwdg.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Core\Src\iwdg.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/iwdg.bc
46
47-include Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal.d
48Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal.bc:../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal.c
49 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name stm32c0xx_hal.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Drivers\STM32C0xx_HAL_Driver\Src\stm32c0xx_hal.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal.bc
50
51-include Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_adc.d
52Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_adc.bc:../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_adc.c
53 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_adc.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_adc.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name stm32c0xx_hal_adc.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Drivers\STM32C0xx_HAL_Driver\Src\stm32c0xx_hal_adc.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_adc.bc
54
55-include Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_adc_ex.d
56Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_adc_ex.bc:../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_adc_ex.c
57 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_adc_ex.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_adc_ex.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name stm32c0xx_hal_adc_ex.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Drivers\STM32C0xx_HAL_Driver\Src\stm32c0xx_hal_adc_ex.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_adc_ex.bc
58
59-include Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_cortex.d
60Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_cortex.bc:../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_cortex.c
61 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_cortex.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_cortex.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name stm32c0xx_hal_cortex.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Drivers\STM32C0xx_HAL_Driver\Src\stm32c0xx_hal_cortex.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_cortex.bc
62
63-include Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_dma.d
64Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_dma.bc:../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_dma.c
65 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_dma.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_dma.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name stm32c0xx_hal_dma.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Drivers\STM32C0xx_HAL_Driver\Src\stm32c0xx_hal_dma.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_dma.bc
66
67-include Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_dma_ex.d
68Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_dma_ex.bc:../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_dma_ex.c
69 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_dma_ex.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_dma_ex.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name stm32c0xx_hal_dma_ex.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Drivers\STM32C0xx_HAL_Driver\Src\stm32c0xx_hal_dma_ex.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_dma_ex.bc
70
71-include Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_exti.d
72Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_exti.bc:../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_exti.c
73 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_exti.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_exti.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name stm32c0xx_hal_exti.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Drivers\STM32C0xx_HAL_Driver\Src\stm32c0xx_hal_exti.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_exti.bc
74
75-include Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_flash.d
76Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_flash.bc:../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_flash.c
77 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_flash.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_flash.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name stm32c0xx_hal_flash.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Drivers\STM32C0xx_HAL_Driver\Src\stm32c0xx_hal_flash.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_flash.bc
78
79-include Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_flash_ex.d
80Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_flash_ex.bc:../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_flash_ex.c
81 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_flash_ex.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_flash_ex.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name stm32c0xx_hal_flash_ex.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Drivers\STM32C0xx_HAL_Driver\Src\stm32c0xx_hal_flash_ex.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_flash_ex.bc
82
83-include Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_gpio.d
84Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_gpio.bc:../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_gpio.c
85 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_gpio.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_gpio.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name stm32c0xx_hal_gpio.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Drivers\STM32C0xx_HAL_Driver\Src\stm32c0xx_hal_gpio.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_gpio.bc
86
87-include Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_iwdg.d
88Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_iwdg.bc:../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_iwdg.c
89 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_iwdg.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_iwdg.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name stm32c0xx_hal_iwdg.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Drivers\STM32C0xx_HAL_Driver\Src\stm32c0xx_hal_iwdg.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_iwdg.bc
90
91-include Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_pwr.d
92Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_pwr.bc:../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_pwr.c
93 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_pwr.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_pwr.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name stm32c0xx_hal_pwr.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Drivers\STM32C0xx_HAL_Driver\Src\stm32c0xx_hal_pwr.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_pwr.bc
94
95-include Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_pwr_ex.d
96Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_pwr_ex.bc:../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_pwr_ex.c
97 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_pwr_ex.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_pwr_ex.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name stm32c0xx_hal_pwr_ex.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Drivers\STM32C0xx_HAL_Driver\Src\stm32c0xx_hal_pwr_ex.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_pwr_ex.bc
98
99-include Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_rcc.d
100Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_rcc.bc:../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_rcc.c
101 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_rcc.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_rcc.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name stm32c0xx_hal_rcc.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Drivers\STM32C0xx_HAL_Driver\Src\stm32c0xx_hal_rcc.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_rcc.bc
102
103-include Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_rcc_ex.d
104Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_rcc_ex.bc:../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_rcc_ex.c
105 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_rcc_ex.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_rcc_ex.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name stm32c0xx_hal_rcc_ex.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Drivers\STM32C0xx_HAL_Driver\Src\stm32c0xx_hal_rcc_ex.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_rcc_ex.bc
106
107-include Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_tim.d
108Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_tim.bc:../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_tim.c
109 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_tim.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_tim.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name stm32c0xx_hal_tim.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Drivers\STM32C0xx_HAL_Driver\Src\stm32c0xx_hal_tim.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_tim.bc
110
111-include Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_tim_ex.d
112Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_tim_ex.bc:../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_tim_ex.c
113 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_tim_ex.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_tim_ex.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name stm32c0xx_hal_tim_ex.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Drivers\STM32C0xx_HAL_Driver\Src\stm32c0xx_hal_tim_ex.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_tim_ex.bc
114
115-include Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_uart.d
116Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_uart.bc:../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_uart.c
117 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_uart.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_uart.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name stm32c0xx_hal_uart.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Drivers\STM32C0xx_HAL_Driver\Src\stm32c0xx_hal_uart.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_uart.bc
118
119-include Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_uart_ex.d
120Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_uart_ex.bc:../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_uart_ex.c
121 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_uart_ex.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_uart_ex.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name stm32c0xx_hal_uart_ex.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\Drivers\STM32C0xx_HAL_Driver\Src\stm32c0xx_hal_uart_ex.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_uart_ex.bc
122
123-include Output/Debug_24V/Obj/PowerPro/button.d
124Output/Debug_24V/Obj/PowerPro/button.bc:src/button.c
125 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/button.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/button.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name button.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\SES\src\button.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/button.bc
126
127-include Output/Debug_24V/Obj/PowerPro/buzzer.d
128Output/Debug_24V/Obj/PowerPro/buzzer.bc:src/buzzer.c
129 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/buzzer.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/buzzer.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name buzzer.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\SES\src\buzzer.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/buzzer.bc
130
131-include Output/Debug_24V/Obj/PowerPro/chip_temperature.d
132Output/Debug_24V/Obj/PowerPro/chip_temperature.bc:src/chip_temperature.c
133 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/chip_temperature.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/chip_temperature.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name chip_temperature.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\SES\src\chip_temperature.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/chip_temperature.bc
134
135-include Output/Debug_24V/Obj/PowerPro/eeprom.d
136Output/Debug_24V/Obj/PowerPro/eeprom.bc:src/eeprom.c
137 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/eeprom.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/eeprom.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name eeprom.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\SES\src\eeprom.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/eeprom.bc
138
139-include Output/Debug_24V/Obj/PowerPro/fan.d
140Output/Debug_24V/Obj/PowerPro/fan.bc:src/fan.c
141 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/fan.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/fan.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name fan.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\SES\src\fan.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/fan.bc
142
143-include Output/Debug_24V/Obj/PowerPro/leds.d
144Output/Debug_24V/Obj/PowerPro/leds.bc:src/leds.c
145 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/leds.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/leds.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name leds.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\SES\src\leds.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/leds.bc
146
147-include Output/Debug_24V/Obj/PowerPro/main.d
148Output/Debug_24V/Obj/PowerPro/main.bc:src/main.c
149 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/main.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/main.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name main.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\SES\src\main.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/main.bc
150
151-include Output/Debug_24V/Obj/PowerPro/modbus.d
152Output/Debug_24V/Obj/PowerPro/modbus.bc:src/modbus.c
153 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/modbus.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/modbus.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name modbus.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\SES\src\modbus.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/modbus.bc
154
155-include Output/Debug_24V/Obj/PowerPro/mode_lvp.d
156Output/Debug_24V/Obj/PowerPro/mode_lvp.bc:src/mode_lvp.c
157 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/mode_lvp.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/mode_lvp.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name mode_lvp.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\SES\src\mode_lvp.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/mode_lvp.bc
158
159-include Output/Debug_24V/Obj/PowerPro/mode_lvp_ovp.d
160Output/Debug_24V/Obj/PowerPro/mode_lvp_ovp.bc:src/mode_lvp_ovp.c
161 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/mode_lvp_ovp.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/mode_lvp_ovp.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name mode_lvp_ovp.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\SES\src\mode_lvp_ovp.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/mode_lvp_ovp.bc
162
163-include Output/Debug_24V/Obj/PowerPro/mode_mainswitch.d
164Output/Debug_24V/Obj/PowerPro/mode_mainswitch.bc:src/mode_mainswitch.c
165 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/mode_mainswitch.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/mode_mainswitch.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name mode_mainswitch.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\SES\src\mode_mainswitch.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/mode_mainswitch.bc
166
167-include Output/Debug_24V/Obj/PowerPro/mode_ovp.d
168Output/Debug_24V/Obj/PowerPro/mode_ovp.bc:src/mode_ovp.c
169 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/mode_ovp.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/mode_ovp.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name mode_ovp.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\SES\src\mode_ovp.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/mode_ovp.bc
170
171-include Output/Debug_24V/Obj/PowerPro/mode_secondaryprotection.d
172Output/Debug_24V/Obj/PowerPro/mode_secondaryprotection.bc:src/mode_secondaryprotection.c
173 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/mode_secondaryprotection.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/mode_secondaryprotection.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name mode_secondaryprotection.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\SES\src\mode_secondaryprotection.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/mode_secondaryprotection.bc
174
175-include Output/Debug_24V/Obj/PowerPro/mode_secondaryprotection_plus.d
176Output/Debug_24V/Obj/PowerPro/mode_secondaryprotection_plus.bc:src/mode_secondaryprotection_plus.c
177 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/mode_secondaryprotection_plus.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/mode_secondaryprotection_plus.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name mode_secondaryprotection_plus.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\SES\src\mode_secondaryprotection_plus.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/mode_secondaryprotection_plus.bc
178
179-include Output/Debug_24V/Obj/PowerPro/modeswitch.d
180Output/Debug_24V/Obj/PowerPro/modeswitch.bc:src/modeswitch.c
181 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/modeswitch.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/modeswitch.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name modeswitch.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\SES\src\modeswitch.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/modeswitch.bc
182
183-include Output/Debug_24V/Obj/PowerPro/relais.d
184Output/Debug_24V/Obj/PowerPro/relais.bc:src/relais.c
185 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/relais.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/relais.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name relais.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\SES\src\relais.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/relais.bc
186
187-include Output/Debug_24V/Obj/PowerPro/sysdata.d
188Output/Debug_24V/Obj/PowerPro/sysdata.bc:src/sysdata.c
189 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/sysdata.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/sysdata.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name sysdata.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\SES\src\sysdata.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/sysdata.bc
190
191-include Output/Debug_24V/Obj/PowerPro/voltage_meas.d
192Output/Debug_24V/Obj/PowerPro/voltage_meas.bc:src/voltage_meas.c
193 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1 -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -nostdsysteminc -nobuiltininc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -dependency-file D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/voltage_meas.d -sys-header-deps -MT Output/Debug_24V/Obj/PowerPro/voltage_meas.bc -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -main-file-name voltage_meas.c D:\Projekte\ecs_PowerPro\trunk\firmware_v3\SES\src\voltage_meas.c -emit-llvm-bc -o Output/Debug_24V/Obj/PowerPro/voltage_meas.bc
194
195-include Output/Debug_24V/Obj/PowerPro/SEGGER_THUMB_Startup.d
196Output/Debug_24V/Obj/PowerPro/SEGGER_THUMB_Startup.o:SEGGER_THUMB_Startup.s
197 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/gcc/arm-none-eabi/bin/cc1.exe" -fmessage-length=0 -lang-asm -fdiagnostics-color=never -fdiagnostics-show-caret -E -march=armv6-m -mlittle-endian -mfloat-abi=soft -mthumb -mno-unaligned-access -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -MD D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/SEGGER_THUMB_Startup.d -MQ Output/Debug_24V/Obj/PowerPro/SEGGER_THUMB_Startup.o -quiet D:\Projekte\ecs_PowerPro\trunk\firmware_v3\SES\SEGGER_THUMB_Startup.s -o D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/SEGGER_THUMB_Startup_PP.s
198 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/gcc/arm-none-eabi/bin/as.exe" --traditional-format -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -march=armv6-m -mlittle-endian -mfloat-abi=soft -mthumb D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/SEGGER_THUMB_Startup_PP.s -o D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/SEGGER_THUMB_Startup.o -g -gdwarf-4
199 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/rm.exe" D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/SEGGER_THUMB_Startup_PP.s
200
201-include Output/Debug_24V/Obj/PowerPro/stm32c031xx_Vectors.d
202Output/Debug_24V/Obj/PowerPro/stm32c031xx_Vectors.o:STM32C0xx/Source/stm32c031xx_Vectors.s
203 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/gcc/arm-none-eabi/bin/cc1.exe" -fmessage-length=0 -lang-asm -fdiagnostics-color=never -fdiagnostics-show-caret -E -march=armv6-m -mlittle-endian -mfloat-abi=soft -mthumb -mno-unaligned-access -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -MD D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c031xx_Vectors.d -MQ Output/Debug_24V/Obj/PowerPro/stm32c031xx_Vectors.o -quiet D:\Projekte\ecs_PowerPro\trunk\firmware_v3\SES\STM32C0xx\Source\stm32c031xx_Vectors.s -o D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c031xx_Vectors_PP.s
204 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/gcc/arm-none-eabi/bin/as.exe" --traditional-format -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -march=armv6-m -mlittle-endian -mfloat-abi=soft -mthumb D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c031xx_Vectors_PP.s -o D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c031xx_Vectors.o -g -gdwarf-4
205 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/rm.exe" D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/stm32c031xx_Vectors_PP.s
206
207-include Output/Debug_24V/Obj/PowerPro/STM32C0xx_Startup.d
208Output/Debug_24V/Obj/PowerPro/STM32C0xx_Startup.o:STM32C0xx/Source/STM32C0xx_Startup.s
209 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/gcc/arm-none-eabi/bin/cc1.exe" -fmessage-length=0 -lang-asm -fdiagnostics-color=never -fdiagnostics-show-caret -E -march=armv6-m -mlittle-endian -mfloat-abi=soft -mthumb -mno-unaligned-access -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/include" -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -D__ARM_ARCH_6M__ -D__SES_ARM -D__HEAP_SIZE__=1024 -D__SEGGER_LINKER -D__SES_VERSION=82603 -DARM_MATH_CM0PLUS -DSTM32C031xx -D__STM32C031_SUBFAMILY -D__STM32C0XX_FAMILY -D__NO_FPU_ENABLE -DSYSTEM_VOLTAGE_24V -MD D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/STM32C0xx_Startup.d -MQ Output/Debug_24V/Obj/PowerPro/STM32C0xx_Startup.o -quiet D:\Projekte\ecs_PowerPro\trunk\firmware_v3\SES\STM32C0xx\Source\STM32C0xx_Startup.s -o D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/STM32C0xx_Startup_PP.s
210 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/gcc/arm-none-eabi/bin/as.exe" --traditional-format -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/STM32C0xx_HAL_Driver/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Core/Inc -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/Drivers/CMSIS/Device/ST/STM32C0xx/Include -ID:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/inc -march=armv6-m -mlittle-endian -mfloat-abi=soft -mthumb D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/STM32C0xx_Startup_PP.s -o D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/STM32C0xx_Startup.o -g -gdwarf-4
211 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/rm.exe" D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/STM32C0xx_Startup_PP.s
212
213D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind:
214 echo "Output/Debug_24V/Obj/PowerPro/adc.bc"> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
215 echo "Output/Debug_24V/Obj/PowerPro/dma.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
216 echo "Output/Debug_24V/Obj/PowerPro/gpio.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
217 echo "Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_msp.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
218 echo "Output/Debug_24V/Obj/PowerPro/stm32c0xx_it.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
219 echo "Output/Debug_24V/Obj/PowerPro/system_stm32c0xx.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
220 echo "Output/Debug_24V/Obj/PowerPro/tim.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
221 echo "Output/Debug_24V/Obj/PowerPro/usart.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
222 echo "Output/Debug_24V/Obj/PowerPro/iwdg.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
223 echo "Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
224 echo "Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_adc.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
225 echo "Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_adc_ex.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
226 echo "Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_cortex.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
227 echo "Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_dma.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
228 echo "Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_dma_ex.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
229 echo "Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_exti.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
230 echo "Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_flash.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
231 echo "Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_flash_ex.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
232 echo "Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_gpio.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
233 echo "Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_iwdg.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
234 echo "Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_pwr.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
235 echo "Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_pwr_ex.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
236 echo "Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_rcc.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
237 echo "Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_rcc_ex.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
238 echo "Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_tim.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
239 echo "Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_tim_ex.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
240 echo "Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_uart.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
241 echo "Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_uart_ex.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
242 echo "Output/Debug_24V/Obj/PowerPro/button.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
243 echo "Output/Debug_24V/Obj/PowerPro/buzzer.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
244 echo "Output/Debug_24V/Obj/PowerPro/chip_temperature.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
245 echo "Output/Debug_24V/Obj/PowerPro/eeprom.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
246 echo "Output/Debug_24V/Obj/PowerPro/fan.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
247 echo "Output/Debug_24V/Obj/PowerPro/leds.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
248 echo "Output/Debug_24V/Obj/PowerPro/main.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
249 echo "Output/Debug_24V/Obj/PowerPro/modbus.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
250 echo "Output/Debug_24V/Obj/PowerPro/mode_lvp.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
251 echo "Output/Debug_24V/Obj/PowerPro/mode_lvp_ovp.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
252 echo "Output/Debug_24V/Obj/PowerPro/mode_mainswitch.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
253 echo "Output/Debug_24V/Obj/PowerPro/mode_ovp.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
254 echo "Output/Debug_24V/Obj/PowerPro/mode_secondaryprotection.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
255 echo "Output/Debug_24V/Obj/PowerPro/mode_secondaryprotection_plus.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
256 echo "Output/Debug_24V/Obj/PowerPro/modeswitch.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
257 echo "Output/Debug_24V/Obj/PowerPro/relais.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
258 echo "Output/Debug_24V/Obj/PowerPro/sysdata.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
259 echo "Output/Debug_24V/Obj/PowerPro/voltage_meas.bc">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
260 echo "Output/Debug_24V/Obj/PowerPro/SEGGER_THUMB_Startup.o">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
261 echo "Output/Debug_24V/Obj/PowerPro/stm32c031xx_Vectors.o">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
262 echo "Output/Debug_24V/Obj/PowerPro/STM32C0xx_Startup.o">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
263 echo "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/lib/libc_v6m_t_le_eabi_balanced.a">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
264 echo "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/lib/SEGGER_crtinit_v6m_t_le_eabi_balanced.a">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
265 echo "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/lib/prinops_rtt_v6m_t_le_eabi_balanced.a">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
266 echo "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/lib/heapops_basic_v6m_t_le_eabi_balanced.a">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
267 echo "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/lib/heapops_disable_interrupts_locking_v6m_t_le_eabi_balanced.a">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
268 echo "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/lib/strops_v6m_t_le_eabi_balanced.a">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
269 echo "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/lib/mbops_timeops_v6m_t_le_eabi_balanced.a">> "D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind"
270
271Output/Debug_24V/Exe/PowerPro.elf:\
272 D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind\
273 Output/Debug_24V/Obj/PowerPro/adc.bc\
274 Output/Debug_24V/Obj/PowerPro/dma.bc\
275 Output/Debug_24V/Obj/PowerPro/gpio.bc\
276 Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_msp.bc\
277 Output/Debug_24V/Obj/PowerPro/stm32c0xx_it.bc\
278 Output/Debug_24V/Obj/PowerPro/system_stm32c0xx.bc\
279 Output/Debug_24V/Obj/PowerPro/tim.bc\
280 Output/Debug_24V/Obj/PowerPro/usart.bc\
281 Output/Debug_24V/Obj/PowerPro/iwdg.bc\
282 Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal.bc\
283 Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_adc.bc\
284 Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_adc_ex.bc\
285 Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_cortex.bc\
286 Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_dma.bc\
287 Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_dma_ex.bc\
288 Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_exti.bc\
289 Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_flash.bc\
290 Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_flash_ex.bc\
291 Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_gpio.bc\
292 Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_iwdg.bc\
293 Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_pwr.bc\
294 Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_pwr_ex.bc\
295 Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_rcc.bc\
296 Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_rcc_ex.bc\
297 Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_tim.bc\
298 Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_tim_ex.bc\
299 Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_uart.bc\
300 Output/Debug_24V/Obj/PowerPro/stm32c0xx_hal_uart_ex.bc\
301 Output/Debug_24V/Obj/PowerPro/button.bc\
302 Output/Debug_24V/Obj/PowerPro/buzzer.bc\
303 Output/Debug_24V/Obj/PowerPro/chip_temperature.bc\
304 Output/Debug_24V/Obj/PowerPro/eeprom.bc\
305 Output/Debug_24V/Obj/PowerPro/fan.bc\
306 Output/Debug_24V/Obj/PowerPro/leds.bc\
307 Output/Debug_24V/Obj/PowerPro/main.bc\
308 Output/Debug_24V/Obj/PowerPro/modbus.bc\
309 Output/Debug_24V/Obj/PowerPro/mode_lvp.bc\
310 Output/Debug_24V/Obj/PowerPro/mode_lvp_ovp.bc\
311 Output/Debug_24V/Obj/PowerPro/mode_mainswitch.bc\
312 Output/Debug_24V/Obj/PowerPro/mode_ovp.bc\
313 Output/Debug_24V/Obj/PowerPro/mode_secondaryprotection.bc\
314 Output/Debug_24V/Obj/PowerPro/mode_secondaryprotection_plus.bc\
315 Output/Debug_24V/Obj/PowerPro/modeswitch.bc\
316 Output/Debug_24V/Obj/PowerPro/relais.bc\
317 Output/Debug_24V/Obj/PowerPro/sysdata.bc\
318 Output/Debug_24V/Obj/PowerPro/voltage_meas.bc\
319 Output/Debug_24V/Obj/PowerPro/SEGGER_THUMB_Startup.o\
320 Output/Debug_24V/Obj/PowerPro/stm32c031xx_Vectors.o\
321 Output/Debug_24V/Obj/PowerPro/STM32C0xx_Startup.o\
322 D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/STM32C0xx_Flash.icf
323 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-cc.exe" -cc1lto -disable-free -disable-llvm-verifier -fgnuc-version=14.3.0 -mrelocation-model static -mconstructor-aliases -x c -triple thumbv6m-none-eabi -target-cpu cortex-m0plus -target-feature +strict-align -target-feature +soft-float -target-feature +soft-float-abi -msoft-float -target-abi aapcs -mfloat-abi soft -fno-signed-char -fnative-half-type -fnative-half-arguments-and-returns -mllvm -arm-global-merge=false -dwarf-version=4 -debug-info-kind=standalone -debugger-tuning=gdb -mllvm -generate-arange-section -gpubnames -fno-dwarf-directory-asm -Og -fmath-errno -ffunction-sections -fdata-sections -fshort-enums -fno-common -input-list D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind -output-list D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_link.ind -emit-obj -o D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_lto.o --keep-symbol _vectors
324 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/segger-ld.exe" --add-region:FLASH1=0x00007800@0x08000000 --add-region:RAM1=0x00003000@0x20000000 --full-section-headers --merge-sections --merge-strings --map-text --map-file=Output/Debug_24V/Exe/PowerPro.map --map-standard --list-all-undefineds -eReset_Handler -EL -mcpu=6-M --silent -TD:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/STM32C0xx_Flash.icf --defsym=__STACKSIZE__=2048 --defsym=__STACKSIZE_PROCESS__=0 --defsym=__HEAPSIZE__=1024 --defsym=__SEGGER_RTL_vfprintf=__SEGGER_RTL_vfprintf_int_nwp --defsym=__SEGGER_RTL_vfscanf=__SEGGER_RTL_vfscanf_int -u_vectors -o D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Exe/PowerPro.elf D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_lto.o @D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_link.ind
325 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/rm.exe" D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_lto.o
326 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.26c/bin/rm.exe" D:/Projekte/ecs_PowerPro/trunk/firmware_v3/SES/Output/Debug_24V/Obj/PowerPro/PowerPro_files.ind
Note: See TracBrowser for help on using the repository browser.