Skip to content

Instantly share code, notes, and snippets.

@rogerallen
Created June 22, 2021 14:42
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 rogerallen/c5ab4c61c573cbb084523da6979b7d1e to your computer and use it in GitHub Desktop.
Save rogerallen/c5ab4c61c573cbb084523da6979b7d1e to your computer and use it in GitHub Desktop.
mkdir -p deps/cubemx/Src/
set -e; rm -f deps/cubemx/Src/adc.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Src/adc.c > deps/cubemx/Src/adc.c.d.$$; \
sed 's,\(cubemx/Src/adc\)\.o[ :]*,\1.o deps/cubemx/Src/adc.c.d : ,g' < deps/cubemx/Src/adc.c.d.$$ > deps/cubemx/Src/adc.c.d; \
rm -f deps/cubemx/Src/adc.c.d.$$
mkdir -p deps/cubemx/Src/
set -e; rm -f deps/cubemx/Src/usart.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Src/usart.c > deps/cubemx/Src/usart.c.d.$$; \
sed 's,\(cubemx/Src/usart\)\.o[ :]*,\1.o deps/cubemx/Src/usart.c.d : ,g' < deps/cubemx/Src/usart.c.d.$$ > deps/cubemx/Src/usart.c.d; \
rm -f deps/cubemx/Src/usart.c.d.$$
mkdir -p deps/cubemx/Src/
set -e; rm -f deps/cubemx/Src/system_stm32f4xx.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Src/system_stm32f4xx.c > deps/cubemx/Src/system_stm32f4xx.c.d.$$; \
sed 's,\(cubemx/Src/system_stm32f4xx\)\.o[ :]*,\1.o deps/cubemx/Src/system_stm32f4xx.c.d : ,g' < deps/cubemx/Src/system_stm32f4xx.c.d.$$ > deps/cubemx/Src/system_stm32f4xx.c.d; \
rm -f deps/cubemx/Src/system_stm32f4xx.c.d.$$
mkdir -p deps/cubemx/Src/
set -e; rm -f deps/cubemx/Src/i2c.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Src/i2c.c > deps/cubemx/Src/i2c.c.d.$$; \
sed 's,\(cubemx/Src/i2c\)\.o[ :]*,\1.o deps/cubemx/Src/i2c.c.d : ,g' < deps/cubemx/Src/i2c.c.d.$$ > deps/cubemx/Src/i2c.c.d; \
rm -f deps/cubemx/Src/i2c.c.d.$$
mkdir -p deps/cubemx/Src/
set -e; rm -f deps/cubemx/Src/dma.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Src/dma.c > deps/cubemx/Src/dma.c.d.$$; \
sed 's,\(cubemx/Src/dma\)\.o[ :]*,\1.o deps/cubemx/Src/dma.c.d : ,g' < deps/cubemx/Src/dma.c.d.$$ > deps/cubemx/Src/dma.c.d; \
rm -f deps/cubemx/Src/dma.c.d.$$
mkdir -p deps/cubemx/Src/
set -e; rm -f deps/cubemx/Src/sys.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Src/sys.c > deps/cubemx/Src/sys.c.d.$$; \
sed 's,\(cubemx/Src/sys\)\.o[ :]*,\1.o deps/cubemx/Src/sys.c.d : ,g' < deps/cubemx/Src/sys.c.d.$$ > deps/cubemx/Src/sys.c.d; \
rm -f deps/cubemx/Src/sys.c.d.$$
mkdir -p deps/cubemx/Src/
set -e; rm -f deps/cubemx/Src/stm32f4xx_it.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Src/stm32f4xx_it.c > deps/cubemx/Src/stm32f4xx_it.c.d.$$; \
sed 's,\(cubemx/Src/stm32f4xx_it\)\.o[ :]*,\1.o deps/cubemx/Src/stm32f4xx_it.c.d : ,g' < deps/cubemx/Src/stm32f4xx_it.c.d.$$ > deps/cubemx/Src/stm32f4xx_it.c.d; \
rm -f deps/cubemx/Src/stm32f4xx_it.c.d.$$
mkdir -p deps/cubemx/Src/
set -e; rm -f deps/cubemx/Src/main.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Src/main.c > deps/cubemx/Src/main.c.d.$$; \
sed 's,\(cubemx/Src/main\)\.o[ :]*,\1.o deps/cubemx/Src/main.c.d : ,g' < deps/cubemx/Src/main.c.d.$$ > deps/cubemx/Src/main.c.d; \
rm -f deps/cubemx/Src/main.c.d.$$
mkdir -p deps/cubemx/Src/
set -e; rm -f deps/cubemx/Src/gpio.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Src/gpio.c > deps/cubemx/Src/gpio.c.d.$$; \
sed 's,\(cubemx/Src/gpio\)\.o[ :]*,\1.o deps/cubemx/Src/gpio.c.d : ,g' < deps/cubemx/Src/gpio.c.d.$$ > deps/cubemx/Src/gpio.c.d; \
rm -f deps/cubemx/Src/gpio.c.d.$$
mkdir -p deps/cubemx/Src/
set -e; rm -f deps/cubemx/Src/stm32f4xx_hal_msp.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Src/stm32f4xx_hal_msp.c > deps/cubemx/Src/stm32f4xx_hal_msp.c.d.$$; \
sed 's,\(cubemx/Src/stm32f4xx_hal_msp\)\.o[ :]*,\1.o deps/cubemx/Src/stm32f4xx_hal_msp.c.d : ,g' < deps/cubemx/Src/stm32f4xx_hal_msp.c.d.$$ > deps/cubemx/Src/stm32f4xx_hal_msp.c.d; \
rm -f deps/cubemx/Src/stm32f4xx_hal_msp.c.d.$$
mkdir -p deps/cubemx/Src/
set -e; rm -f deps/cubemx/Src/i2s.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Src/i2s.c > deps/cubemx/Src/i2s.c.d.$$; \
sed 's,\(cubemx/Src/i2s\)\.o[ :]*,\1.o deps/cubemx/Src/i2s.c.d : ,g' < deps/cubemx/Src/i2s.c.d.$$ > deps/cubemx/Src/i2s.c.d; \
rm -f deps/cubemx/Src/i2s.c.d.$$
mkdir -p deps/cubemx/Src/
set -e; rm -f deps/cubemx/Src/rng.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Src/rng.c > deps/cubemx/Src/rng.c.d.$$; \
sed 's,\(cubemx/Src/rng\)\.o[ :]*,\1.o deps/cubemx/Src/rng.c.d : ,g' < deps/cubemx/Src/rng.c.d.$$ > deps/cubemx/Src/rng.c.d; \
rm -f deps/cubemx/Src/rng.c.d.$$
mkdir -p deps/cubemx/Src/
set -e; rm -f deps/cubemx/Src/tim.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Src/tim.c > deps/cubemx/Src/tim.c.d.$$; \
sed 's,\(cubemx/Src/tim\)\.o[ :]*,\1.o deps/cubemx/Src/tim.c.d : ,g' < deps/cubemx/Src/tim.c.d.$$ > deps/cubemx/Src/tim.c.d; \
rm -f deps/cubemx/Src/tim.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s_ex.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s_ex.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s_ex.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s_ex\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s_ex.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s_ex.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s_ex.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s_ex.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.d.$$
mkdir -p deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/
set -e; rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c.d.$$; \
sed 's,\(cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex\)\.o[ :]*,\1.o deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c.d : ,g' < deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c.d.$$ > deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c.d; \
rm -f deps/cubemx/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c.d.$$
mkdir -p deps/cubemx/
set -e; rm -f deps/cubemx/startup_stm32f405xx.s.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions cubemx/startup_stm32f405xx.s > deps/cubemx/startup_stm32f405xx.s.d.$$; \
sed 's,\(cubemx/startup_stm32f405xx\)\.o[ :]*,\1.o deps/cubemx/startup_stm32f405xx.s.d : ,g' < deps/cubemx/startup_stm32f405xx.s.d.$$ > deps/cubemx/startup_stm32f405xx.s.d; \
rm -f deps/cubemx/startup_stm32f405xx.s.d.$$
mkdir -p deps/
set -e; rm -f deps/midi.cpp.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions midi.cpp > deps/midi.cpp.d.$$; \
sed 's,\(midi\)\.o[ :]*,\1.o deps/midi.cpp.d : ,g' < deps/midi.cpp.d.$$ > deps/midi.cpp.d; \
rm -f deps/midi.cpp.d.$$
mkdir -p deps/
set -e; rm -f deps/aic23b.c.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions aic23b.c > deps/aic23b.c.d.$$; \
sed 's,\(aic23b\)\.o[ :]*,\1.o deps/aic23b.c.d : ,g' < deps/aic23b.c.d.$$ > deps/aic23b.c.d; \
rm -f deps/aic23b.c.d.$$
mkdir -p deps/
set -e; rm -f deps/analog.cpp.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions analog.cpp > deps/analog.cpp.d.$$; \
sed 's,\(analog\)\.o[ :]*,\1.o deps/analog.cpp.d : ,g' < deps/analog.cpp.d.$$ > deps/analog.cpp.d; \
rm -f deps/analog.cpp.d.$$
mkdir -p deps/
set -e; rm -f deps/audio.cpp.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions audio.cpp > deps/audio.cpp.d.$$; \
sed 's,\(audio\)\.o[ :]*,\1.o deps/audio.cpp.d : ,g' < deps/audio.cpp.d.$$ > deps/audio.cpp.d; \
rm -f deps/audio.cpp.d.$$
faust -cn faust_dsp_ppg_test2 -scn faust_dsp_base -fm ../fast_math.hpp -light faust/ppg_test2.dsp -o faust/ppg_test2.hpp
faust -cn faust_dsp_square -scn faust_dsp_base -fm ../fast_math.hpp -light faust/square.dsp -o faust/square.hpp
faust -cn faust_dsp_simple_fm -scn faust_dsp_base -fm ../fast_math.hpp -light faust/simple_fm.dsp -o faust/simple_fm.hpp
faust -cn faust_dsp_noise -scn faust_dsp_base -fm ../fast_math.hpp -light faust/noise.dsp -o faust/noise.hpp
faust -cn faust_dsp_panel -scn faust_dsp_base -fm ../fast_math.hpp -light faust/panel.dsp -o faust/panel.hpp
mkdir -p deps/
set -e; rm -f deps/synth.cpp.d; \
arm-none-eabi-g++ -MM -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions synth.cpp > deps/synth.cpp.d.$$; \
sed 's,\(synth\)\.o[ :]*,\1.o deps/synth.cpp.d : ,g' < deps/synth.cpp.d.$$ > deps/synth.cpp.d; \
rm -f deps/synth.cpp.d.$$
mkdir -p obj/
arm-none-eabi-g++ -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -mfloat-abi=hard -mlittle-endian -DUSE_HAL_DRIVER -DSTM32F405xx -DDSP_CLASS_NAME=panel -I. -Icubemx/Inc -Icubemx/Drivers/CMSIS/Include -Icubemx/Drivers/CMSIS/Device/ST/STM32F4xx/Include -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc -Icubemx/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -lc -lm -lnosys -Wall -O3 --std=c++17 -ffast-math -fno-math-errno --exceptions -c synth.cpp -o obj/synth.o
In file included from synth.cpp:23:
./faust/panel.hpp: In member function 'virtual faust_dsp_panel* faust_dsp_panel::clone()':
./faust/panel.hpp:391:30: error: invalid new-expression of abstract class type 'faust_dsp_panel'
391 | return new faust_dsp_panel();
| ^
./faust/panel.hpp:27:7: note: because the following virtual functions are pure within 'faust_dsp_panel':
27 | class faust_dsp_panel : public faust_dsp_base {
| ^~~~~~~~~~~~~~~
In file included from synth.cpp:21:
./faust_dsp.hpp:176:14: note: 'virtual int faust_dsp_base::getInputRate(int)'
176 | virtual int getInputRate( int channel ) = 0;
| ^~~~~~~~~~~~
./faust_dsp.hpp:177:14: note: 'virtual int faust_dsp_base::getOutputRate(int)'
177 | virtual int getOutputRate( int channel ) = 0;
| ^~~~~~~~~~~~~
In file included from synth.cpp:24:
./faust/ppg_test2.hpp: In member function 'virtual faust_dsp_ppg_test2* faust_dsp_ppg_test2::clone()':
./faust/ppg_test2.hpp:195:34: error: invalid new-expression of abstract class type 'faust_dsp_ppg_test2'
195 | return new faust_dsp_ppg_test2();
| ^
In file included from synth.cpp:24:
./faust/ppg_test2.hpp:32:7: note: because the following virtual functions are pure within 'faust_dsp_ppg_test2':
32 | class faust_dsp_ppg_test2 : public faust_dsp_base {
| ^~~~~~~~~~~~~~~~~~~
In file included from synth.cpp:21:
./faust_dsp.hpp:176:14: note: 'virtual int faust_dsp_base::getInputRate(int)'
176 | virtual int getInputRate( int channel ) = 0;
| ^~~~~~~~~~~~
./faust_dsp.hpp:177:14: note: 'virtual int faust_dsp_base::getOutputRate(int)'
177 | virtual int getOutputRate( int channel ) = 0;
| ^~~~~~~~~~~~~
synth.cpp: In function 'void synth_main()':
synth.cpp:35:26: error: invalid new-expression of abstract class type 'faust_dsp_panel'
35 | #define DSP_CLASS_PREFIX faust_dsp_
| ^~~~~~~~~~
synth.cpp:33:29: note: in definition of macro 'MACRO_JOIN_'
33 | #define MACRO_JOIN_( a, b ) a ## b
| ^
synth.cpp:36:19: note: in expansion of macro 'MACRO_JOIN'
36 | #define DSP_CLASS MACRO_JOIN( DSP_CLASS_PREFIX, DSP_CLASS_NAME )
| ^~~~~~~~~~
synth.cpp:36:31: note: in expansion of macro 'DSP_CLASS_PREFIX'
36 | #define DSP_CLASS MACRO_JOIN( DSP_CLASS_PREFIX, DSP_CLASS_NAME )
| ^~~~~~~~~~~~~~~~
synth.cpp:119:21: note: in expansion of macro 'DSP_CLASS'
119 | faust_dsp dsp( new DSP_CLASS, 48000 );
| ^~~~~~~~~
make: *** [makefile:138: obj/synth.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment