12:28:19 **** Incremental Build of configuration Debug for project RealOne **** make -j8 all arm-none-eabi-gcc "../Core/Src/main.c" -mcpu=cortex-m4 -std=gnu11 -g3 '-DHSE_VALUE=8000000' '-DMSI_VALUE=4000000' '-DLSI_VALUE=32000' '-DHSE_STARTUP_TIMEOUT=100' '-DHSI_VALUE=16000000' -DDEBUG '-DLSE_STARTUP_TIMEOUT=5000' '-DLSE_VALUE=32768' '-DDATA_CACHE_ENABLE=1' -DUSE_HAL_DRIVER '-DVDD_VALUE=3300' '-DINSTRUCTION_CACHE_ENABLE=1' '-DEXTERNALSAI2_CLOCK_VALUE=2097000' -DSTM32L476xx -DUSE_FULL_LL_DRIVER '-DEXTERNALSAI1_CLOCK_VALUE=2097000' '-DPREFETCH_ENABLE=0' -c -I../Core/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc -I../Drivers/CMSIS/Device/ST/STM32L4xx/Include -I../Drivers/CMSIS/Include -I../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Core/Src/main.d" -MT"Core/Src/main.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Core/Src/main.o" In file included from ../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h:30:0, from ../Core/Inc/main.h:31, from ../Core/Src/main.c:8: ../Core/Inc/stm32l4xx_hal_conf.h:183:0: warning: "VDD_VALUE" redefined #define VDD_VALUE 3300U /*!< Value of VDD in mv */ :0:0: note: this is the location of the previous definition In file included from ../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h:30:0, from ../Core/Inc/main.h:31, from ../Core/Src/main.c:8: ../Core/Inc/stm32l4xx_hal_conf.h:186:0: warning: "PREFETCH_ENABLE" redefined #define PREFETCH_ENABLE 0U :0:0: note: this is the location of the previous definition In file included from ../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h:30:0, from ../Core/Inc/main.h:31, from ../Core/Src/main.c:8: ../Core/Inc/stm32l4xx_hal_conf.h:187:0: warning: "INSTRUCTION_CACHE_ENABLE" redefined #define INSTRUCTION_CACHE_ENABLE 1U :0:0: note: this is the location of the previous definition In file included from ../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h:30:0, from ../Core/Inc/main.h:31, from ../Core/Src/main.c:8: ../Core/Inc/stm32l4xx_hal_conf.h:188:0: warning: "DATA_CACHE_ENABLE" redefined #define DATA_CACHE_ENABLE 1U :0:0: note: this is the location of the previous definition In file included from ../Core/Inc/main.h:42:0, from ../Core/Src/main.c:8: ../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_rtc.h:64:0: warning: "RTC_INIT_MASK" redefined #define RTC_INIT_MASK 0xFFFFFFFFU In file included from ../Core/Inc/stm32l4xx_hal_conf.h:409:0, from ../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h:30, from ../Core/Inc/main.h:31, from ../Core/Src/main.c:8: ../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rtc.h:979:0: note: this is the location of the previous definition #define RTC_INIT_MASK 0xFFFFFFFFu In file included from ../Core/Inc/main.h:42:0, from ../Core/Src/main.c:8: ../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_rtc.h:65:0: warning: "RTC_RSF_MASK" redefined #define RTC_RSF_MASK 0xFFFFFF5FU In file included from ../Core/Inc/stm32l4xx_hal_conf.h:409:0, from ../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h:30, from ../Core/Inc/main.h:31, from ../Core/Src/main.c:8: ../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rtc.h:983:0: note: this is the location of the previous definition #define RTC_RSF_MASK (~(RTC_ISR_INIT | RTC_ISR_RSF)) arm-none-eabi-gcc -o "RealOne.elf" @"objects.list" -mcpu=cortex-m4 -T"C:\Users\camer\Desktop\LoPoSo\RealOne\STM32L476RGTX_FLASH.ld" --specs=nosys.specs -Wl,-Map="RealOne.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -Wl,--end-group Finished building target: RealOne.elf arm-none-eabi-objdump -h -S RealOne.elf > "RealOne.list" arm-none-eabi-objcopy -O binary RealOne.elf "RealOne.bin" arm-none-eabi-size RealOne.elf text data bss dec hex filename 5008 20 1572 6600 19c8 RealOne.elf Finished building: default.size.stdout Finished building: RealOne.bin Finished building: RealOne.list 12:28:20 Build Finished. 0 errors, 6 warnings. (took 1s.660ms)