################################################################################ # Automatically-generated file. Do not edit! # Toolchain: GNU Tools for STM32 (12.3.rel1) ################################################################################ # Add inputs and outputs from these tool invocations to the build variables C_SRCS += \ ../BASE/Src/BSP/BHBF_ROBOT.c \ ../BASE/Src/BSP/bsp_DLT_Log.c \ ../BASE/Src/BSP/bsp_EEPROM.c \ ../BASE/Src/BSP/bsp_Error_Detect.c \ ../BASE/Src/BSP/bsp_FDCAN.c \ ../BASE/Src/BSP/bsp_GPIO.c \ ../BASE/Src/BSP/bsp_IMU.c \ ../BASE/Src/BSP/bsp_INTERCALL.c \ ../BASE/Src/BSP/bsp_Log.c \ ../BASE/Src/BSP/bsp_MB_host.c \ ../BASE/Src/BSP/bsp_Motor_Helper.c \ ../BASE/Src/BSP/bsp_TCPClient.c \ ../BASE/Src/BSP/bsp_TIMER.c \ ../BASE/Src/BSP/bsp_UART.c \ ../BASE/Src/BSP/bsp_UDP.c \ ../BASE/Src/BSP/bsp_UpperComputer_Handler.c \ ../BASE/Src/BSP/bsp_client_setting.c \ ../BASE/Src/BSP/bsp_com_helper.c \ ../BASE/Src/BSP/bsp_cpu_flash.c \ ../BASE/Src/BSP/bsp_decode_command.c \ ../BASE/Src/BSP/bsp_mqtt.c \ ../BASE/Src/BSP/bsp_mqtt_pub.c \ ../BASE/Src/BSP/bsp_pb_decode_encode.c \ ../BASE/Src/BSP/bsp_qspi_w25q128.c \ ../BASE/Src/BSP/bsp_tempature.c \ ../BASE/Src/BSP/pb_common.c \ ../BASE/Src/BSP/pb_decode.c \ ../BASE/Src/BSP/pb_encode.c OBJS += \ ./BASE/Src/BSP/BHBF_ROBOT.o \ ./BASE/Src/BSP/bsp_DLT_Log.o \ ./BASE/Src/BSP/bsp_EEPROM.o \ ./BASE/Src/BSP/bsp_Error_Detect.o \ ./BASE/Src/BSP/bsp_FDCAN.o \ ./BASE/Src/BSP/bsp_GPIO.o \ ./BASE/Src/BSP/bsp_IMU.o \ ./BASE/Src/BSP/bsp_INTERCALL.o \ ./BASE/Src/BSP/bsp_Log.o \ ./BASE/Src/BSP/bsp_MB_host.o \ ./BASE/Src/BSP/bsp_Motor_Helper.o \ ./BASE/Src/BSP/bsp_TCPClient.o \ ./BASE/Src/BSP/bsp_TIMER.o \ ./BASE/Src/BSP/bsp_UART.o \ ./BASE/Src/BSP/bsp_UDP.o \ ./BASE/Src/BSP/bsp_UpperComputer_Handler.o \ ./BASE/Src/BSP/bsp_client_setting.o \ ./BASE/Src/BSP/bsp_com_helper.o \ ./BASE/Src/BSP/bsp_cpu_flash.o \ ./BASE/Src/BSP/bsp_decode_command.o \ ./BASE/Src/BSP/bsp_mqtt.o \ ./BASE/Src/BSP/bsp_mqtt_pub.o \ ./BASE/Src/BSP/bsp_pb_decode_encode.o \ ./BASE/Src/BSP/bsp_qspi_w25q128.o \ ./BASE/Src/BSP/bsp_tempature.o \ ./BASE/Src/BSP/pb_common.o \ ./BASE/Src/BSP/pb_decode.o \ ./BASE/Src/BSP/pb_encode.o C_DEPS += \ ./BASE/Src/BSP/BHBF_ROBOT.d \ ./BASE/Src/BSP/bsp_DLT_Log.d \ ./BASE/Src/BSP/bsp_EEPROM.d \ ./BASE/Src/BSP/bsp_Error_Detect.d \ ./BASE/Src/BSP/bsp_FDCAN.d \ ./BASE/Src/BSP/bsp_GPIO.d \ ./BASE/Src/BSP/bsp_IMU.d \ ./BASE/Src/BSP/bsp_INTERCALL.d \ ./BASE/Src/BSP/bsp_Log.d \ ./BASE/Src/BSP/bsp_MB_host.d \ ./BASE/Src/BSP/bsp_Motor_Helper.d \ ./BASE/Src/BSP/bsp_TCPClient.d \ ./BASE/Src/BSP/bsp_TIMER.d \ ./BASE/Src/BSP/bsp_UART.d \ ./BASE/Src/BSP/bsp_UDP.d \ ./BASE/Src/BSP/bsp_UpperComputer_Handler.d \ ./BASE/Src/BSP/bsp_client_setting.d \ ./BASE/Src/BSP/bsp_com_helper.d \ ./BASE/Src/BSP/bsp_cpu_flash.d \ ./BASE/Src/BSP/bsp_decode_command.d \ ./BASE/Src/BSP/bsp_mqtt.d \ ./BASE/Src/BSP/bsp_mqtt_pub.d \ ./BASE/Src/BSP/bsp_pb_decode_encode.d \ ./BASE/Src/BSP/bsp_qspi_w25q128.d \ ./BASE/Src/BSP/bsp_tempature.d \ ./BASE/Src/BSP/pb_common.d \ ./BASE/Src/BSP/pb_decode.d \ ./BASE/Src/BSP/pb_encode.d # Each subdirectory must supply rules for building sources it contributes BASE/Src/BSP/BHBF_ROBOT.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/BHBF_ROBOT.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_DLT_Log.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_DLT_Log.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_EEPROM.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_EEPROM.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_Error_Detect.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_Error_Detect.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_FDCAN.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_FDCAN.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_GPIO.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_GPIO.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_IMU.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_IMU.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_INTERCALL.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_INTERCALL.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_Log.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_Log.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_MB_host.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_MB_host.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_Motor_Helper.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_Motor_Helper.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_TCPClient.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_TCPClient.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_TIMER.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_TIMER.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_UART.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_UART.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_UDP.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_UDP.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_UpperComputer_Handler.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_UpperComputer_Handler.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_client_setting.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_client_setting.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_com_helper.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_com_helper.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_cpu_flash.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_cpu_flash.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_decode_command.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_decode_command.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_mqtt.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_mqtt.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_mqtt_pub.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_mqtt_pub.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_pb_decode_encode.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_pb_decode_encode.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_qspi_w25q128.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_qspi_w25q128.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/bsp_tempature.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/bsp_tempature.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/pb_common.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/pb_common.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/pb_decode.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/pb_decode.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" BASE/Src/BSP/pb_encode.o: D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Src/BSP/pb_encode.c BASE/Src/BSP/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/BSP/Components/lan8742 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -I../Drivers/CMSIS/Include -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/Core/Protobuf/PSource" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/BSP/DLT" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP" -I"D:/STM32CubeIDE/workspace_1.15.1/KeLaiFen/BASE/Inc/MSP/SteerEngine" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" clean: clean-BASE-2f-Src-2f-BSP clean-BASE-2f-Src-2f-BSP: -$(RM) ./BASE/Src/BSP/BHBF_ROBOT.cyclo ./BASE/Src/BSP/BHBF_ROBOT.d ./BASE/Src/BSP/BHBF_ROBOT.o ./BASE/Src/BSP/BHBF_ROBOT.su ./BASE/Src/BSP/bsp_DLT_Log.cyclo ./BASE/Src/BSP/bsp_DLT_Log.d ./BASE/Src/BSP/bsp_DLT_Log.o ./BASE/Src/BSP/bsp_DLT_Log.su ./BASE/Src/BSP/bsp_EEPROM.cyclo ./BASE/Src/BSP/bsp_EEPROM.d ./BASE/Src/BSP/bsp_EEPROM.o ./BASE/Src/BSP/bsp_EEPROM.su ./BASE/Src/BSP/bsp_Error_Detect.cyclo ./BASE/Src/BSP/bsp_Error_Detect.d ./BASE/Src/BSP/bsp_Error_Detect.o ./BASE/Src/BSP/bsp_Error_Detect.su ./BASE/Src/BSP/bsp_FDCAN.cyclo ./BASE/Src/BSP/bsp_FDCAN.d ./BASE/Src/BSP/bsp_FDCAN.o ./BASE/Src/BSP/bsp_FDCAN.su ./BASE/Src/BSP/bsp_GPIO.cyclo ./BASE/Src/BSP/bsp_GPIO.d ./BASE/Src/BSP/bsp_GPIO.o ./BASE/Src/BSP/bsp_GPIO.su ./BASE/Src/BSP/bsp_IMU.cyclo ./BASE/Src/BSP/bsp_IMU.d ./BASE/Src/BSP/bsp_IMU.o ./BASE/Src/BSP/bsp_IMU.su ./BASE/Src/BSP/bsp_INTERCALL.cyclo ./BASE/Src/BSP/bsp_INTERCALL.d ./BASE/Src/BSP/bsp_INTERCALL.o ./BASE/Src/BSP/bsp_INTERCALL.su ./BASE/Src/BSP/bsp_Log.cyclo ./BASE/Src/BSP/bsp_Log.d ./BASE/Src/BSP/bsp_Log.o ./BASE/Src/BSP/bsp_Log.su ./BASE/Src/BSP/bsp_MB_host.cyclo ./BASE/Src/BSP/bsp_MB_host.d ./BASE/Src/BSP/bsp_MB_host.o ./BASE/Src/BSP/bsp_MB_host.su ./BASE/Src/BSP/bsp_Motor_Helper.cyclo ./BASE/Src/BSP/bsp_Motor_Helper.d ./BASE/Src/BSP/bsp_Motor_Helper.o ./BASE/Src/BSP/bsp_Motor_Helper.su ./BASE/Src/BSP/bsp_TCPClient.cyclo ./BASE/Src/BSP/bsp_TCPClient.d ./BASE/Src/BSP/bsp_TCPClient.o ./BASE/Src/BSP/bsp_TCPClient.su ./BASE/Src/BSP/bsp_TIMER.cyclo ./BASE/Src/BSP/bsp_TIMER.d ./BASE/Src/BSP/bsp_TIMER.o ./BASE/Src/BSP/bsp_TIMER.su ./BASE/Src/BSP/bsp_UART.cyclo ./BASE/Src/BSP/bsp_UART.d ./BASE/Src/BSP/bsp_UART.o ./BASE/Src/BSP/bsp_UART.su ./BASE/Src/BSP/bsp_UDP.cyclo ./BASE/Src/BSP/bsp_UDP.d ./BASE/Src/BSP/bsp_UDP.o ./BASE/Src/BSP/bsp_UDP.su ./BASE/Src/BSP/bsp_UpperComputer_Handler.cyclo ./BASE/Src/BSP/bsp_UpperComputer_Handler.d ./BASE/Src/BSP/bsp_UpperComputer_Handler.o ./BASE/Src/BSP/bsp_UpperComputer_Handler.su ./BASE/Src/BSP/bsp_client_setting.cyclo ./BASE/Src/BSP/bsp_client_setting.d ./BASE/Src/BSP/bsp_client_setting.o ./BASE/Src/BSP/bsp_client_setting.su ./BASE/Src/BSP/bsp_com_helper.cyclo ./BASE/Src/BSP/bsp_com_helper.d ./BASE/Src/BSP/bsp_com_helper.o ./BASE/Src/BSP/bsp_com_helper.su ./BASE/Src/BSP/bsp_cpu_flash.cyclo ./BASE/Src/BSP/bsp_cpu_flash.d ./BASE/Src/BSP/bsp_cpu_flash.o ./BASE/Src/BSP/bsp_cpu_flash.su ./BASE/Src/BSP/bsp_decode_command.cyclo ./BASE/Src/BSP/bsp_decode_command.d ./BASE/Src/BSP/bsp_decode_command.o ./BASE/Src/BSP/bsp_decode_command.su ./BASE/Src/BSP/bsp_mqtt.cyclo ./BASE/Src/BSP/bsp_mqtt.d ./BASE/Src/BSP/bsp_mqtt.o ./BASE/Src/BSP/bsp_mqtt.su ./BASE/Src/BSP/bsp_mqtt_pub.cyclo ./BASE/Src/BSP/bsp_mqtt_pub.d ./BASE/Src/BSP/bsp_mqtt_pub.o ./BASE/Src/BSP/bsp_mqtt_pub.su ./BASE/Src/BSP/bsp_pb_decode_encode.cyclo ./BASE/Src/BSP/bsp_pb_decode_encode.d ./BASE/Src/BSP/bsp_pb_decode_encode.o ./BASE/Src/BSP/bsp_pb_decode_encode.su ./BASE/Src/BSP/bsp_qspi_w25q128.cyclo ./BASE/Src/BSP/bsp_qspi_w25q128.d ./BASE/Src/BSP/bsp_qspi_w25q128.o ./BASE/Src/BSP/bsp_qspi_w25q128.su ./BASE/Src/BSP/bsp_tempature.cyclo ./BASE/Src/BSP/bsp_tempature.d ./BASE/Src/BSP/bsp_tempature.o ./BASE/Src/BSP/bsp_tempature.su ./BASE/Src/BSP/pb_common.cyclo ./BASE/Src/BSP/pb_common.d ./BASE/Src/BSP/pb_common.o ./BASE/Src/BSP/pb_common.su ./BASE/Src/BSP/pb_decode.cyclo ./BASE/Src/BSP/pb_decode.d ./BASE/Src/BSP/pb_decode.o ./BASE/Src/BSP/pb_decode.su ./BASE/Src/BSP/pb_encode.cyclo ./BASE/Src/BSP/pb_encode.d ./BASE/Src/BSP/pb_encode.o ./BASE/Src/BSP/pb_encode.su .PHONY: clean-BASE-2f-Src-2f-BSP