lhr-solar / Embedded-Sharepoint

This repository contains files that can be shared among us, the embedded design teams.
MIT License
3 stars 3 forks source link

STM makefile: added support for F401 and other non "xx" mcus #66

Closed IshDeshpa closed 1 month ago

IshDeshpa commented 1 month ago

Modified the makefile to support the F401 and improved the build process a bit along the way. The makefile now will search through the CMSIS headers to see if the requested micro exists, and then use that as the generic name.

Additionally, I modified the header a bit to include the currently supported ports, but not sure if this is super desired. Review would be appreciated.

IshDeshpa commented 1 month ago

It seems to work on my end; are you sure?

make PROJECT_TARGET=stm32f446ret -j16 
make -C ../ 
make[1]: Entering directory '/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint'
mkdir /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build       
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/main.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/main.lst /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Tests/main.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/main.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_adc.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_adc.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_adc.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_adc_ex.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_adc_ex.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_adc_ex.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_can.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_can.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_can.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_cec.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_cec.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cec.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_cec.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_cortex.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_cortex.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_cortex.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_crc.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_crc.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_crc.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_crc.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_cryp.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_cryp.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cryp.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_cryp.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_cryp_ex.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_cryp_ex.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cryp_ex.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_cryp_ex.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dac.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dac.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dac.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dac_ex.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dac_ex.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dac_ex.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dcmi.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dcmi.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dcmi.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dcmi.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dcmi_ex.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dcmi_ex.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dcmi_ex.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dcmi_ex.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dfsdm.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dfsdm.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dfsdm.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dfsdm.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dma2d.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dma2d.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma2d.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dma2d.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dma.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dma.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dma.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dma_ex.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dma_ex.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dma_ex.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dsi.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dsi.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dsi.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dsi.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_eth.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_eth.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_eth.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_exti.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_exti.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_exti.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_flash.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_flash.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_flash.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_flash_ex.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_flash_ex.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_flash_ex.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_flash_ramfunc.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_flash_ramfunc.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_flash_ramfunc.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_fmpi2c.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_fmpi2c.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_fmpi2c.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_fmpi2c.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_fmpi2c_ex.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_fmpi2c_ex.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_fmpi2c_ex.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_fmpi2c_ex.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_fmpsmbus.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_fmpsmbus.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_fmpsmbus.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_fmpsmbus.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_fmpsmbus_ex.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_fmpsmbus_ex.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_fmpsmbus_ex.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_fmpsmbus_ex.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_gpio.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_gpio.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_gpio.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_hash.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_hash.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_hash.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_hash.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_hash_ex.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_hash_ex.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_hash_ex.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_hash_ex.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_hcd.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_hcd.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_hcd.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_hcd.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_i2c.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_i2c.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_i2c.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_i2c_ex.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_i2c_ex.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_i2c_ex.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_i2s.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_i2s.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_i2s.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_i2s_ex.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_i2s_ex.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s_ex.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_i2s_ex.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_irda.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_irda.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_irda.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_irda.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_iwdg.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_iwdg.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_iwdg.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_iwdg.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_lptim.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_lptim.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_lptim.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_lptim.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_ltdc.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_ltdc.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_ltdc.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_ltdc.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_ltdc_ex.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_ltdc_ex.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_ltdc_ex.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_ltdc_ex.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_mmc.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_mmc.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_mmc.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_mmc.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_nand.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_nand.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_nand.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_nand.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_nor.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_nor.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_nor.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_nor.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_pccard.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_pccard.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pccard.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_pccard.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_pcd.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_pcd.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_pcd.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_pcd_ex.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_pcd_ex.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd_ex.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_pcd_ex.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_pwr.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_pwr.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_pwr.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_pwr_ex.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_pwr_ex.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_pwr_ex.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_qspi.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_qspi.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_qspi.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_qspi.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_rcc.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_rcc.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_rcc.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_rcc_ex.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_rcc_ex.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_rcc_ex.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_rng.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_rng.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_rng.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_rtc.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_rtc.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_rtc.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_rtc_ex.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_rtc_ex.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc_ex.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_rtc_ex.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_sai.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_sai.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sai.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_sai.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_sai_ex.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_sai_ex.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sai_ex.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_sai_ex.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_sd.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_sd.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sd.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_sd.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_sdram.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_sdram.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sdram.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_sdram.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_smartcard.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_smartcard.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_smartcard.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_smartcard.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_smbus.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_smbus.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_smbus.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_smbus.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_spdifrx.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_spdifrx.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spdifrx.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_spdifrx.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_spi.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_spi.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_spi.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_sram.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_sram.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_sram.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_tim.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_tim.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_tim.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_tim_ex.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_tim_ex.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_tim_ex.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_uart.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_uart.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_uart.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_usart.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_usart.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_usart.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_usart.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_wwdg.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_wwdg.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_wwdg.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_wwdg.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_adc.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_adc.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_adc.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_crc.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_crc.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_crc.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_crc.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_dac.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_dac.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_dac.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_dac.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_dma2d.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_dma2d.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_dma2d.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_dma2d.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_dma.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_dma.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_dma.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_dma.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_exti.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_exti.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_exti.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_exti.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_fmc.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_fmc.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmc.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_fmc.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_fmpi2c.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_fmpi2c.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmpi2c.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_fmpi2c.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_fsmc.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_fsmc.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fsmc.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_fsmc.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_gpio.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_gpio.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_gpio.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_gpio.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_i2c.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_i2c.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_i2c.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_i2c.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_lptim.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_lptim.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_lptim.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_lptim.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_pwr.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_pwr.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_pwr.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_pwr.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_rcc.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_rcc.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_rcc.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_rcc.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_rng.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_rng.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_rng.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_rng.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_rtc.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_rtc.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_rtc.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_rtc.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_sdmmc.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_sdmmc.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_sdmmc.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_sdmmc.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_spi.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_spi.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_spi.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_spi.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_tim.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_tim.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_tim.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_tim.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_usart.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_usart.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usart.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_usart.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_usb.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_usb.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_usb.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_utils.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_utils.lst stm/stm32f4xx/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_utils.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_utils.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/system_stm32f4xx.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/system_stm32f4xx.lst stm/stm32f4xx/system_stm32f4xx.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/system_stm32f4xx.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_init.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_init.lst stm/stm32f4xx/stm32f4xx_hal_init.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_init.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_timebase_tim.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_timebase_tim.lst stm/stm32f4xx/stm32f4xx_hal_timebase_tim.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_timebase_tim.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/croutine.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/croutine.lst FreeRTOS-Kernel/croutine.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/croutine.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/event_groups.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/event_groups.lst FreeRTOS-Kernel/event_groups.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/event_groups.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/list.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/list.lst FreeRTOS-Kernel/list.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/list.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/queue.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/queue.lst FreeRTOS-Kernel/queue.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/queue.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stream_buffer.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stream_buffer.lst FreeRTOS-Kernel/stream_buffer.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stream_buffer.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/tasks.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/tasks.lst FreeRTOS-Kernel/tasks.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/tasks.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/timers.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/timers.lst FreeRTOS-Kernel/timers.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/timers.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/port.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/port.lst FreeRTOS-Kernel/portable/GCC/ARM_CM4F/port.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/port.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/freertos.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/freertos.lst common/Src/freertos.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/freertos.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/syscalls.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/syscalls.lst common/Src/syscalls.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/syscalls.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/sysmem.d" -Wa,-a,-ad,-alms=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/sysmem.lst common/Src/sysmem.c -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/sysmem.o
arm-none-eabi-gcc -x assembler-with-cpp -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32F446xx -DSTM32F4xx -I/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc -Istm/stm32f4xx/STM32F4xx_HAL_Driver/Inc/Legacy -Istm/stm32f4xx/CMSIS/Device/ST/STM32F4xx/Include -Istm/stm32f4xx/CMSIS/Include -IFreeRTOS-Kernel/include -IFreeRTOS-Kernel/portable/GCC/ARM_CM4F -Icommon/Inc -Og -Wall -Werror -Wfatal-errors -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/startup_stm32f446xx.d" stm/stm32f4xx/stm32f446/startup_stm32f446xx.s -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/startup_stm32f446xx.o
arm-none-eabi-gcc /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/main.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_adc.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_adc_ex.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_can.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_cec.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_cortex.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_crc.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_cryp.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_cryp_ex.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dac.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dac_ex.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dcmi.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dcmi_ex.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dfsdm.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dma2d.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dma.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dma_ex.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_dsi.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_eth.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_exti.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_flash.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_flash_ex.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_flash_ramfunc.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_fmpi2c.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_fmpi2c_ex.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_fmpsmbus.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_fmpsmbus_ex.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_gpio.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_hash.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_hash_ex.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_hcd.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_i2c.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_i2c_ex.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_i2s.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_i2s_ex.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_irda.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_iwdg.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_lptim.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_ltdc.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_ltdc_ex.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_mmc.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_nand.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_nor.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_pccard.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_pcd.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_pcd_ex.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_pwr.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_pwr_ex.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_qspi.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_rcc.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_rcc_ex.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_rng.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_rtc.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_rtc_ex.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_sai.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_sai_ex.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_sd.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_sdram.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_smartcard.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_smbus.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_spdifrx.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_spi.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_sram.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_tim.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_tim_ex.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_uart.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_usart.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_wwdg.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_adc.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_crc.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_dac.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_dma2d.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_dma.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_exti.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_fmc.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_fmpi2c.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_fsmc.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_gpio.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_i2c.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_lptim.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_pwr.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_rcc.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_rng.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_rtc.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_sdmmc.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_spi.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_tim.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_usart.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_usb.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_ll_utils.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/system_stm32f4xx.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_init.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f4xx_hal_timebase_tim.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/croutine.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/event_groups.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/list.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/queue.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stream_buffer.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/tasks.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/timers.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/port.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/freertos.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/syscalls.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/sysmem.o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/startup_stm32f446xx.o  -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -specs=nano.specs -Tstm/stm32f4xx/stm32f446/STM32F446RETx_FLASH.ld  -lc -lm -lnosys  -Wl,-Map=/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f446ret.map,--cref -Wl,--gc-sections -o /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f446ret.elf
arm-none-eabi-size /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f446ret.elf
   text    data     bss     dec     hex filename
   5572      20    1820    7412    1cf4 /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f446ret.elf
arm-none-eabi-objcopy -O ihex /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f446ret.elf /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f446ret.hex
arm-none-eabi-objcopy -O binary -S /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f446ret.elf /home/ishdeshpa/Work/lhrs/Embedded-Sharepoint/Test/../build/stm32f446ret.bin    
make[1]: Leaving directory '/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint'
make -C ../ 
make[1]: Entering directory '/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/ishdeshpa/Work/lhrs/Embedded-Sharepoint'