Skip to content

Instantly share code, notes, and snippets.

@AndKe
Created January 29, 2020 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndKe/e5ff2958eb38c110ef0075f1f3e89f20 to your computer and use it in GitHub Desktop.
Save AndKe/e5ff2958eb38c110ef0075f1f3e89f20 to your computer and use it in GitHub Desktop.
Fastled err with mod
This file has been truncated, but you can view the full file.
/home/andre/Arduino/arduino-1.8.10/arduino-builder -dump-prefs -logger=machine -hardware /home/andre/Arduino/arduino-1.8.10/hardware -hardware /home/andre/.arduino15/packages -hardware /home/andre/Arduino/projects/hardware -tools /home/andre/Arduino/arduino-1.8.10/tools-builder -tools /home/andre/Arduino/arduino-1.8.10/hardware/tools/avr -tools /home/andre/.arduino15/packages -built-in-libraries /home/andre/Arduino/arduino-1.8.10/libraries -libraries /home/andre/Arduino/projects/libraries -fqbn=STM32:stm32:GenF1:pnum=BLUEPILL_F103C8,upload_method=swdMethod,xserial=generic,usb=none,xusb=FS,opt=osstd,rtlib=nano -ide-version=10810 -build-path /tmp/arduino -warnings=default -build-cache /tmp/arduino_cache_994974 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.STM32Tools.path=/home/andre/.arduino15/packages/STM32/tools/STM32Tools/1.3.2 -prefs=runtime.tools.STM32Tools-1.3.2.path=/home/andre/.arduino15/packages/STM32/tools/STM32Tools/1.3.2 -prefs=runtime.tools.xpack-arm-none-eabi-gcc.path=/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1 -prefs=runtime.tools.xpack-arm-none-eabi-gcc-9.2.1-1.1.path=/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1 -prefs=runtime.tools.CMSIS.path=/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1 -prefs=runtime.tools.CMSIS-5.5.1.path=/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1 -verbose /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino
/home/andre/Arduino/arduino-1.8.10/arduino-builder -compile -logger=machine -hardware /home/andre/Arduino/arduino-1.8.10/hardware -hardware /home/andre/.arduino15/packages -hardware /home/andre/Arduino/projects/hardware -tools /home/andre/Arduino/arduino-1.8.10/tools-builder -tools /home/andre/Arduino/arduino-1.8.10/hardware/tools/avr -tools /home/andre/.arduino15/packages -built-in-libraries /home/andre/Arduino/arduino-1.8.10/libraries -libraries /home/andre/Arduino/projects/libraries -fqbn=STM32:stm32:GenF1:pnum=BLUEPILL_F103C8,upload_method=swdMethod,xserial=generic,usb=none,xusb=FS,opt=osstd,rtlib=nano -ide-version=10810 -build-path /tmp/arduino -warnings=default -build-cache /tmp/arduino_cache_994974 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.STM32Tools.path=/home/andre/.arduino15/packages/STM32/tools/STM32Tools/1.3.2 -prefs=runtime.tools.STM32Tools-1.3.2.path=/home/andre/.arduino15/packages/STM32/tools/STM32Tools/1.3.2 -prefs=runtime.tools.xpack-arm-none-eabi-gcc.path=/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1 -prefs=runtime.tools.xpack-arm-none-eabi-gcc-9.2.1-1.1.path=/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1 -prefs=runtime.tools.CMSIS.path=/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1 -prefs=runtime.tools.CMSIS-5.5.1.path=/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1 -verbose /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino
Using board 'GenF1' from platform in folder: /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0
Using core 'arduino' from platform in folder: /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0
bash -c "[ -f /tmp/arduino/sketch ] || mkdir -p /tmp/arduino/sketch"
bash -c "[ -f /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/build_opt.h ] || touch /tmp/arduino/sketch/build_opt.h"
bash -c "echo $0 > /tmp/arduino/sketch/SrcWrapper.cpp" "#include <SrcWrapper.h>"
Detecting libraries used...
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp -o /dev/null
Alternatives for FastLED.h: [FastLED@3.3.2]
ResolveLibrary(FastLED.h)
-> candidates: [FastLED@3.3.2]
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED /tmp/arduino/sketch/SrcWrapper.cpp -o /dev/null
Alternatives for SrcWrapper.h: [SrcWrapper@1.0.1]
ResolveLibrary(SrcWrapper.h)
-> candidates: [SrcWrapper@1.0.1]
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /tmp/arduino/sketch/SrcWrapper.cpp -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/Arduino/projects/libraries/FastLED/FastLED.cpp -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/Arduino/projects/libraries/FastLED/bitswap.cpp -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/Arduino/projects/libraries/FastLED/colorpalettes.cpp -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/Arduino/projects/libraries/FastLED/colorutils.cpp -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/Arduino/projects/libraries/FastLED/hsv2rgb.cpp -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/Arduino/projects/libraries/FastLED/lib8tion.cpp -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/Arduino/projects/libraries/FastLED/noise.cpp -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/Arduino/projects/libraries/FastLED/platforms.cpp -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/Arduino/projects/libraries/FastLED/power_mgt.cpp -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/Arduino/projects/libraries/FastLED/wiring.cpp -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_adc.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_adc_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_can.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cec.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_comp.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_comp_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cordic.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cortex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_crc.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_crc_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cryp.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cryp_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dac.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dac_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dcmi.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dcmi_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dfsdm.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dfsdm_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dma.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dma2d.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dma_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dsi.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_eth.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_eth_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_exti.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_fdcan.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_firewall.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_flash.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_flash_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_flash_ramfunc.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_fmac.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_fmpi2c.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_fmpi2c_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_gfxmmu.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_gpio.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_gpio_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_hash.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_hash_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_hcd.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_hrtim.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_hsem.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_i2c.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_i2c_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_i2s.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_i2s_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ipcc.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_irda.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_iwdg.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_jpeg.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_lcd.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_lptim.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ltdc.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ltdc_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_mdios.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_mdma.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_mmc.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_mmc_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_msp_template.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_nand.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_nor.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_opamp.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_opamp_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ospi.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pccard.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pcd.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pcd_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pka.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pwr.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pwr_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_qspi.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ramecc.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rcc.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rcc_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rng.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rtc.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rtc_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sai.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sai_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sd.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sd_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sdadc.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sdram.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smartcard.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smartcard_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smbus.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_spdifrx.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_spi.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_spi_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sram.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_swpmi.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_tim.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_tim_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_timebase_rtc_alarm_template.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_timebase_rtc_wakeup_template.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_timebase_tim_template.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_tsc.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_uart.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_uart_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_usart.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_usart_ex.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_wwdg.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_adc.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_bdma.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_comp.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_cordic.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_crc.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_crs.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_dac.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_delayblock.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_dma.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_dma2d.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_exti.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_fmac.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_fmc.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_fsmc.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_gpio.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_hrtim.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_i2c.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_lptim.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_lpuart.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_mdma.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_opamp.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_pka.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_pwr.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_rcc.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_rng.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_rtc.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_sdmmc.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_spi.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_swpmi.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_tim.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_ucpd.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_usart.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_usb.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_utils.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/PortNames.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/analog.cpp -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/bootloader.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/clock.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/core_callback.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/dwt.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/hw_config.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/interrupt.cpp -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/lock_resource.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/low_power.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/pinmap.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/rtc.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/stm32_def.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/stm32_eeprom.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/system_stm32yyxx.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/timer.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/uart.c -o /dev/null
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/syscalls.c -o /dev/null
Generating function prototypes...
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp -o /tmp/arduino/preproc/ctags_target_for_gcc_minus_e.cpp
/home/andre/Arduino/arduino-1.8.10/tools-builder/ctags/5.8-arduino11/ctags -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives /tmp/arduino/preproc/ctags_target_for_gcc_minus_e.cpp
Compiling sketch...
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -MMD -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /tmp/arduino/sketch/SrcWrapper.cpp -o /tmp/arduino/sketch/SrcWrapper.cpp.o
/home/andre/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino/sketch/build_opt.h -c -Os -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -MMD -I/home/andre/Arduino/projects/temp-ColorPaletteSTM32Core -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -DSTM32F1xx -DARDUINO=10810 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/andre/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/home/andre/Arduino/projects/libraries/FastLED -I/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp -o /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp.o
In file included from /home/andre/Arduino/projects/libraries/FastLED/led_sysdefs.h:28,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:41,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/platforms/arm/stm32/led_sysdefs_arm_stm32.h:48: warning: "pgm_read_dword" redefined
48 | #define pgm_read_dword(addr) (*(const unsigned long *)(addr))
|
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/WString.h:29,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Print.h:27,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Stream.h:26,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/HardwareSerial.h:29,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/WSerial.h:5,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:47,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr/pgmspace.h:105: note: this is the location of the previous definition
105 | #define pgm_read_dword(addr) ({ \
|
In file included from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:14:21: note: #pragma message: FastLED version 3.003.002
14 | # pragma message "FastLED version 3.003.002"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h: In static member function 'static void AVRSoftwareSPIOutput<DATA_PIN, CLOCK_PIN, SPI_SPEED>::writeBit(uint8_t)':
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:121:50: error: the value of 'SystemCoreClock' is not usable in a constant expression
121 | #define MIN_DELAY ((NS(35)>3) ? (NS(35) - 3) : 1)
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:42: note: in expansion of macro 'MIN_DELAY'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:138:30: note: in expansion of macro 'CLOCK_HI_DELAY'
138 | FastPin<CLOCK_PIN>::hi(); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: error: no matching function for call to 'delaycycles<(((((35 * (SystemCoreClock / 1000000)) + 999) / 1000) > 3) ? ((((35 * (SystemCoreClock / 1000000)) + 999) / 1000) - 3) : 1)>()'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:138:30: note: in expansion of macro 'CLOCK_HI_DELAY'
138 | FastPin<CLOCK_PIN>::hi(); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:44,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastled_delay.h:99:65: note: candidate: 'template<int CYCLES> void delaycycles()'
99 | template<int CYCLES> __attribute__((always_inline)) inline void delaycycles() {
| ^~~~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastled_delay.h:99:65: note: template argument deduction/substitution failed:
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: error: the value of 'SystemCoreClock' is not usable in a constant expression
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:138:30: note: in expansion of macro 'CLOCK_HI_DELAY'
138 | FastPin<CLOCK_PIN>::hi(); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: note: in template argument for type 'int'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:138:30: note: in expansion of macro 'CLOCK_HI_DELAY'
138 | FastPin<CLOCK_PIN>::hi(); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:121:50: error: the value of 'SystemCoreClock' is not usable in a constant expression
121 | #define MIN_DELAY ((NS(35)>3) ? (NS(35) - 3) : 1)
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:42: note: in expansion of macro 'MIN_DELAY'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:143:30: note: in expansion of macro 'CLOCK_HI_DELAY'
143 | FastPin<CLOCK_PIN>::hi(); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: error: no matching function for call to 'delaycycles<(((((35 * (SystemCoreClock / 1000000)) + 999) / 1000) > 3) ? ((((35 * (SystemCoreClock / 1000000)) + 999) / 1000) - 3) : 1)>()'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:143:30: note: in expansion of macro 'CLOCK_HI_DELAY'
143 | FastPin<CLOCK_PIN>::hi(); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:44,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastled_delay.h:99:65: note: candidate: 'template<int CYCLES> void delaycycles()'
99 | template<int CYCLES> __attribute__((always_inline)) inline void delaycycles() {
| ^~~~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastled_delay.h:99:65: note: template argument deduction/substitution failed:
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: error: the value of 'SystemCoreClock' is not usable in a constant expression
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:143:30: note: in expansion of macro 'CLOCK_HI_DELAY'
143 | FastPin<CLOCK_PIN>::hi(); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: note: in template argument for type 'int'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:143:30: note: in expansion of macro 'CLOCK_HI_DELAY'
143 | FastPin<CLOCK_PIN>::hi(); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h: In static member function 'static void AVRSoftwareSPIOutput<DATA_PIN, CLOCK_PIN, SPI_SPEED>::writeBit(uint8_t, AVRSoftwareSPIOutput<DATA_PIN, CLOCK_PIN, SPI_SPEED>::clock_ptr_t, AVRSoftwareSPIOutput<DATA_PIN, CLOCK_PIN, SPI_SPEED>::data_ptr_t)':
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:121:50: error: the value of 'SystemCoreClock' is not usable in a constant expression
121 | #define MIN_DELAY ((NS(35)>3) ? (NS(35) - 3) : 1)
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:42: note: in expansion of macro 'MIN_DELAY'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:159:38: note: in expansion of macro 'CLOCK_HI_DELAY'
159 | FastPin<CLOCK_PIN>::hi(clockpin); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: error: no matching function for call to 'delaycycles<(((((35 * (SystemCoreClock / 1000000)) + 999) / 1000) > 3) ? ((((35 * (SystemCoreClock / 1000000)) + 999) / 1000) - 3) : 1)>()'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:159:38: note: in expansion of macro 'CLOCK_HI_DELAY'
159 | FastPin<CLOCK_PIN>::hi(clockpin); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:44,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastled_delay.h:99:65: note: candidate: 'template<int CYCLES> void delaycycles()'
99 | template<int CYCLES> __attribute__((always_inline)) inline void delaycycles() {
| ^~~~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastled_delay.h:99:65: note: template argument deduction/substitution failed:
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: error: the value of 'SystemCoreClock' is not usable in a constant expression
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:159:38: note: in expansion of macro 'CLOCK_HI_DELAY'
159 | FastPin<CLOCK_PIN>::hi(clockpin); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: note: in template argument for type 'int'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:159:38: note: in expansion of macro 'CLOCK_HI_DELAY'
159 | FastPin<CLOCK_PIN>::hi(clockpin); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:121:50: error: the value of 'SystemCoreClock' is not usable in a constant expression
121 | #define MIN_DELAY ((NS(35)>3) ? (NS(35) - 3) : 1)
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:42: note: in expansion of macro 'MIN_DELAY'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:163:38: note: in expansion of macro 'CLOCK_HI_DELAY'
163 | FastPin<CLOCK_PIN>::hi(clockpin); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: error: no matching function for call to 'delaycycles<(((((35 * (SystemCoreClock / 1000000)) + 999) / 1000) > 3) ? ((((35 * (SystemCoreClock / 1000000)) + 999) / 1000) - 3) : 1)>()'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:163:38: note: in expansion of macro 'CLOCK_HI_DELAY'
163 | FastPin<CLOCK_PIN>::hi(clockpin); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:44,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastled_delay.h:99:65: note: candidate: 'template<int CYCLES> void delaycycles()'
99 | template<int CYCLES> __attribute__((always_inline)) inline void delaycycles() {
| ^~~~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastled_delay.h:99:65: note: template argument deduction/substitution failed:
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: error: the value of 'SystemCoreClock' is not usable in a constant expression
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:163:38: note: in expansion of macro 'CLOCK_HI_DELAY'
163 | FastPin<CLOCK_PIN>::hi(clockpin); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: note: in template argument for type 'int'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:163:38: note: in expansion of macro 'CLOCK_HI_DELAY'
163 | FastPin<CLOCK_PIN>::hi(clockpin); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h: In static member function 'static void AVRSoftwareSPIOutput<DATA_PIN, CLOCK_PIN, SPI_SPEED>::writeBit(uint8_t, AVRSoftwareSPIOutput<DATA_PIN, CLOCK_PIN, SPI_SPEED>::clock_ptr_t, AVRSoftwareSPIOutput<DATA_PIN, CLOCK_PIN, SPI_SPEED>::data_ptr_t, AVRSoftwareSPIOutput<DATA_PIN, CLOCK_PIN, SPI_SPEED>::data_t, AVRSoftwareSPIOutput<DATA_PIN, CLOCK_PIN, SPI_SPEED>::data_t, AVRSoftwareSPIOutput<DATA_PIN, CLOCK_PIN, SPI_SPEED>::clock_t, AVRSoftwareSPIOutput<DATA_PIN, CLOCK_PIN, SPI_SPEED>::clock_t)':
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:121:50: error: the value of 'SystemCoreClock' is not usable in a constant expression
121 | #define MIN_DELAY ((NS(35)>3) ? (NS(35) - 3) : 1)
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:42: note: in expansion of macro 'MIN_DELAY'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:176:52: note: in expansion of macro 'CLOCK_HI_DELAY'
176 | FastPin<CLOCK_PIN>::fastset(clockpin, hiclock); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: error: no matching function for call to 'delaycycles<(((((35 * (SystemCoreClock / 1000000)) + 999) / 1000) > 3) ? ((((35 * (SystemCoreClock / 1000000)) + 999) / 1000) - 3) : 1)>()'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:176:52: note: in expansion of macro 'CLOCK_HI_DELAY'
176 | FastPin<CLOCK_PIN>::fastset(clockpin, hiclock); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:44,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastled_delay.h:99:65: note: candidate: 'template<int CYCLES> void delaycycles()'
99 | template<int CYCLES> __attribute__((always_inline)) inline void delaycycles() {
| ^~~~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastled_delay.h:99:65: note: template argument deduction/substitution failed:
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: error: the value of 'SystemCoreClock' is not usable in a constant expression
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:176:52: note: in expansion of macro 'CLOCK_HI_DELAY'
176 | FastPin<CLOCK_PIN>::fastset(clockpin, hiclock); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: note: in template argument for type 'int'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:176:52: note: in expansion of macro 'CLOCK_HI_DELAY'
176 | FastPin<CLOCK_PIN>::fastset(clockpin, hiclock); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:121:50: error: the value of 'SystemCoreClock' is not usable in a constant expression
121 | #define MIN_DELAY ((NS(35)>3) ? (NS(35) - 3) : 1)
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:42: note: in expansion of macro 'MIN_DELAY'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:181:52: note: in expansion of macro 'CLOCK_HI_DELAY'
181 | FastPin<CLOCK_PIN>::fastset(clockpin, hiclock); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: error: no matching function for call to 'delaycycles<(((((35 * (SystemCoreClock / 1000000)) + 999) / 1000) > 3) ? ((((35 * (SystemCoreClock / 1000000)) + 999) / 1000) - 3) : 1)>()'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:181:52: note: in expansion of macro 'CLOCK_HI_DELAY'
181 | FastPin<CLOCK_PIN>::fastset(clockpin, hiclock); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:44,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastled_delay.h:99:65: note: candidate: 'template<int CYCLES> void delaycycles()'
99 | template<int CYCLES> __attribute__((always_inline)) inline void delaycycles() {
| ^~~~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastled_delay.h:99:65: note: template argument deduction/substitution failed:
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: error: the value of 'SystemCoreClock' is not usable in a constant expression
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:181:52: note: in expansion of macro 'CLOCK_HI_DELAY'
181 | FastPin<CLOCK_PIN>::fastset(clockpin, hiclock); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: note: in template argument for type 'int'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:181:52: note: in expansion of macro 'CLOCK_HI_DELAY'
181 | FastPin<CLOCK_PIN>::fastset(clockpin, hiclock); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h: In static member function 'static void AVRSoftwareSPIOutput<DATA_PIN, CLOCK_PIN, SPI_SPEED>::writeBit(uint8_t, AVRSoftwareSPIOutput<DATA_PIN, CLOCK_PIN, SPI_SPEED>::data_ptr_t, AVRSoftwareSPIOutput<DATA_PIN, CLOCK_PIN, SPI_SPEED>::data_t, AVRSoftwareSPIOutput<DATA_PIN, CLOCK_PIN, SPI_SPEED>::data_t, AVRSoftwareSPIOutput<DATA_PIN, CLOCK_PIN, SPI_SPEED>::data_t, AVRSoftwareSPIOutput<DATA_PIN, CLOCK_PIN, SPI_SPEED>::data_t)':
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:121:50: error: the value of 'SystemCoreClock' is not usable in a constant expression
121 | #define MIN_DELAY ((NS(35)>3) ? (NS(35) - 3) : 1)
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:42: note: in expansion of macro 'MIN_DELAY'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:196:61: note: in expansion of macro 'CLOCK_HI_DELAY'
196 | FastPin<DATA_PIN>::fastset(clockdatapin, datahiclockhi); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: error: no matching function for call to 'delaycycles<(((((35 * (SystemCoreClock / 1000000)) + 999) / 1000) > 3) ? ((((35 * (SystemCoreClock / 1000000)) + 999) / 1000) - 3) : 1)>()'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:196:61: note: in expansion of macro 'CLOCK_HI_DELAY'
196 | FastPin<DATA_PIN>::fastset(clockdatapin, datahiclockhi); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:44,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastled_delay.h:99:65: note: candidate: 'template<int CYCLES> void delaycycles()'
99 | template<int CYCLES> __attribute__((always_inline)) inline void delaycycles() {
| ^~~~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastled_delay.h:99:65: note: template argument deduction/substitution failed:
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: error: the value of 'SystemCoreClock' is not usable in a constant expression
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:196:61: note: in expansion of macro 'CLOCK_HI_DELAY'
196 | FastPin<DATA_PIN>::fastset(clockdatapin, datahiclockhi); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: note: in template argument for type 'int'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:196:61: note: in expansion of macro 'CLOCK_HI_DELAY'
196 | FastPin<DATA_PIN>::fastset(clockdatapin, datahiclockhi); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:121:50: error: the value of 'SystemCoreClock' is not usable in a constant expression
121 | #define MIN_DELAY ((NS(35)>3) ? (NS(35) - 3) : 1)
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:42: note: in expansion of macro 'MIN_DELAY'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:201:61: note: in expansion of macro 'CLOCK_HI_DELAY'
201 | FastPin<DATA_PIN>::fastset(clockdatapin, dataloclockhi); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: error: no matching function for call to 'delaycycles<(((((35 * (SystemCoreClock / 1000000)) + 999) / 1000) > 3) ? ((((35 * (SystemCoreClock / 1000000)) + 999) / 1000) - 3) : 1)>()'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:201:61: note: in expansion of macro 'CLOCK_HI_DELAY'
201 | FastPin<DATA_PIN>::fastset(clockdatapin, dataloclockhi); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:44,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastled_delay.h:99:65: note: candidate: 'template<int CYCLES> void delaycycles()'
99 | template<int CYCLES> __attribute__((always_inline)) inline void delaycycles() {
| ^~~~~~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/fastled_delay.h:99:65: note: template argument deduction/substitution failed:
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: error: the value of 'SystemCoreClock' is not usable in a constant expression
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:201:61: note: in expansion of macro 'CLOCK_HI_DELAY'
201 | FastPin<DATA_PIN>::fastset(clockdatapin, dataloclockhi); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/fastspi.h:9,
from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:65,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:123:53: note: in template argument for type 'int'
123 | #define CLOCK_HI_DELAY do { delaycycles<MIN_DELAY>(); delaycycles<((SPI_SPEED > 10) ? (((SPI_SPEED-6) / 2) - MIN_DELAY) : (SPI_SPEED))>(); } while(0);
| ^
/home/andre/Arduino/projects/libraries/FastLED/fastspi_bitbang.h:201:61: note: in expansion of macro 'CLOCK_HI_DELAY'
201 | FastPin<DATA_PIN>::fastset(clockdatapin, dataloclockhi); CLOCK_HI_DELAY;
| ^~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h: At global scope:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:542:69: note: in expansion of macro 'C_NS'
542 | class GE8822Controller800Khz : public ClocklessController<DATA_PIN, C_NS(350), C_NS(660), C_NS(350), RGB_ORDER, 4> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:542:80: note: in expansion of macro 'C_NS'
542 | class GE8822Controller800Khz : public ClocklessController<DATA_PIN, C_NS(350), C_NS(660), C_NS(350), RGB_ORDER, 4> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:542:91: note: in expansion of macro 'C_NS'
542 | class GE8822Controller800Khz : public ClocklessController<DATA_PIN, C_NS(350), C_NS(660), C_NS(350), RGB_ORDER, 4> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:542:114: error: the value of 'SystemCoreClock' is not usable in a constant expression
542 | class GE8822Controller800Khz : public ClocklessController<DATA_PIN, C_NS(350), C_NS(660), C_NS(350), RGB_ORDER, 4> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:542:69: note: in expansion of macro 'C_NS'
542 | class GE8822Controller800Khz : public ClocklessController<DATA_PIN, C_NS(350), C_NS(660), C_NS(350), RGB_ORDER, 4> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:542:114: error: the value of 'SystemCoreClock' is not usable in a constant expression
542 | class GE8822Controller800Khz : public ClocklessController<DATA_PIN, C_NS(350), C_NS(660), C_NS(350), RGB_ORDER, 4> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:542:80: note: in expansion of macro 'C_NS'
542 | class GE8822Controller800Khz : public ClocklessController<DATA_PIN, C_NS(350), C_NS(660), C_NS(350), RGB_ORDER, 4> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:542:114: error: the value of 'SystemCoreClock' is not usable in a constant expression
542 | class GE8822Controller800Khz : public ClocklessController<DATA_PIN, C_NS(350), C_NS(660), C_NS(350), RGB_ORDER, 4> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:542:91: note: in expansion of macro 'C_NS'
542 | class GE8822Controller800Khz : public ClocklessController<DATA_PIN, C_NS(350), C_NS(660), C_NS(350), RGB_ORDER, 4> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:546:69: note: in expansion of macro 'C_NS'
546 | class GW6205Controller400Khz : public ClocklessController<DATA_PIN, C_NS(800), C_NS(800), C_NS(800), RGB_ORDER, 4> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:546:80: note: in expansion of macro 'C_NS'
546 | class GW6205Controller400Khz : public ClocklessController<DATA_PIN, C_NS(800), C_NS(800), C_NS(800), RGB_ORDER, 4> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:546:91: note: in expansion of macro 'C_NS'
546 | class GW6205Controller400Khz : public ClocklessController<DATA_PIN, C_NS(800), C_NS(800), C_NS(800), RGB_ORDER, 4> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:546:114: error: the value of 'SystemCoreClock' is not usable in a constant expression
546 | class GW6205Controller400Khz : public ClocklessController<DATA_PIN, C_NS(800), C_NS(800), C_NS(800), RGB_ORDER, 4> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:546:69: note: in expansion of macro 'C_NS'
546 | class GW6205Controller400Khz : public ClocklessController<DATA_PIN, C_NS(800), C_NS(800), C_NS(800), RGB_ORDER, 4> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:546:114: error: the value of 'SystemCoreClock' is not usable in a constant expression
546 | class GW6205Controller400Khz : public ClocklessController<DATA_PIN, C_NS(800), C_NS(800), C_NS(800), RGB_ORDER, 4> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:546:80: note: in expansion of macro 'C_NS'
546 | class GW6205Controller400Khz : public ClocklessController<DATA_PIN, C_NS(800), C_NS(800), C_NS(800), RGB_ORDER, 4> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:546:114: error: the value of 'SystemCoreClock' is not usable in a constant expression
546 | class GW6205Controller400Khz : public ClocklessController<DATA_PIN, C_NS(800), C_NS(800), C_NS(800), RGB_ORDER, 4> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:546:91: note: in expansion of macro 'C_NS'
546 | class GW6205Controller400Khz : public ClocklessController<DATA_PIN, C_NS(800), C_NS(800), C_NS(800), RGB_ORDER, 4> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:550:69: note: in expansion of macro 'C_NS'
550 | class GW6205Controller800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(400), C_NS(400), RGB_ORDER, 4> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:550:80: note: in expansion of macro 'C_NS'
550 | class GW6205Controller800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(400), C_NS(400), RGB_ORDER, 4> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:550:91: note: in expansion of macro 'C_NS'
550 | class GW6205Controller800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(400), C_NS(400), RGB_ORDER, 4> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:550:114: error: the value of 'SystemCoreClock' is not usable in a constant expression
550 | class GW6205Controller800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(400), C_NS(400), RGB_ORDER, 4> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:550:69: note: in expansion of macro 'C_NS'
550 | class GW6205Controller800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(400), C_NS(400), RGB_ORDER, 4> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:550:114: error: the value of 'SystemCoreClock' is not usable in a constant expression
550 | class GW6205Controller800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(400), C_NS(400), RGB_ORDER, 4> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:550:80: note: in expansion of macro 'C_NS'
550 | class GW6205Controller800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(400), C_NS(400), RGB_ORDER, 4> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:550:114: error: the value of 'SystemCoreClock' is not usable in a constant expression
550 | class GW6205Controller800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(400), C_NS(400), RGB_ORDER, 4> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:550:91: note: in expansion of macro 'C_NS'
550 | class GW6205Controller800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(400), C_NS(400), RGB_ORDER, 4> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:554:70: note: in expansion of macro 'C_NS'
554 | class UCS1903Controller400Khz : public ClocklessController<DATA_PIN, C_NS(500), C_NS(1500), C_NS(500), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:554:81: note: in expansion of macro 'C_NS'
554 | class UCS1903Controller400Khz : public ClocklessController<DATA_PIN, C_NS(500), C_NS(1500), C_NS(500), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:554:93: note: in expansion of macro 'C_NS'
554 | class UCS1903Controller400Khz : public ClocklessController<DATA_PIN, C_NS(500), C_NS(1500), C_NS(500), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:554:113: error: the value of 'SystemCoreClock' is not usable in a constant expression
554 | class UCS1903Controller400Khz : public ClocklessController<DATA_PIN, C_NS(500), C_NS(1500), C_NS(500), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:554:70: note: in expansion of macro 'C_NS'
554 | class UCS1903Controller400Khz : public ClocklessController<DATA_PIN, C_NS(500), C_NS(1500), C_NS(500), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:554:113: error: the value of 'SystemCoreClock' is not usable in a constant expression
554 | class UCS1903Controller400Khz : public ClocklessController<DATA_PIN, C_NS(500), C_NS(1500), C_NS(500), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:554:81: note: in expansion of macro 'C_NS'
554 | class UCS1903Controller400Khz : public ClocklessController<DATA_PIN, C_NS(500), C_NS(1500), C_NS(500), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:554:113: error: the value of 'SystemCoreClock' is not usable in a constant expression
554 | class UCS1903Controller400Khz : public ClocklessController<DATA_PIN, C_NS(500), C_NS(1500), C_NS(500), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:554:93: note: in expansion of macro 'C_NS'
554 | class UCS1903Controller400Khz : public ClocklessController<DATA_PIN, C_NS(500), C_NS(1500), C_NS(500), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:558:71: note: in expansion of macro 'C_NS'
558 | class UCS1903BController800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(450), C_NS(450), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:558:82: note: in expansion of macro 'C_NS'
558 | class UCS1903BController800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(450), C_NS(450), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:558:93: note: in expansion of macro 'C_NS'
558 | class UCS1903BController800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(450), C_NS(450), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:558:113: error: the value of 'SystemCoreClock' is not usable in a constant expression
558 | class UCS1903BController800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(450), C_NS(450), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:558:71: note: in expansion of macro 'C_NS'
558 | class UCS1903BController800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(450), C_NS(450), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:558:113: error: the value of 'SystemCoreClock' is not usable in a constant expression
558 | class UCS1903BController800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(450), C_NS(450), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:558:82: note: in expansion of macro 'C_NS'
558 | class UCS1903BController800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(450), C_NS(450), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:558:113: error: the value of 'SystemCoreClock' is not usable in a constant expression
558 | class UCS1903BController800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(450), C_NS(450), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:558:93: note: in expansion of macro 'C_NS'
558 | class UCS1903BController800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(450), C_NS(450), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:562:70: note: in expansion of macro 'C_NS'
562 | class UCS1904Controller800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(400), C_NS(450), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:562:81: note: in expansion of macro 'C_NS'
562 | class UCS1904Controller800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(400), C_NS(450), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:562:92: note: in expansion of macro 'C_NS'
562 | class UCS1904Controller800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(400), C_NS(450), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:562:112: error: the value of 'SystemCoreClock' is not usable in a constant expression
562 | class UCS1904Controller800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(400), C_NS(450), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:562:70: note: in expansion of macro 'C_NS'
562 | class UCS1904Controller800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(400), C_NS(450), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:562:112: error: the value of 'SystemCoreClock' is not usable in a constant expression
562 | class UCS1904Controller800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(400), C_NS(450), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:562:81: note: in expansion of macro 'C_NS'
562 | class UCS1904Controller800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(400), C_NS(450), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:562:112: error: the value of 'SystemCoreClock' is not usable in a constant expression
562 | class UCS1904Controller800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(400), C_NS(450), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:562:92: note: in expansion of macro 'C_NS'
562 | class UCS1904Controller800Khz : public ClocklessController<DATA_PIN, C_NS(400), C_NS(400), C_NS(450), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:566:64: note: in expansion of macro 'C_NS'
566 | class UCS2903Controller : public ClocklessController<DATA_PIN, C_NS(250), C_NS(750), C_NS(250), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:566:75: note: in expansion of macro 'C_NS'
566 | class UCS2903Controller : public ClocklessController<DATA_PIN, C_NS(250), C_NS(750), C_NS(250), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:566:86: note: in expansion of macro 'C_NS'
566 | class UCS2903Controller : public ClocklessController<DATA_PIN, C_NS(250), C_NS(750), C_NS(250), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:566:106: error: the value of 'SystemCoreClock' is not usable in a constant expression
566 | class UCS2903Controller : public ClocklessController<DATA_PIN, C_NS(250), C_NS(750), C_NS(250), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:566:64: note: in expansion of macro 'C_NS'
566 | class UCS2903Controller : public ClocklessController<DATA_PIN, C_NS(250), C_NS(750), C_NS(250), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:566:106: error: the value of 'SystemCoreClock' is not usable in a constant expression
566 | class UCS2903Controller : public ClocklessController<DATA_PIN, C_NS(250), C_NS(750), C_NS(250), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:566:75: note: in expansion of macro 'C_NS'
566 | class UCS2903Controller : public ClocklessController<DATA_PIN, C_NS(250), C_NS(750), C_NS(250), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:566:106: error: the value of 'SystemCoreClock' is not usable in a constant expression
566 | class UCS2903Controller : public ClocklessController<DATA_PIN, C_NS(250), C_NS(750), C_NS(250), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:566:86: note: in expansion of macro 'C_NS'
566 | class UCS2903Controller : public ClocklessController<DATA_PIN, C_NS(250), C_NS(750), C_NS(250), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:570:69: note: in expansion of macro 'C_NS'
570 | class TM1809Controller800Khz : public ClocklessController<DATA_PIN, C_NS(350), C_NS(350), C_NS(450), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:570:80: note: in expansion of macro 'C_NS'
570 | class TM1809Controller800Khz : public ClocklessController<DATA_PIN, C_NS(350), C_NS(350), C_NS(450), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:570:91: note: in expansion of macro 'C_NS'
570 | class TM1809Controller800Khz : public ClocklessController<DATA_PIN, C_NS(350), C_NS(350), C_NS(450), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:570:111: error: the value of 'SystemCoreClock' is not usable in a constant expression
570 | class TM1809Controller800Khz : public ClocklessController<DATA_PIN, C_NS(350), C_NS(350), C_NS(450), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:570:69: note: in expansion of macro 'C_NS'
570 | class TM1809Controller800Khz : public ClocklessController<DATA_PIN, C_NS(350), C_NS(350), C_NS(450), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:570:111: error: the value of 'SystemCoreClock' is not usable in a constant expression
570 | class TM1809Controller800Khz : public ClocklessController<DATA_PIN, C_NS(350), C_NS(350), C_NS(450), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:570:80: note: in expansion of macro 'C_NS'
570 | class TM1809Controller800Khz : public ClocklessController<DATA_PIN, C_NS(350), C_NS(350), C_NS(450), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:570:111: error: the value of 'SystemCoreClock' is not usable in a constant expression
570 | class TM1809Controller800Khz : public ClocklessController<DATA_PIN, C_NS(350), C_NS(350), C_NS(450), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:570:91: note: in expansion of macro 'C_NS'
570 | class TM1809Controller800Khz : public ClocklessController<DATA_PIN, C_NS(350), C_NS(350), C_NS(450), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:574:69: note: in expansion of macro 'C_NS'
574 | class WS2811Controller800Khz : public ClocklessController<DATA_PIN, C_NS(320), C_NS(320), C_NS(640), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:574:80: note: in expansion of macro 'C_NS'
574 | class WS2811Controller800Khz : public ClocklessController<DATA_PIN, C_NS(320), C_NS(320), C_NS(640), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:574:91: note: in expansion of macro 'C_NS'
574 | class WS2811Controller800Khz : public ClocklessController<DATA_PIN, C_NS(320), C_NS(320), C_NS(640), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:574:111: error: the value of 'SystemCoreClock' is not usable in a constant expression
574 | class WS2811Controller800Khz : public ClocklessController<DATA_PIN, C_NS(320), C_NS(320), C_NS(640), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:574:69: note: in expansion of macro 'C_NS'
574 | class WS2811Controller800Khz : public ClocklessController<DATA_PIN, C_NS(320), C_NS(320), C_NS(640), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:574:111: error: the value of 'SystemCoreClock' is not usable in a constant expression
574 | class WS2811Controller800Khz : public ClocklessController<DATA_PIN, C_NS(320), C_NS(320), C_NS(640), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:574:80: note: in expansion of macro 'C_NS'
574 | class WS2811Controller800Khz : public ClocklessController<DATA_PIN, C_NS(320), C_NS(320), C_NS(640), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:574:111: error: the value of 'SystemCoreClock' is not usable in a constant expression
574 | class WS2811Controller800Khz : public ClocklessController<DATA_PIN, C_NS(320), C_NS(320), C_NS(640), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:574:91: note: in expansion of macro 'C_NS'
574 | class WS2811Controller800Khz : public ClocklessController<DATA_PIN, C_NS(320), C_NS(320), C_NS(640), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:578:63: note: in expansion of macro 'C_NS'
578 | class WS2813Controller : public ClocklessController<DATA_PIN, C_NS(320), C_NS(320), C_NS(640), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:578:74: note: in expansion of macro 'C_NS'
578 | class WS2813Controller : public ClocklessController<DATA_PIN, C_NS(320), C_NS(320), C_NS(640), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:578:85: note: in expansion of macro 'C_NS'
578 | class WS2813Controller : public ClocklessController<DATA_PIN, C_NS(320), C_NS(320), C_NS(640), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:578:105: error: the value of 'SystemCoreClock' is not usable in a constant expression
578 | class WS2813Controller : public ClocklessController<DATA_PIN, C_NS(320), C_NS(320), C_NS(640), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:578:63: note: in expansion of macro 'C_NS'
578 | class WS2813Controller : public ClocklessController<DATA_PIN, C_NS(320), C_NS(320), C_NS(640), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:578:105: error: the value of 'SystemCoreClock' is not usable in a constant expression
578 | class WS2813Controller : public ClocklessController<DATA_PIN, C_NS(320), C_NS(320), C_NS(640), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:578:74: note: in expansion of macro 'C_NS'
578 | class WS2813Controller : public ClocklessController<DATA_PIN, C_NS(320), C_NS(320), C_NS(640), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:578:105: error: the value of 'SystemCoreClock' is not usable in a constant expression
578 | class WS2813Controller : public ClocklessController<DATA_PIN, C_NS(320), C_NS(320), C_NS(640), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:578:85: note: in expansion of macro 'C_NS'
578 | class WS2813Controller : public ClocklessController<DATA_PIN, C_NS(320), C_NS(320), C_NS(640), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:582:69: note: in expansion of macro 'C_NS'
582 | class WS2812Controller800Khz : public ClocklessController<DATA_PIN, C_NS(250), C_NS(625), C_NS(375), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:582:80: note: in expansion of macro 'C_NS'
582 | class WS2812Controller800Khz : public ClocklessController<DATA_PIN, C_NS(250), C_NS(625), C_NS(375), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:582:91: note: in expansion of macro 'C_NS'
582 | class WS2812Controller800Khz : public ClocklessController<DATA_PIN, C_NS(250), C_NS(625), C_NS(375), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:582:111: error: the value of 'SystemCoreClock' is not usable in a constant expression
582 | class WS2812Controller800Khz : public ClocklessController<DATA_PIN, C_NS(250), C_NS(625), C_NS(375), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:582:69: note: in expansion of macro 'C_NS'
582 | class WS2812Controller800Khz : public ClocklessController<DATA_PIN, C_NS(250), C_NS(625), C_NS(375), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:582:111: error: the value of 'SystemCoreClock' is not usable in a constant expression
582 | class WS2812Controller800Khz : public ClocklessController<DATA_PIN, C_NS(250), C_NS(625), C_NS(375), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:582:80: note: in expansion of macro 'C_NS'
582 | class WS2812Controller800Khz : public ClocklessController<DATA_PIN, C_NS(250), C_NS(625), C_NS(375), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:582:111: error: the value of 'SystemCoreClock' is not usable in a constant expression
582 | class WS2812Controller800Khz : public ClocklessController<DATA_PIN, C_NS(250), C_NS(625), C_NS(375), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:582:91: note: in expansion of macro 'C_NS'
582 | class WS2812Controller800Khz : public ClocklessController<DATA_PIN, C_NS(250), C_NS(625), C_NS(375), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:586:69: note: in expansion of macro 'C_NS'
586 | class WS2811Controller400Khz : public ClocklessController<DATA_PIN, C_NS(800), C_NS(800), C_NS(900), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:586:80: note: in expansion of macro 'C_NS'
586 | class WS2811Controller400Khz : public ClocklessController<DATA_PIN, C_NS(800), C_NS(800), C_NS(900), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:586:91: note: in expansion of macro 'C_NS'
586 | class WS2811Controller400Khz : public ClocklessController<DATA_PIN, C_NS(800), C_NS(800), C_NS(900), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:586:111: error: the value of 'SystemCoreClock' is not usable in a constant expression
586 | class WS2811Controller400Khz : public ClocklessController<DATA_PIN, C_NS(800), C_NS(800), C_NS(900), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:586:69: note: in expansion of macro 'C_NS'
586 | class WS2811Controller400Khz : public ClocklessController<DATA_PIN, C_NS(800), C_NS(800), C_NS(900), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:586:111: error: the value of 'SystemCoreClock' is not usable in a constant expression
586 | class WS2811Controller400Khz : public ClocklessController<DATA_PIN, C_NS(800), C_NS(800), C_NS(900), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:586:80: note: in expansion of macro 'C_NS'
586 | class WS2811Controller400Khz : public ClocklessController<DATA_PIN, C_NS(800), C_NS(800), C_NS(900), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:586:111: error: the value of 'SystemCoreClock' is not usable in a constant expression
586 | class WS2811Controller400Khz : public ClocklessController<DATA_PIN, C_NS(800), C_NS(800), C_NS(900), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:586:91: note: in expansion of macro 'C_NS'
586 | class WS2811Controller400Khz : public ClocklessController<DATA_PIN, C_NS(800), C_NS(800), C_NS(900), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:590:69: note: in expansion of macro 'C_NS'
590 | class TM1803Controller400Khz : public ClocklessController<DATA_PIN, C_NS(700), C_NS(1100), C_NS(700), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:590:80: note: in expansion of macro 'C_NS'
590 | class TM1803Controller400Khz : public ClocklessController<DATA_PIN, C_NS(700), C_NS(1100), C_NS(700), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:590:92: note: in expansion of macro 'C_NS'
590 | class TM1803Controller400Khz : public ClocklessController<DATA_PIN, C_NS(700), C_NS(1100), C_NS(700), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:590:112: error: the value of 'SystemCoreClock' is not usable in a constant expression
590 | class TM1803Controller400Khz : public ClocklessController<DATA_PIN, C_NS(700), C_NS(1100), C_NS(700), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:590:69: note: in expansion of macro 'C_NS'
590 | class TM1803Controller400Khz : public ClocklessController<DATA_PIN, C_NS(700), C_NS(1100), C_NS(700), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:590:112: error: the value of 'SystemCoreClock' is not usable in a constant expression
590 | class TM1803Controller400Khz : public ClocklessController<DATA_PIN, C_NS(700), C_NS(1100), C_NS(700), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:590:80: note: in expansion of macro 'C_NS'
590 | class TM1803Controller400Khz : public ClocklessController<DATA_PIN, C_NS(700), C_NS(1100), C_NS(700), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:590:112: error: the value of 'SystemCoreClock' is not usable in a constant expression
590 | class TM1803Controller400Khz : public ClocklessController<DATA_PIN, C_NS(700), C_NS(1100), C_NS(700), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:590:92: note: in expansion of macro 'C_NS'
590 | class TM1803Controller400Khz : public ClocklessController<DATA_PIN, C_NS(700), C_NS(1100), C_NS(700), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:593:69: note: in expansion of macro 'C_NS'
593 | class TM1829Controller800Khz : public ClocklessController<DATA_PIN, C_NS(340), C_NS(340), C_NS(550), RGB_ORDER, 0, true, 500> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:593:80: note: in expansion of macro 'C_NS'
593 | class TM1829Controller800Khz : public ClocklessController<DATA_PIN, C_NS(340), C_NS(340), C_NS(550), RGB_ORDER, 0, true, 500> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:593:91: note: in expansion of macro 'C_NS'
593 | class TM1829Controller800Khz : public ClocklessController<DATA_PIN, C_NS(340), C_NS(340), C_NS(550), RGB_ORDER, 0, true, 500> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:593:125: error: the value of 'SystemCoreClock' is not usable in a constant expression
593 | class TM1829Controller800Khz : public ClocklessController<DATA_PIN, C_NS(340), C_NS(340), C_NS(550), RGB_ORDER, 0, true, 500> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:593:69: note: in expansion of macro 'C_NS'
593 | class TM1829Controller800Khz : public ClocklessController<DATA_PIN, C_NS(340), C_NS(340), C_NS(550), RGB_ORDER, 0, true, 500> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:593:125: error: the value of 'SystemCoreClock' is not usable in a constant expression
593 | class TM1829Controller800Khz : public ClocklessController<DATA_PIN, C_NS(340), C_NS(340), C_NS(550), RGB_ORDER, 0, true, 500> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:593:80: note: in expansion of macro 'C_NS'
593 | class TM1829Controller800Khz : public ClocklessController<DATA_PIN, C_NS(340), C_NS(340), C_NS(550), RGB_ORDER, 0, true, 500> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:593:125: error: the value of 'SystemCoreClock' is not usable in a constant expression
593 | class TM1829Controller800Khz : public ClocklessController<DATA_PIN, C_NS(340), C_NS(340), C_NS(550), RGB_ORDER, 0, true, 500> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:593:91: note: in expansion of macro 'C_NS'
593 | class TM1829Controller800Khz : public ClocklessController<DATA_PIN, C_NS(340), C_NS(340), C_NS(550), RGB_ORDER, 0, true, 500> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:596:70: note: in expansion of macro 'C_NS'
596 | class TM1829Controller1600Khz : public ClocklessController<DATA_PIN, C_NS(100), C_NS(300), C_NS(200), RGB_ORDER, 0, true, 500> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:596:81: note: in expansion of macro 'C_NS'
596 | class TM1829Controller1600Khz : public ClocklessController<DATA_PIN, C_NS(100), C_NS(300), C_NS(200), RGB_ORDER, 0, true, 500> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:596:92: note: in expansion of macro 'C_NS'
596 | class TM1829Controller1600Khz : public ClocklessController<DATA_PIN, C_NS(100), C_NS(300), C_NS(200), RGB_ORDER, 0, true, 500> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:596:126: error: the value of 'SystemCoreClock' is not usable in a constant expression
596 | class TM1829Controller1600Khz : public ClocklessController<DATA_PIN, C_NS(100), C_NS(300), C_NS(200), RGB_ORDER, 0, true, 500> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:596:70: note: in expansion of macro 'C_NS'
596 | class TM1829Controller1600Khz : public ClocklessController<DATA_PIN, C_NS(100), C_NS(300), C_NS(200), RGB_ORDER, 0, true, 500> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:596:126: error: the value of 'SystemCoreClock' is not usable in a constant expression
596 | class TM1829Controller1600Khz : public ClocklessController<DATA_PIN, C_NS(100), C_NS(300), C_NS(200), RGB_ORDER, 0, true, 500> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:596:81: note: in expansion of macro 'C_NS'
596 | class TM1829Controller1600Khz : public ClocklessController<DATA_PIN, C_NS(100), C_NS(300), C_NS(200), RGB_ORDER, 0, true, 500> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:596:126: error: the value of 'SystemCoreClock' is not usable in a constant expression
596 | class TM1829Controller1600Khz : public ClocklessController<DATA_PIN, C_NS(100), C_NS(300), C_NS(200), RGB_ORDER, 0, true, 500> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:596:92: note: in expansion of macro 'C_NS'
596 | class TM1829Controller1600Khz : public ClocklessController<DATA_PIN, C_NS(100), C_NS(300), C_NS(200), RGB_ORDER, 0, true, 500> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:599:71: note: in expansion of macro 'C_NS'
599 | class LPD1886Controller1250Khz : public ClocklessController<DATA_PIN, C_NS(200), C_NS(400), C_NS(200), RGB_ORDER, 4> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:599:82: note: in expansion of macro 'C_NS'
599 | class LPD1886Controller1250Khz : public ClocklessController<DATA_PIN, C_NS(200), C_NS(400), C_NS(200), RGB_ORDER, 4> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:599:93: note: in expansion of macro 'C_NS'
599 | class LPD1886Controller1250Khz : public ClocklessController<DATA_PIN, C_NS(200), C_NS(400), C_NS(200), RGB_ORDER, 4> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:599:116: error: the value of 'SystemCoreClock' is not usable in a constant expression
599 | class LPD1886Controller1250Khz : public ClocklessController<DATA_PIN, C_NS(200), C_NS(400), C_NS(200), RGB_ORDER, 4> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:599:71: note: in expansion of macro 'C_NS'
599 | class LPD1886Controller1250Khz : public ClocklessController<DATA_PIN, C_NS(200), C_NS(400), C_NS(200), RGB_ORDER, 4> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:599:116: error: the value of 'SystemCoreClock' is not usable in a constant expression
599 | class LPD1886Controller1250Khz : public ClocklessController<DATA_PIN, C_NS(200), C_NS(400), C_NS(200), RGB_ORDER, 4> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:599:82: note: in expansion of macro 'C_NS'
599 | class LPD1886Controller1250Khz : public ClocklessController<DATA_PIN, C_NS(200), C_NS(400), C_NS(200), RGB_ORDER, 4> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:599:116: error: the value of 'SystemCoreClock' is not usable in a constant expression
599 | class LPD1886Controller1250Khz : public ClocklessController<DATA_PIN, C_NS(200), C_NS(400), C_NS(200), RGB_ORDER, 4> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:599:93: note: in expansion of macro 'C_NS'
599 | class LPD1886Controller1250Khz : public ClocklessController<DATA_PIN, C_NS(200), C_NS(400), C_NS(200), RGB_ORDER, 4> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:602:76: note: in expansion of macro 'C_NS'
602 | class LPD1886Controller1250Khz_8bit : public ClocklessController<DATA_PIN, C_NS(200), C_NS(400), C_NS(200), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:602:87: note: in expansion of macro 'C_NS'
602 | class LPD1886Controller1250Khz_8bit : public ClocklessController<DATA_PIN, C_NS(200), C_NS(400), C_NS(200), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:602:98: note: in expansion of macro 'C_NS'
602 | class LPD1886Controller1250Khz_8bit : public ClocklessController<DATA_PIN, C_NS(200), C_NS(400), C_NS(200), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:602:118: error: the value of 'SystemCoreClock' is not usable in a constant expression
602 | class LPD1886Controller1250Khz_8bit : public ClocklessController<DATA_PIN, C_NS(200), C_NS(400), C_NS(200), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:602:76: note: in expansion of macro 'C_NS'
602 | class LPD1886Controller1250Khz_8bit : public ClocklessController<DATA_PIN, C_NS(200), C_NS(400), C_NS(200), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:602:118: error: the value of 'SystemCoreClock' is not usable in a constant expression
602 | class LPD1886Controller1250Khz_8bit : public ClocklessController<DATA_PIN, C_NS(200), C_NS(400), C_NS(200), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:602:87: note: in expansion of macro 'C_NS'
602 | class LPD1886Controller1250Khz_8bit : public ClocklessController<DATA_PIN, C_NS(200), C_NS(400), C_NS(200), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:602:118: error: the value of 'SystemCoreClock' is not usable in a constant expression
602 | class LPD1886Controller1250Khz_8bit : public ClocklessController<DATA_PIN, C_NS(200), C_NS(400), C_NS(200), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:602:98: note: in expansion of macro 'C_NS'
602 | class LPD1886Controller1250Khz_8bit : public ClocklessController<DATA_PIN, C_NS(200), C_NS(400), C_NS(200), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:606:63: note: in expansion of macro 'C_NS'
606 | class SK6822Controller : public ClocklessController<DATA_PIN, C_NS(375), C_NS(1000), C_NS(375), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:606:74: note: in expansion of macro 'C_NS'
606 | class SK6822Controller : public ClocklessController<DATA_PIN, C_NS(375), C_NS(1000), C_NS(375), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:606:86: note: in expansion of macro 'C_NS'
606 | class SK6822Controller : public ClocklessController<DATA_PIN, C_NS(375), C_NS(1000), C_NS(375), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:606:106: error: the value of 'SystemCoreClock' is not usable in a constant expression
606 | class SK6822Controller : public ClocklessController<DATA_PIN, C_NS(375), C_NS(1000), C_NS(375), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:606:63: note: in expansion of macro 'C_NS'
606 | class SK6822Controller : public ClocklessController<DATA_PIN, C_NS(375), C_NS(1000), C_NS(375), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:606:106: error: the value of 'SystemCoreClock' is not usable in a constant expression
606 | class SK6822Controller : public ClocklessController<DATA_PIN, C_NS(375), C_NS(1000), C_NS(375), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:606:74: note: in expansion of macro 'C_NS'
606 | class SK6822Controller : public ClocklessController<DATA_PIN, C_NS(375), C_NS(1000), C_NS(375), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:606:106: error: the value of 'SystemCoreClock' is not usable in a constant expression
606 | class SK6822Controller : public ClocklessController<DATA_PIN, C_NS(375), C_NS(1000), C_NS(375), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:606:86: note: in expansion of macro 'C_NS'
606 | class SK6822Controller : public ClocklessController<DATA_PIN, C_NS(375), C_NS(1000), C_NS(375), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:609:63: note: in expansion of macro 'C_NS'
609 | class SK6812Controller : public ClocklessController<DATA_PIN, C_NS(300), C_NS(300), C_NS(600), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:609:74: note: in expansion of macro 'C_NS'
609 | class SK6812Controller : public ClocklessController<DATA_PIN, C_NS(300), C_NS(300), C_NS(600), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:609:85: note: in expansion of macro 'C_NS'
609 | class SK6812Controller : public ClocklessController<DATA_PIN, C_NS(300), C_NS(300), C_NS(600), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:609:105: error: the value of 'SystemCoreClock' is not usable in a constant expression
609 | class SK6812Controller : public ClocklessController<DATA_PIN, C_NS(300), C_NS(300), C_NS(600), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:609:63: note: in expansion of macro 'C_NS'
609 | class SK6812Controller : public ClocklessController<DATA_PIN, C_NS(300), C_NS(300), C_NS(600), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:609:105: error: the value of 'SystemCoreClock' is not usable in a constant expression
609 | class SK6812Controller : public ClocklessController<DATA_PIN, C_NS(300), C_NS(300), C_NS(600), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:609:74: note: in expansion of macro 'C_NS'
609 | class SK6812Controller : public ClocklessController<DATA_PIN, C_NS(300), C_NS(300), C_NS(600), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:609:105: error: the value of 'SystemCoreClock' is not usable in a constant expression
609 | class SK6812Controller : public ClocklessController<DATA_PIN, C_NS(300), C_NS(300), C_NS(600), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:609:85: note: in expansion of macro 'C_NS'
609 | class SK6812Controller : public ClocklessController<DATA_PIN, C_NS(300), C_NS(300), C_NS(600), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:612:64: note: in expansion of macro 'C_NS'
612 | class SM16703Controller : public ClocklessController<DATA_PIN, C_NS(300), C_NS(600), C_NS(300), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:612:75: note: in expansion of macro 'C_NS'
612 | class SM16703Controller : public ClocklessController<DATA_PIN, C_NS(300), C_NS(600), C_NS(300), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:612:86: note: in expansion of macro 'C_NS'
612 | class SM16703Controller : public ClocklessController<DATA_PIN, C_NS(300), C_NS(600), C_NS(300), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:612:106: error: the value of 'SystemCoreClock' is not usable in a constant expression
612 | class SM16703Controller : public ClocklessController<DATA_PIN, C_NS(300), C_NS(600), C_NS(300), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:612:64: note: in expansion of macro 'C_NS'
612 | class SM16703Controller : public ClocklessController<DATA_PIN, C_NS(300), C_NS(600), C_NS(300), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:612:106: error: the value of 'SystemCoreClock' is not usable in a constant expression
612 | class SM16703Controller : public ClocklessController<DATA_PIN, C_NS(300), C_NS(600), C_NS(300), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:612:75: note: in expansion of macro 'C_NS'
612 | class SM16703Controller : public ClocklessController<DATA_PIN, C_NS(300), C_NS(600), C_NS(300), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:612:106: error: the value of 'SystemCoreClock' is not usable in a constant expression
612 | class SM16703Controller : public ClocklessController<DATA_PIN, C_NS(300), C_NS(600), C_NS(300), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:612:86: note: in expansion of macro 'C_NS'
612 | class SM16703Controller : public ClocklessController<DATA_PIN, C_NS(300), C_NS(600), C_NS(300), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:615:63: note: in expansion of macro 'C_NS'
615 | class PL9823Controller : public ClocklessController<DATA_PIN, C_NS(350), C_NS(1010), C_NS(350), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:615:74: note: in expansion of macro 'C_NS'
615 | class PL9823Controller : public ClocklessController<DATA_PIN, C_NS(350), C_NS(1010), C_NS(350), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:77: error: the value of 'SystemCoreClock' is not usable in a constant expression
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ^
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:615:86: note: in expansion of macro 'C_NS'
615 | class PL9823Controller : public ClocklessController<DATA_PIN, C_NS(350), C_NS(1010), C_NS(350), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:615:106: error: the value of 'SystemCoreClock' is not usable in a constant expression
615 | class PL9823Controller : public ClocklessController<DATA_PIN, C_NS(350), C_NS(1010), C_NS(350), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:615:63: note: in expansion of macro 'C_NS'
615 | class PL9823Controller : public ClocklessController<DATA_PIN, C_NS(350), C_NS(1010), C_NS(350), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:615:106: error: the value of 'SystemCoreClock' is not usable in a constant expression
615 | class PL9823Controller : public ClocklessController<DATA_PIN, C_NS(350), C_NS(1010), C_NS(350), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:615:74: note: in expansion of macro 'C_NS'
615 | class PL9823Controller : public ClocklessController<DATA_PIN, C_NS(350), C_NS(1010), C_NS(350), RGB_ORDER> {};
| ^~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:615:106: error: the value of 'SystemCoreClock' is not usable in a constant expression
615 | class PL9823Controller : public ClocklessController<DATA_PIN, C_NS(350), C_NS(1010), C_NS(350), RGB_ORDER> {};
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/libraries/FastLED/FastLED.h:66,
from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:537:71: note: in template argument for type 'int'
537 | #define C_NS(_NS) (((_NS * ((CLOCKLESS_FREQUENCY / 1000000L)) + 999)) / 1000)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/chipsets.h:615:86: note: in expansion of macro 'C_NS'
615 | class PL9823Controller : public ClocklessController<DATA_PIN, C_NS(350), C_NS(1010), C_NS(350), RGB_ORDER> {};
| ^~~~
In file included from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h: In static member function 'static CLEDController& CFastLED::addLeds(CRGB*, int, int)':
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:239:64: error: the value of 'SystemCoreClock' is not usable in a constant expression
239 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:239:64: note: in template argument for type 'long unsigned int'
239 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:239:122: error: no matching function for call to 'CFastLED::addLeds(int*, CRGB*&, int&, int&)'
239 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:25: note: candidate: 'static CLEDController& CFastLED::addLeds(CLEDController*, CRGB*, int, int)'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:49: note: no known conversion for argument 1 from 'int*' to 'CLEDController*'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ~~~~~~~~~~~~~~~~^~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> CLEDController& CFastLED::addLeds(CRGB*, int, int)'
223 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE > CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:239:122: note: candidate expects 3 arguments, 4 provided
239 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
237 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:239:122: note: candidate expects 3 arguments, 4 provided
239 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
251 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:239:122: note: candidate expects 3 arguments, 4 provided
239 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: candidate: 'template<ESPIChipsets CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
266 | template<ESPIChipsets CHIPSET> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:239:122: note: candidate expects 3 arguments, 4 provided
239 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
270 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:239:122: note: candidate expects 3 arguments, 4 provided
239 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
274 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:239:122: note: candidate expects 3 arguments, 4 provided
239 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
301 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:239:122: note: candidate expects 3 arguments, 4 provided
239 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
307 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:239:122: note: candidate expects 3 arguments, 4 provided
239 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: candidate: 'template<template<unsigned char DATA_PIN> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
313 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:239:122: note: candidate expects 3 arguments, 4 provided
239 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
357 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:239:122: note: candidate expects 3 arguments, 4 provided
239 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
363 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:239:122: note: candidate expects 3 arguments, 4 provided
239 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:240:64: error: the value of 'SystemCoreClock' is not usable in a constant expression
240 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:240:64: note: in template argument for type 'long unsigned int'
240 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:240:122: error: no matching function for call to 'CFastLED::addLeds(int*, CRGB*&, int&, int&)'
240 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:25: note: candidate: 'static CLEDController& CFastLED::addLeds(CLEDController*, CRGB*, int, int)'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:49: note: no known conversion for argument 1 from 'int*' to 'CLEDController*'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ~~~~~~~~~~~~~~~~^~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> CLEDController& CFastLED::addLeds(CRGB*, int, int)'
223 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE > CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:240:122: note: candidate expects 3 arguments, 4 provided
240 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
237 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:240:122: note: candidate expects 3 arguments, 4 provided
240 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
251 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:240:122: note: candidate expects 3 arguments, 4 provided
240 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: candidate: 'template<ESPIChipsets CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
266 | template<ESPIChipsets CHIPSET> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:240:122: note: candidate expects 3 arguments, 4 provided
240 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
270 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:240:122: note: candidate expects 3 arguments, 4 provided
240 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
274 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:240:122: note: candidate expects 3 arguments, 4 provided
240 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
301 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:240:122: note: candidate expects 3 arguments, 4 provided
240 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
307 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:240:122: note: candidate expects 3 arguments, 4 provided
240 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: candidate: 'template<template<unsigned char DATA_PIN> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
313 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:240:122: note: candidate expects 3 arguments, 4 provided
240 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
357 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:240:122: note: candidate expects 3 arguments, 4 provided
240 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
363 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:240:122: note: candidate expects 3 arguments, 4 provided
240 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:241:62: error: the value of 'SystemCoreClock' is not usable in a constant expression
241 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:241:62: note: in template argument for type 'long unsigned int'
241 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:241:120: error: no matching function for call to 'CFastLED::addLeds(int*, CRGB*&, int&, int&)'
241 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:25: note: candidate: 'static CLEDController& CFastLED::addLeds(CLEDController*, CRGB*, int, int)'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:49: note: no known conversion for argument 1 from 'int*' to 'CLEDController*'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ~~~~~~~~~~~~~~~~^~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> CLEDController& CFastLED::addLeds(CRGB*, int, int)'
223 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE > CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:241:120: note: candidate expects 3 arguments, 4 provided
241 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
237 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:241:120: note: candidate expects 3 arguments, 4 provided
241 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
251 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:241:120: note: candidate expects 3 arguments, 4 provided
241 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: candidate: 'template<ESPIChipsets CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
266 | template<ESPIChipsets CHIPSET> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:241:120: note: candidate expects 3 arguments, 4 provided
241 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
270 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:241:120: note: candidate expects 3 arguments, 4 provided
241 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
274 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:241:120: note: candidate expects 3 arguments, 4 provided
241 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
301 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:241:120: note: candidate expects 3 arguments, 4 provided
241 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
307 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:241:120: note: candidate expects 3 arguments, 4 provided
241 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: candidate: 'template<template<unsigned char DATA_PIN> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
313 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:241:120: note: candidate expects 3 arguments, 4 provided
241 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
357 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:241:120: note: candidate expects 3 arguments, 4 provided
241 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
363 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:241:120: note: candidate expects 3 arguments, 4 provided
241 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:242:62: error: the value of 'SystemCoreClock' is not usable in a constant expression
242 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:242:62: note: in template argument for type 'long unsigned int'
242 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:242:120: error: no matching function for call to 'CFastLED::addLeds(int*, CRGB*&, int&, int&)'
242 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:25: note: candidate: 'static CLEDController& CFastLED::addLeds(CLEDController*, CRGB*, int, int)'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:49: note: no known conversion for argument 1 from 'int*' to 'CLEDController*'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ~~~~~~~~~~~~~~~~^~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> CLEDController& CFastLED::addLeds(CRGB*, int, int)'
223 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE > CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:242:120: note: candidate expects 3 arguments, 4 provided
242 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
237 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:242:120: note: candidate expects 3 arguments, 4 provided
242 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
251 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:242:120: note: candidate expects 3 arguments, 4 provided
242 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: candidate: 'template<ESPIChipsets CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
266 | template<ESPIChipsets CHIPSET> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:242:120: note: candidate expects 3 arguments, 4 provided
242 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
270 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:242:120: note: candidate expects 3 arguments, 4 provided
242 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
274 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:242:120: note: candidate expects 3 arguments, 4 provided
242 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
301 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:242:120: note: candidate expects 3 arguments, 4 provided
242 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
307 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:242:120: note: candidate expects 3 arguments, 4 provided
242 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: candidate: 'template<template<unsigned char DATA_PIN> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
313 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:242:120: note: candidate expects 3 arguments, 4 provided
242 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
357 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:242:120: note: candidate expects 3 arguments, 4 provided
242 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
363 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:242:120: note: candidate expects 3 arguments, 4 provided
242 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:243:64: error: the value of 'SystemCoreClock' is not usable in a constant expression
243 | case SM16716: { static SM16716Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:243:64: note: in template argument for type 'long unsigned int'
243 | case SM16716: { static SM16716Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:243:122: error: no matching function for call to 'CFastLED::addLeds(int*, CRGB*&, int&, int&)'
243 | case SM16716: { static SM16716Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:25: note: candidate: 'static CLEDController& CFastLED::addLeds(CLEDController*, CRGB*, int, int)'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:49: note: no known conversion for argument 1 from 'int*' to 'CLEDController*'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ~~~~~~~~~~~~~~~~^~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> CLEDController& CFastLED::addLeds(CRGB*, int, int)'
223 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE > CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:243:122: note: candidate expects 3 arguments, 4 provided
243 | case SM16716: { static SM16716Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
237 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:243:122: note: candidate expects 3 arguments, 4 provided
243 | case SM16716: { static SM16716Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
251 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:243:122: note: candidate expects 3 arguments, 4 provided
243 | case SM16716: { static SM16716Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: candidate: 'template<ESPIChipsets CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
266 | template<ESPIChipsets CHIPSET> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:243:122: note: candidate expects 3 arguments, 4 provided
243 | case SM16716: { static SM16716Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
270 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:243:122: note: candidate expects 3 arguments, 4 provided
243 | case SM16716: { static SM16716Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
274 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:243:122: note: candidate expects 3 arguments, 4 provided
243 | case SM16716: { static SM16716Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
301 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:243:122: note: candidate expects 3 arguments, 4 provided
243 | case SM16716: { static SM16716Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
307 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:243:122: note: candidate expects 3 arguments, 4 provided
243 | case SM16716: { static SM16716Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: candidate: 'template<template<unsigned char DATA_PIN> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
313 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:243:122: note: candidate expects 3 arguments, 4 provided
243 | case SM16716: { static SM16716Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
357 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:243:122: note: candidate expects 3 arguments, 4 provided
243 | case SM16716: { static SM16716Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
363 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:243:122: note: candidate expects 3 arguments, 4 provided
243 | case SM16716: { static SM16716Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:244:60: error: the value of 'SystemCoreClock' is not usable in a constant expression
244 | case P9813: { static P9813Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:244:60: note: in template argument for type 'long unsigned int'
244 | case P9813: { static P9813Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:244:118: error: no matching function for call to 'CFastLED::addLeds(int*, CRGB*&, int&, int&)'
244 | case P9813: { static P9813Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:25: note: candidate: 'static CLEDController& CFastLED::addLeds(CLEDController*, CRGB*, int, int)'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:49: note: no known conversion for argument 1 from 'int*' to 'CLEDController*'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ~~~~~~~~~~~~~~~~^~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> CLEDController& CFastLED::addLeds(CRGB*, int, int)'
223 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE > CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:244:118: note: candidate expects 3 arguments, 4 provided
244 | case P9813: { static P9813Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
237 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:244:118: note: candidate expects 3 arguments, 4 provided
244 | case P9813: { static P9813Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
251 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:244:118: note: candidate expects 3 arguments, 4 provided
244 | case P9813: { static P9813Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: candidate: 'template<ESPIChipsets CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
266 | template<ESPIChipsets CHIPSET> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:244:118: note: candidate expects 3 arguments, 4 provided
244 | case P9813: { static P9813Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
270 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:244:118: note: candidate expects 3 arguments, 4 provided
244 | case P9813: { static P9813Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
274 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:244:118: note: candidate expects 3 arguments, 4 provided
244 | case P9813: { static P9813Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
301 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:244:118: note: candidate expects 3 arguments, 4 provided
244 | case P9813: { static P9813Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
307 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:244:118: note: candidate expects 3 arguments, 4 provided
244 | case P9813: { static P9813Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: candidate: 'template<template<unsigned char DATA_PIN> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
313 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:244:118: note: candidate expects 3 arguments, 4 provided
244 | case P9813: { static P9813Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
357 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:244:118: note: candidate expects 3 arguments, 4 provided
244 | case P9813: { static P9813Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
363 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:244:118: note: candidate expects 3 arguments, 4 provided
244 | case P9813: { static P9813Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:246:62: error: the value of 'SystemCoreClock' is not usable in a constant expression
246 | case APA102: { static APA102Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:246:62: note: in template argument for type 'long unsigned int'
246 | case APA102: { static APA102Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:246:120: error: no matching function for call to 'CFastLED::addLeds(int*, CRGB*&, int&, int&)'
246 | case APA102: { static APA102Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:25: note: candidate: 'static CLEDController& CFastLED::addLeds(CLEDController*, CRGB*, int, int)'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:49: note: no known conversion for argument 1 from 'int*' to 'CLEDController*'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ~~~~~~~~~~~~~~~~^~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> CLEDController& CFastLED::addLeds(CRGB*, int, int)'
223 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE > CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:246:120: note: candidate expects 3 arguments, 4 provided
246 | case APA102: { static APA102Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
237 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:246:120: note: candidate expects 3 arguments, 4 provided
246 | case APA102: { static APA102Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
251 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:246:120: note: candidate expects 3 arguments, 4 provided
246 | case APA102: { static APA102Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: candidate: 'template<ESPIChipsets CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
266 | template<ESPIChipsets CHIPSET> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:246:120: note: candidate expects 3 arguments, 4 provided
246 | case APA102: { static APA102Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
270 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:246:120: note: candidate expects 3 arguments, 4 provided
246 | case APA102: { static APA102Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
274 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:246:120: note: candidate expects 3 arguments, 4 provided
246 | case APA102: { static APA102Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
301 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:246:120: note: candidate expects 3 arguments, 4 provided
246 | case APA102: { static APA102Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
307 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:246:120: note: candidate expects 3 arguments, 4 provided
246 | case APA102: { static APA102Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: candidate: 'template<template<unsigned char DATA_PIN> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
313 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:246:120: note: candidate expects 3 arguments, 4 provided
246 | case APA102: { static APA102Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
357 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:246:120: note: candidate expects 3 arguments, 4 provided
246 | case APA102: { static APA102Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
363 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:246:120: note: candidate expects 3 arguments, 4 provided
246 | case APA102: { static APA102Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:247:62: error: the value of 'SystemCoreClock' is not usable in a constant expression
247 | case SK9822: { static SK9822Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:247:62: note: in template argument for type 'long unsigned int'
247 | case SK9822: { static SK9822Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:247:120: error: no matching function for call to 'CFastLED::addLeds(int*, CRGB*&, int&, int&)'
247 | case SK9822: { static SK9822Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:25: note: candidate: 'static CLEDController& CFastLED::addLeds(CLEDController*, CRGB*, int, int)'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:49: note: no known conversion for argument 1 from 'int*' to 'CLEDController*'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ~~~~~~~~~~~~~~~~^~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> CLEDController& CFastLED::addLeds(CRGB*, int, int)'
223 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE > CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:247:120: note: candidate expects 3 arguments, 4 provided
247 | case SK9822: { static SK9822Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
237 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:247:120: note: candidate expects 3 arguments, 4 provided
247 | case SK9822: { static SK9822Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
251 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:247:120: note: candidate expects 3 arguments, 4 provided
247 | case SK9822: { static SK9822Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: candidate: 'template<ESPIChipsets CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
266 | template<ESPIChipsets CHIPSET> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:247:120: note: candidate expects 3 arguments, 4 provided
247 | case SK9822: { static SK9822Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
270 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:247:120: note: candidate expects 3 arguments, 4 provided
247 | case SK9822: { static SK9822Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
274 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:247:120: note: candidate expects 3 arguments, 4 provided
247 | case SK9822: { static SK9822Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
301 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:247:120: note: candidate expects 3 arguments, 4 provided
247 | case SK9822: { static SK9822Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
307 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:247:120: note: candidate expects 3 arguments, 4 provided
247 | case SK9822: { static SK9822Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: candidate: 'template<template<unsigned char DATA_PIN> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
313 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:247:120: note: candidate expects 3 arguments, 4 provided
247 | case SK9822: { static SK9822Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
357 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:247:120: note: candidate expects 3 arguments, 4 provided
247 | case SK9822: { static SK9822Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
363 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:247:120: note: candidate expects 3 arguments, 4 provided
247 | case SK9822: { static SK9822Controller<DATA_PIN, CLOCK_PIN> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h: In static member function 'static CLEDController& CFastLED::addLeds(CRGB*, int, int)':
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:253:75: error: the value of 'SystemCoreClock' is not usable in a constant expression
253 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:253:75: note: in template argument for type 'long unsigned int'
253 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:253:133: error: no matching function for call to 'CFastLED::addLeds(int*, CRGB*&, int&, int&)'
253 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:25: note: candidate: 'static CLEDController& CFastLED::addLeds(CLEDController*, CRGB*, int, int)'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:49: note: no known conversion for argument 1 from 'int*' to 'CLEDController*'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ~~~~~~~~~~~~~~~~^~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> CLEDController& CFastLED::addLeds(CRGB*, int, int)'
223 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE > CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:253:133: note: candidate expects 3 arguments, 4 provided
253 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
237 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:253:133: note: candidate expects 3 arguments, 4 provided
253 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
251 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:253:133: note: candidate expects 3 arguments, 4 provided
253 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: candidate: 'template<ESPIChipsets CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
266 | template<ESPIChipsets CHIPSET> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:253:133: note: candidate expects 3 arguments, 4 provided
253 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
270 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:253:133: note: candidate expects 3 arguments, 4 provided
253 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
274 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:253:133: note: candidate expects 3 arguments, 4 provided
253 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
301 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:253:133: note: candidate expects 3 arguments, 4 provided
253 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
307 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:253:133: note: candidate expects 3 arguments, 4 provided
253 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: candidate: 'template<template<unsigned char DATA_PIN> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
313 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:253:133: note: candidate expects 3 arguments, 4 provided
253 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
357 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:253:133: note: candidate expects 3 arguments, 4 provided
253 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
363 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:253:133: note: candidate expects 3 arguments, 4 provided
253 | case LPD6803: { static LPD6803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:254:75: error: the value of 'SystemCoreClock' is not usable in a constant expression
254 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:254:75: note: in template argument for type 'long unsigned int'
254 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:254:133: error: no matching function for call to 'CFastLED::addLeds(int*, CRGB*&, int&, int&)'
254 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:25: note: candidate: 'static CLEDController& CFastLED::addLeds(CLEDController*, CRGB*, int, int)'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:49: note: no known conversion for argument 1 from 'int*' to 'CLEDController*'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ~~~~~~~~~~~~~~~~^~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> CLEDController& CFastLED::addLeds(CRGB*, int, int)'
223 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE > CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:254:133: note: candidate expects 3 arguments, 4 provided
254 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
237 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:254:133: note: candidate expects 3 arguments, 4 provided
254 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
251 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:254:133: note: candidate expects 3 arguments, 4 provided
254 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: candidate: 'template<ESPIChipsets CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
266 | template<ESPIChipsets CHIPSET> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:254:133: note: candidate expects 3 arguments, 4 provided
254 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
270 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:254:133: note: candidate expects 3 arguments, 4 provided
254 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
274 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:254:133: note: candidate expects 3 arguments, 4 provided
254 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
301 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:254:133: note: candidate expects 3 arguments, 4 provided
254 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
307 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:254:133: note: candidate expects 3 arguments, 4 provided
254 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: candidate: 'template<template<unsigned char DATA_PIN> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
313 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:254:133: note: candidate expects 3 arguments, 4 provided
254 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
357 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:254:133: note: candidate expects 3 arguments, 4 provided
254 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
363 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:254:133: note: candidate expects 3 arguments, 4 provided
254 | case LPD8806: { static LPD8806Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:255:73: error: the value of 'SystemCoreClock' is not usable in a constant expression
255 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:255:73: note: in template argument for type 'long unsigned int'
255 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:255:131: error: no matching function for call to 'CFastLED::addLeds(int*, CRGB*&, int&, int&)'
255 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:25: note: candidate: 'static CLEDController& CFastLED::addLeds(CLEDController*, CRGB*, int, int)'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:49: note: no known conversion for argument 1 from 'int*' to 'CLEDController*'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ~~~~~~~~~~~~~~~~^~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> CLEDController& CFastLED::addLeds(CRGB*, int, int)'
223 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE > CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:255:131: note: candidate expects 3 arguments, 4 provided
255 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
237 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:255:131: note: candidate expects 3 arguments, 4 provided
255 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
251 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:255:131: note: candidate expects 3 arguments, 4 provided
255 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: candidate: 'template<ESPIChipsets CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
266 | template<ESPIChipsets CHIPSET> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:255:131: note: candidate expects 3 arguments, 4 provided
255 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
270 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:255:131: note: candidate expects 3 arguments, 4 provided
255 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
274 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:255:131: note: candidate expects 3 arguments, 4 provided
255 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
301 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:255:131: note: candidate expects 3 arguments, 4 provided
255 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
307 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:255:131: note: candidate expects 3 arguments, 4 provided
255 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: candidate: 'template<template<unsigned char DATA_PIN> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
313 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:255:131: note: candidate expects 3 arguments, 4 provided
255 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
357 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:255:131: note: candidate expects 3 arguments, 4 provided
255 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
363 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:255:131: note: candidate expects 3 arguments, 4 provided
255 | case WS2801: { static WS2801Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:256:73: error: the value of 'SystemCoreClock' is not usable in a constant expression
256 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:256:73: note: in template argument for type 'long unsigned int'
256 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:256:131: error: no matching function for call to 'CFastLED::addLeds(int*, CRGB*&, int&, int&)'
256 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:25: note: candidate: 'static CLEDController& CFastLED::addLeds(CLEDController*, CRGB*, int, int)'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:49: note: no known conversion for argument 1 from 'int*' to 'CLEDController*'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ~~~~~~~~~~~~~~~~^~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> CLEDController& CFastLED::addLeds(CRGB*, int, int)'
223 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE > CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:256:131: note: candidate expects 3 arguments, 4 provided
256 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
237 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:256:131: note: candidate expects 3 arguments, 4 provided
256 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
251 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:256:131: note: candidate expects 3 arguments, 4 provided
256 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: candidate: 'template<ESPIChipsets CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
266 | template<ESPIChipsets CHIPSET> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:256:131: note: candidate expects 3 arguments, 4 provided
256 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
270 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:270:74: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:256:131: note: candidate expects 3 arguments, 4 provided
256 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: candidate: 'template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
274 | template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE> static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:274:97: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:256:131: note: candidate expects 3 arguments, 4 provided
256 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
301 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:301:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:256:131: note: candidate expects 3 arguments, 4 provided
256 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: candidate: 'template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
307 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:307:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:256:131: note: candidate expects 3 arguments, 4 provided
256 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: candidate: 'template<template<unsigned char DATA_PIN> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
313 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:313:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:256:131: note: candidate expects 3 arguments, 4 provided
256 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
357 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:357:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:256:131: note: candidate expects 3 arguments, 4 provided
256 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: candidate: 'template<template<EOrder RGB_ORDER> class CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
363 | static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:363:25: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:256:131: note: candidate expects 3 arguments, 4 provided
256 | case WS2803: { static WS2803Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:257:75: error: the value of 'SystemCoreClock' is not usable in a constant expression
257 | case SM16716: { static SM16716Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
In file included from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:133,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:131,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/stm32_def.h:28,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/clock.h:43,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring_time.h:23,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/wiring.h:38,
from /home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h:32,
from /tmp/arduino/sketch/temp-ColorPaletteSTM32Core.ino.cpp:1:
/home/andre/.arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:51:17: note: 'uint32_t SystemCoreClock' is not const
51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
| ^~~~~~~~~~~~~~~
In file included from /home/andre/Arduino/projects/temp-ColorPaletteSTM32Core/temp-ColorPaletteSTM32Core.ino:1:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:257:75: note: in template argument for type 'long unsigned int'
257 | case SM16716: { static SM16716Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:257:133: error: no matching function for call to 'CFastLED::addLeds(int*, CRGB*&, int&, int&)'
257 | case SM16716: { static SM16716Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:25: note: candidate: 'static CLEDController& CFastLED::addLeds(CLEDController*, CRGB*, int, int)'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:201:49: note: no known conversion for argument 1 from 'int*' to 'CLEDController*'
201 | static CLEDController &addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0);
| ~~~~~~~~~~~~~~~~^~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> CLEDController& CFastLED::addLeds(CRGB*, int, int)'
223 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER, uint8_t SPI_DATA_RATE > CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:223:129: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:257:133: note: candidate expects 3 arguments, 4 provided
257 | case SM16716: { static SM16716Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
237 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:237:95: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:257:133: note: candidate expects 3 arguments, 4 provided
257 | case SM16716: { static SM16716Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: candidate: 'template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
251 | template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
| ^~~~~~~
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:251:113: note: template argument deduction/substitution failed:
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:257:133: note: candidate expects 3 arguments, 4 provided
257 | case SM16716: { static SM16716Controller<DATA_PIN, CLOCK_PIN, RGB_ORDER> c; return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset); }
| ^
/home/andre/Arduino/projects/libraries/FastLED/FastLED.h:266:56: note: candidate: 'template<ESPIChipsets CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment