Перейти к содержанию
    

Портирование проекта (IAR-STM32IDE)

Читайте по губам:
Напомнило: "Диктую заглавными буквами: "РЕКЛАМНАЯ СЛУЖБА ... РАДИО!"" (((-8Ж

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

убрал stdint.h, обшибки по типам исчезли, спасибо, не заметил что остался файл в проекте

 

В итоге остановился на обьектных ошибках:

18:34:38 **** Build of configuration Release for project c3 ****
make -j2 all 
arm-none-eabi-gcc -mcpu=cortex-m3 -c -x assembler-with-cpp -MMD -MP -MF"Startup/startup_stm32f103r8tx.d" -MT"Startup/startup_stm32f103r8tx.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Startup/startup_stm32f103r8tx.o" "../Startup/startup_stm32f103r8tx.s"
arm-none-eabi-gcc "../Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.d" -MT"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.o"
arm-none-eabi-gcc "../Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.d" -MT"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.o"
arm-none-eabi-gcc "../Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.d" -MT"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.o"
arm-none-eabi-gcc "../Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.d" -MT"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.o"
arm-none-eabi-gcc "../Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.d" -MT"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.o"
arm-none-eabi-gcc "../Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.d" -MT"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.o"
arm-none-eabi-gcc "../Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.d" -MT"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.o"
arm-none-eabi-gcc "../Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.d" -MT"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.o"
arm-none-eabi-gcc "../Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.d" -MT"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.o"
arm-none-eabi-gcc "../Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.d" -MT"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.o"
arm-none-eabi-gcc "../Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.d" -MT"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.o"
arm-none-eabi-gcc "../Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.d" -MT"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.o"
arm-none-eabi-gcc "../Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.d" -MT"Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.o"
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/misc.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/misc.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/misc.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/misc.o"
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_adc.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_adc.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_adc.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_adc.o"
../Src/STM32F10x_StdPeriph_Driver/src/misc.c: In function 'NVIC_PriorityGroupConfig':
../Src/STM32F10x_StdPeriph_Driver/src/misc.c:99:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
   99 |   assert_param(IS_NVIC_PRIORITY_GROUP(NVIC_PriorityGroup));
      |   ^~~~~~~~~~~~
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_adc.c: In function 'ADC_DeInit':
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_adc.c:182:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
  182 |   assert_param(IS_ADC_ALL_PERIPH(ADCx));
      |   ^~~~~~~~~~~~
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_bkp.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_bkp.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_bkp.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_bkp.o"
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_bkp.c: In function 'BKP_TamperPinLevelConfig':
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_bkp.c:137:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
  137 |   assert_param(IS_BKP_TAMPER_PIN_LEVEL(BKP_TamperPinLevel));
      |   ^~~~~~~~~~~~
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_can.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_can.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_can.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_can.o"
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_cec.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_cec.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_cec.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_cec.o"
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_can.c: In function 'CAN_DeInit':
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_can.c:125:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
  125 |   assert_param(IS_CAN_ALL_PERIPH(CANx));
      |   ^~~~~~~~~~~~
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_cec.c: In function 'CEC_Init':
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_cec.c:140:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
  140 |   assert_param(IS_CEC_BIT_TIMING_ERROR_MODE(CEC_InitStruct->CEC_BitTimingMode));
      |   ^~~~~~~~~~~~
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_crc.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_crc.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_crc.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_crc.o"
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_dac.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_dac.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_dac.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_dac.o"
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_dbgmcu.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_dbgmcu.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_dbgmcu.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_dbgmcu.o"
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_dac.c: In function 'DAC_Init':
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_dac.c:121:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
  121 |   assert_param(IS_DAC_TRIGGER(DAC_InitStruct->DAC_Trigger));
      |   ^~~~~~~~~~~~
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_dbgmcu.c: In function 'DBGMCU_Config':
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_dbgmcu.c:137:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
  137 |   assert_param(IS_DBGMCU_PERIPH(DBGMCU_Periph));
      |   ^~~~~~~~~~~~
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_dma.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_dma.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_dma.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_dma.o"
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_exti.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_exti.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_exti.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_exti.o"
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_dma.c: In function 'DMA_DeInit':
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_dma.c:111:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
  111 |   assert_param(IS_DMA_ALL_PERIPH(DMAy_Channelx));
      |   ^~~~~~~~~~~~
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_exti.c: In function 'EXTI_Init':
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_exti.c:106:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
  106 |   assert_param(IS_EXTI_MODE(EXTI_InitStruct->EXTI_Mode));
      |   ^~~~~~~~~~~~
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.o"
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.o"
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c: In function 'FLASH_SetLatency':
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c:259:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
  259 |   assert_param(IS_FLASH_LATENCY(FLASH_Latency));
      |   ^~~~~~~~~~~~
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c: In function 'FSMC_NORSRAMDeInit':
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c:105:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
  105 |   assert_param(IS_FSMC_NORSRAM_BANK(FSMC_Bank));
      |   ^~~~~~~~~~~~
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.o"
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c: In function 'GPIO_DeInit':
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c:111:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
  111 |   assert_param(IS_GPIO_ALL_PERIPH(GPIOx));
      |   ^~~~~~~~~~~~
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.o"
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c: In function 'I2C_DeInit':
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:165:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
  165 |   assert_param(IS_I2C_ALL_PERIPH(I2Cx));
      |   ^~~~~~~~~~~~
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_iwdg.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_iwdg.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_iwdg.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_iwdg.o"
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_iwdg.c: In function 'IWDG_WriteAccessCmd':
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_iwdg.c:95:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
   95 |   assert_param(IS_IWDG_WRITE_ACCESS(IWDG_WriteAccess));
      |   ^~~~~~~~~~~~
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_pwr.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_pwr.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_pwr.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_pwr.o"
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_rcc.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_rcc.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_rcc.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_rcc.o"
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_pwr.c: In function 'PWR_BackupAccessCmd':
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_pwr.c:127:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
  127 |   assert_param(IS_FUNCTIONAL_STATE(NewState));
      |   ^~~~~~~~~~~~
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_rcc.c: In function 'RCC_HSEConfig':
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_rcc.c:273:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
  273 |   assert_param(IS_RCC_HSE(RCC_HSE));
      |   ^~~~~~~~~~~~
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_rtc.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_rtc.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_rtc.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_rtc.o"
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_rtc.c: In function 'RTC_ITConfig':
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_rtc.c:93:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
   93 |   assert_param(IS_RTC_IT(RTC_IT));
      |   ^~~~~~~~~~~~
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_sdio.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_sdio.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_sdio.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_sdio.o"
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_sdio.c: In function 'SDIO_Init':
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_sdio.c:186:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
  186 |   assert_param(IS_SDIO_CLOCK_EDGE(SDIO_InitStruct->SDIO_ClockEdge));
      |   ^~~~~~~~~~~~
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_spi.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_spi.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_spi.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_spi.o"
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_spi.c: In function 'SPI_I2S_DeInit':
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_spi.c:122:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
  122 |   assert_param(IS_SPI_ALL_PERIPH(SPIx));
      |   ^~~~~~~~~~~~
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_tim.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_tim.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_tim.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_tim.o"
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_tim.c: In function 'TIM_DeInit':
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_tim.c:125:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
  125 |   assert_param(IS_TIM_ALL_PERIPH(TIMx));
      |   ^~~~~~~~~~~~
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_usart.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_usart.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_usart.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_usart.o"
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_usart.c: In function 'USART_DeInit':
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_usart.c:133:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
  133 |   assert_param(IS_USART_ALL_PERIPH(USARTx));
      |   ^~~~~~~~~~~~
arm-none-eabi-gcc "../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_wwdg.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_wwdg.d" -MT"Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_wwdg.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_wwdg.o"
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_wwdg.c: In function 'WWDG_SetPrescaler':
../Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_wwdg.c:122:3: warning: implicit declaration of function 'assert_param' [-Wimplicit-function-declaration]
  122 |   assert_param(IS_WWDG_PRESCALER(WWDG_Prescaler));
      |   ^~~~~~~~~~~~
arm-none-eabi-gcc -mcpu=cortex-m3 -c -x assembler-with-cpp -MMD -MP -MF"Src/Core/Startup/startup_stm32f103r8tx.d" -MT"Src/Core/Startup/startup_stm32f103r8tx.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/Core/Startup/startup_stm32f103r8tx.o" "../Src/Core/Startup/startup_stm32f103r8tx.s"
arm-none-eabi-gcc "../Src/Core/Src/main.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/Core/Src/main.d" -MT"Src/Core/Src/main.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/Core/Src/main.o"
arm-none-eabi-gcc "../Src/Core/Src/stm32f1xx_hal_msp.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/Core/Src/stm32f1xx_hal_msp.d" -MT"Src/Core/Src/stm32f1xx_hal_msp.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/Core/Src/stm32f1xx_hal_msp.o"
arm-none-eabi-gcc "../Src/Core/Src/stm32f1xx_it.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/Core/Src/stm32f1xx_it.d" -MT"Src/Core/Src/stm32f1xx_it.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/Core/Src/stm32f1xx_it.o"
arm-none-eabi-gcc "../Src/Core/Src/syscalls.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/Core/Src/syscalls.d" -MT"Src/Core/Src/syscalls.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/Core/Src/syscalls.o"
arm-none-eabi-gcc "../Src/Core/Src/sysmem.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/Core/Src/sysmem.d" -MT"Src/Core/Src/sysmem.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/Core/Src/sysmem.o"
arm-none-eabi-gcc "../Src/Core/Src/system_stm32f1xx.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/Core/Src/system_stm32f1xx.d" -MT"Src/Core/Src/system_stm32f1xx.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/Core/Src/system_stm32f1xx.o"
arm-none-eabi-gcc "../Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.d" -MT"Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.o"
arm-none-eabi-gcc "../Src/ADC.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/ADC.d" -MT"Src/ADC.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/ADC.o"
arm-none-eabi-gcc "../Src/Led.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/Led.d" -MT"Src/Led.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/Led.o"
../Src/ADC.c: In function 'InitADC':
../Src/ADC.c:190:35: warning: unused variable 'NVIC_InitStructure' [-Wunused-variable]
  190 |                 NVIC_InitTypeDef  NVIC_InitStructure;
      |                                   ^~~~~~~~~~~~~~~~~~
arm-none-eabi-gcc "../Src/PinsOut.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/PinsOut.d" -MT"Src/PinsOut.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/PinsOut.o"
arm-none-eabi-gcc "../Src/TEN.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/TEN.d" -MT"Src/TEN.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/TEN.o"
arm-none-eabi-gcc "../Src/main.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/main.d" -MT"Src/main.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/main.o"
arm-none-eabi-gcc "../Src/syscalls.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/syscalls.d" -MT"Src/syscalls.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/syscalls.o"
arm-none-eabi-gcc "../Src/sysmem.c" -mcpu=cortex-m3 -std=gnu11 -DSTM32 -DSTM32F10X_MD -DSTM32F103x6 -DSTM32F1 -DSTM32F103R8Tx -c -I"D:/PO/comf/c3//Inc" -I"C:/Users/Olesya/STM32Cube/Repository/STM32Cube_FW_F1_V1.8.5/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I../Inc -I"D:/PO/comf/c3//Src/STM32F10x_StdPeriph_Driver/inc" -I"D:/PO/comf/c3//Src/Device/ST/STM32F1xx/Include" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/Core/Inc" -I"D:/PO/comf/c3//Src/STM32F1xx_HAL_Driver/Inc" -I"D:/PO/comf/c3//Src/CMSIS/Include" -I"D:/PO/comf/c3//Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/sysmem.d" -MT"Src/sysmem.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Src/sysmem.o"
arm-none-eabi-gcc -o "c3.elf" @"objects.list"   -mcpu=cortex-m3 -T"D:\SV\PO\comfort3\c3\STM32F103R8TX_FLASH.ld" --specs=nosys.specs -Wl,-Map="c3.map" -Wl,--gc-sections -static --specs=nano.specs -mfloat-abi=soft -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/main.o: in function `main':
main.c:(.text.startup.main+0x0): multiple definition of `main'; Src/main.o:main.c:(.text.startup.main+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/syscalls.o: in function `initialise_monitor_handles':
syscalls.c:(.text.initialise_monitor_handles+0x0): multiple definition of `initialise_monitor_handles'; Src/syscalls.o:syscalls.c:(.text.initialise_monitor_handles+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/syscalls.o: in function `_getpid':
syscalls.c:(.text._getpid+0x0): multiple definition of `_getpid'; Src/syscalls.o:syscalls.c:(.text._getpid+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/syscalls.o: in function `_kill':
syscalls.c:(.text._kill+0x0): multiple definition of `_kill'; Src/syscalls.o:syscalls.c:(.text._kill+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/syscalls.o: in function `_exit':
syscalls.c:(.text._exit+0x0): multiple definition of `_exit'; Src/syscalls.o:syscalls.c:(.text._exit+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/syscalls.o: in function `_close':
syscalls.c:(.text._close+0x0): multiple definition of `_close'; Src/syscalls.o:syscalls.c:(.text._close+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/syscalls.o: in function `_fstat':
syscalls.c:(.text._fstat+0x0): multiple definition of `_fstat'; Src/syscalls.o:syscalls.c:(.text._fstat+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/syscalls.o: in function `_isatty':
syscalls.c:(.text._isatty+0x0): multiple definition of `_isatty'; Src/syscalls.o:syscalls.c:(.text._isatty+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/syscalls.o: in function `_lseek':
syscalls.c:(.text._lseek+0x0): multiple definition of `_lseek'; Src/syscalls.o:syscalls.c:(.text._lseek+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/syscalls.o: in function `_open':
syscalls.c:(.text._open+0x0): multiple definition of `_open'; Src/syscalls.o:syscalls.c:(.text._open+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/syscalls.o: in function `_wait':
syscalls.c:(.text._wait+0x0): multiple definition of `_wait'; Src/syscalls.o:syscalls.c:(.text._wait+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/syscalls.o: in function `_unlink':
syscalls.c:(.text._unlink+0x0): multiple definition of `_unlink'; Src/syscalls.o:syscalls.c:(.text._unlink+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/syscalls.o: in function `_times':
syscalls.c:(.text._times+0x0): multiple definition of `_times'; Src/syscalls.o:syscalls.c:(.text._times+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/syscalls.o: in function `_stat':
syscalls.c:(.text._stat+0x0): multiple definition of `_stat'; Src/syscalls.o:syscalls.c:(.text._stat+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/syscalls.o: in function `_link':
syscalls.c:(.text._link+0x0): multiple definition of `_link'; Src/syscalls.o:syscalls.c:(.text._link+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/syscalls.o: in function `_fork':
syscalls.c:(.text._fork+0x0): multiple definition of `_fork'; Src/syscalls.o:syscalls.c:(.text._fork+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/syscalls.o: in function `_execve':
syscalls.c:(.text._execve+0x0): multiple definition of `_execve'; Src/syscalls.o:syscalls.c:(.text._execve+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/syscalls.o:(.data.environ+0x0): multiple definition of `environ'; Src/syscalls.o:(.data.environ+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/syscalls.o:(.bss.__env+0x0): multiple definition of `__env'; Src/syscalls.o:(.bss.__env+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/sysmem.o: in function `_sbrk':
sysmem.c:(.text._sbrk+0x0): multiple definition of `_sbrk'; Src/sysmem.o:sysmem.c:(.text._sbrk+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/system_stm32f1xx.o: in function `SystemInit':
system_stm32f1xx.c:(.text.SystemInit+0x0): multiple definition of `SystemInit'; Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.o:system_stm32f10x.c:(.text.SystemInit+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/system_stm32f1xx.o: in function `SystemCoreClockUpdate':
system_stm32f1xx.c:(.text.SystemCoreClockUpdate+0x0): multiple definition of `SystemCoreClockUpdate'; Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.o:system_stm32f10x.c:(.text.SystemCoreClockUpdate+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/system_stm32f1xx.o:(.rodata.AHBPrescTable+0x0): multiple definition of `AHBPrescTable'; Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.o:(.data.AHBPrescTable+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/Core/Src/system_stm32f1xx.o:(.data.SystemCoreClock+0x0): multiple definition of `SystemCoreClock'; Src/CMSIS/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.o:(.data.SystemCoreClock+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.o: in function `FLASH_WaitForLastOperation':
stm32f1xx_hal_flash.c:(.text.FLASH_WaitForLastOperation+0x0): multiple definition of `FLASH_WaitForLastOperation'; Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.o:stm32f10x_flash.c:(.text.FLASH_WaitForLastOperation+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Startup/startup_stm32f103r8tx.o:(.isr_vector+0x0): multiple definition of `g_pfnVectors'; Src/Core/Startup/startup_stm32f103r8tx.o:(.isr_vector+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Startup/startup_stm32f103r8tx.o: in function `Default_Handler':
(.text.Default_Handler+0x0): multiple definition of `Default_Handler'; Src/Core/Startup/startup_stm32f103r8tx.o:(.text.Default_Handler+0x0): first defined here
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_adc.o: in function `ADC_Init':
stm32f10x_adc.c:(.text.ADC_Init+0x1c): undefined reference to `assert_param'
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: stm32f10x_adc.c:(.text.ADC_Init+0x3a): undefined reference to `assert_param'
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: stm32f10x_adc.c:(.text.ADC_Init+0x48): undefined reference to `assert_param'
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: stm32f10x_adc.c:(.text.ADC_Init+0x56): undefined reference to `assert_param'
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: stm32f10x_adc.c:(.text.ADC_Init+0x74): undefined reference to `assert_param'
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Src/STM32F10x_StdPeriph_Driver/src/stm32f10x_adc.o:stm32f10x_adc.c:(.text.ADC_Init+0x84): more undefined references to `assert_param' follow
collect2.exe: error: ld returned 1 exit status
make: *** [makefile:69: c3.elf] Error 1
"make -j2 all" terminated with exit code 2. Build might be incomplete.

18:34:52 Build Failed. 57 errors, 23 warnings. (took 14s.48ms)

Согласно варнингам нет описания функции assert_param

Я раскоментировал соответствующие дефайны:

/* ########################## Assert Selection ############################## */
/**
  * @brief Uncomment the line below to expanse the "assert_param" macro in the
  *        HAL drivers code
  */
#define USE_FULL_ASSERT    1U

но в консоле ничего не поменялось после компиляции 

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Так потому что этот проект сделан на основе SPL, а не HAL. SPL - это то, что было до HAL.
Вам лучше будет заново написать проект, чем мучаться с переделкой этого. 

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

но я же делаю на основе пустого проекта в STM32Cube

По идее ничего лишнего не должно подтягиваться.

 

А к проекту шли две папки с библиотеками: 

- CMSIS;

- STM32F10x_StdPeriph_Driver.

 

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

спасибо, под системными путями вы имеете ввиду инклуды в свойствах компилятора?

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

On 3/13/2024 at 6:26 PM, x893 said:

меняете startup_... всё остальное компилируется под любым gcc/iar/arm..

поскольку у меня ошибка уже на обьектном уровне то скорее всего нужно "под редактировать" системные файлы, по поводу старапа я не понял, и даже файл линковки не поможет, вот если бы можно было make редактировать через командную строку например в кубе...

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

2 hours ago, addi II said:

поскольку у меня ошибка уже на обьектном уровне то скорее всего нужно "под редактировать" системные файлы, по поводу старапа я не понял, и даже файл линковки не поможет, вот если бы можно было make редактировать через командную строку например в кубе...

Сгенерите в Кубе под Makefile и меняйте что хотите

image.png.cc214237ffb95a03b72202750f45c9ed.png

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Присоединяйтесь к обсуждению

Вы можете написать сейчас и зарегистрироваться позже. Если у вас есть аккаунт, авторизуйтесь, чтобы опубликовать от имени своего аккаунта.

Гость
Ответить в этой теме...

×   Вставлено с форматированием.   Вставить как обычный текст

  Разрешено использовать не более 75 эмодзи.

×   Ваша ссылка была автоматически встроена.   Отображать как обычную ссылку

×   Ваш предыдущий контент был восстановлен.   Очистить редактор

×   Вы не можете вставлять изображения напрямую. Загружайте или вставляйте изображения по ссылке.

×
×
  • Создать...