|
|
|
################################################################################
|
|
|
|
# Automatically-generated file. Do not edit!
|
|
|
|
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
-include ../makefile.init
|
|
|
|
|
|
|
|
RM := rm -rf
|
|
|
|
|
|
|
|
# All of the sources participating in the build are defined here
|
|
|
|
-include sources.mk
|
|
|
|
-include USB_DEVICE/Target/subdir.mk
|
|
|
|
-include USB_DEVICE/App/subdir.mk
|
|
|
|
-include Src/gui/subdir.mk
|
|
|
|
-include Src/flow/subdir.mk
|
|
|
|
-include Src/subdir.mk
|
|
|
|
-include Middlewares/eez/platform/stm32/subdir.mk
|
|
|
|
-include Middlewares/eez/libs/lz4/subdir.mk
|
|
|
|
-include Middlewares/eez/libs/libscpi/src/subdir.mk
|
|
|
|
-include Middlewares/eez/libs/agg/subdir.mk
|
|
|
|
-include Middlewares/eez/gui/widgets/containers/subdir.mk
|
|
|
|
-include Middlewares/eez/gui/widgets/subdir.mk
|
|
|
|
-include Middlewares/eez/gui/subdir.mk
|
|
|
|
-include Middlewares/eez/fs/stm32/subdir.mk
|
|
|
|
-include Middlewares/eez/flow/components/subdir.mk
|
|
|
|
-include Middlewares/eez/flow/subdir.mk
|
|
|
|
-include Middlewares/eez/core/subdir.mk
|
|
|
|
-include Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/subdir.mk
|
|
|
|
-include Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/subdir.mk
|
|
|
|
-include Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/subdir.mk
|
|
|
|
-include Middlewares/Third_Party/FreeRTOS/Source/subdir.mk
|
|
|
|
-include Middlewares/Third_Party/FatFs/src/option/subdir.mk
|
|
|
|
-include Middlewares/Third_Party/FatFs/src/subdir.mk
|
|
|
|
-include Middlewares/ST/STM32_USB_Device_Library/Core/Src/subdir.mk
|
|
|
|
-include Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/subdir.mk
|
|
|
|
-include FATFS/Target/subdir.mk
|
|
|
|
-include FATFS/App/subdir.mk
|
|
|
|
-include Drivers/STM32F7xx_HAL_Driver/Src/subdir.mk
|
|
|
|
-include Drivers/BSP/STM32746G-Discovery/subdir.mk
|
|
|
|
-include Drivers/BSP/Components/wm8994/subdir.mk
|
|
|
|
-include Drivers/BSP/Components/ts3510/subdir.mk
|
|
|
|
-include Drivers/BSP/Components/stmpe811/subdir.mk
|
|
|
|
-include Drivers/BSP/Components/st7789h2/subdir.mk
|
|
|
|
-include Drivers/BSP/Components/st7735/subdir.mk
|
|
|
|
-include Drivers/BSP/Components/s5k5cag/subdir.mk
|
|
|
|
-include Drivers/BSP/Components/ov9655/subdir.mk
|
|
|
|
-include Drivers/BSP/Components/ov5640/subdir.mk
|
|
|
|
-include Drivers/BSP/Components/otm8009a/subdir.mk
|
|
|
|
-include Drivers/BSP/Components/mfxstm32l152/subdir.mk
|
|
|
|
-include Drivers/BSP/Components/ft6x06/subdir.mk
|
|
|
|
-include Drivers/BSP/Components/ft5336/subdir.mk
|
|
|
|
-include Drivers/BSP/Components/exc7200/subdir.mk
|
|
|
|
-include Drivers/BSP/Components/adv7533/subdir.mk
|
|
|
|
-include Core/Startup/subdir.mk
|
|
|
|
-include Core/Src/subdir.mk
|
|
|
|
-include objects.mk
|
|
|
|
|
|
|
|
ifneq ($(MAKECMDGOALS),clean)
|
|
|
|
ifneq ($(strip $(CC_DEPS)),)
|
|
|
|
-include $(CC_DEPS)
|
|
|
|
endif
|
|
|
|
ifneq ($(strip $(C++_DEPS)),)
|
|
|
|
-include $(C++_DEPS)
|
|
|
|
endif
|
|
|
|
ifneq ($(strip $(C_UPPER_DEPS)),)
|
|
|
|
-include $(C_UPPER_DEPS)
|
|
|
|
endif
|
|
|
|
ifneq ($(strip $(CXX_DEPS)),)
|
|
|
|
-include $(CXX_DEPS)
|
|
|
|
endif
|
|
|
|
ifneq ($(strip $(S_DEPS)),)
|
|
|
|
-include $(S_DEPS)
|
|
|
|
endif
|
|
|
|
ifneq ($(strip $(S_UPPER_DEPS)),)
|
|
|
|
-include $(S_UPPER_DEPS)
|
|
|
|
endif
|
|
|
|
ifneq ($(strip $(C_DEPS)),)
|
|
|
|
-include $(C_DEPS)
|
|
|
|
endif
|
|
|
|
ifneq ($(strip $(CPP_DEPS)),)
|
|
|
|
-include $(CPP_DEPS)
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
|
|
|
-include ../makefile.defs
|
|
|
|
|
|
|
|
OPTIONAL_TOOL_DEPS := \
|
|
|
|
$(wildcard ../makefile.defs) \
|
|
|
|
$(wildcard ../makefile.init) \
|
|
|
|
$(wildcard ../makefile.targets) \
|
|
|
|
|
|
|
|
|
|
|
|
BUILD_ARTIFACT_NAME := stm32f746g-disco
|
|
|
|
BUILD_ARTIFACT_EXTENSION := elf
|
|
|
|
BUILD_ARTIFACT_PREFIX :=
|
|
|
|
BUILD_ARTIFACT := $(BUILD_ARTIFACT_PREFIX)$(BUILD_ARTIFACT_NAME)$(if $(BUILD_ARTIFACT_EXTENSION),.$(BUILD_ARTIFACT_EXTENSION),)
|
|
|
|
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
|
|
EXECUTABLES += \
|
|
|
|
stm32f746g-disco.elf \
|
|
|
|
|
|
|
|
MAP_FILES += \
|
|
|
|
stm32f746g-disco.map \
|
|
|
|
|
|
|
|
SIZE_OUTPUT += \
|
|
|
|
default.size.stdout \
|
|
|
|
|
|
|
|
OBJDUMP_LIST += \
|
|
|
|
stm32f746g-disco.list \
|
|
|
|
|
|
|
|
|
|
|
|
# All Target
|
|
|
|
all:
|
|
|
|
+@$(MAKE) --no-print-directory main-build && $(MAKE) --no-print-directory post-build
|
|
|
|
|
|
|
|
# Main-build Target
|
|
|
|
main-build: stm32f746g-disco.elf secondary-outputs
|
|
|
|
|
|
|
|
# Tool invocations
|
|
|
|
stm32f746g-disco.elf stm32f746g-disco.map: $(OBJS) $(USER_OBJS) /media/internal/Programs/studio_build/templates/gitea-template-stm32f746g/STM32F746NGHX_FLASH.ld makefile objects.list $(OPTIONAL_TOOL_DEPS)
|
|
|
|
arm-none-eabi-g++ -o "stm32f746g-disco.elf" @"objects.list" $(USER_OBJS) $(LIBS) -mcpu=cortex-m7 -T"/media/internal/Programs/studio_build/templates/gitea-template-stm32f746g/STM32F746NGHX_FLASH.ld" -Wl,-Map="stm32f746g-disco.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mthumb -u _printf_float -Wl,--start-group -lc -lm -lstdc++ -lsupc++ -Wl,--end-group
|
|
|
|
@echo 'Finished building target: $@'
|
|
|
|
@echo ' '
|
|
|
|
|
|
|
|
default.size.stdout: $(EXECUTABLES) makefile objects.list $(OPTIONAL_TOOL_DEPS)
|
|
|
|
arm-none-eabi-size $(EXECUTABLES)
|
|
|
|
@echo 'Finished building: $@'
|
|
|
|
@echo ' '
|
|
|
|
|
|
|
|
stm32f746g-disco.list: $(EXECUTABLES) makefile objects.list $(OPTIONAL_TOOL_DEPS)
|
|
|
|
arm-none-eabi-objdump -h -S $(EXECUTABLES) > "stm32f746g-disco.list"
|
|
|
|
@echo 'Finished building: $@'
|
|
|
|
@echo ' '
|
|
|
|
|
|
|
|
# Other Targets
|
|
|
|
clean:
|
|
|
|
-$(RM) default.size.stdout stm32f746g-disco.elf stm32f746g-disco.list stm32f746g-disco.map
|
|
|
|
-@echo ' '
|
|
|
|
|
|
|
|
post-build:
|
|
|
|
arm-none-eabi-objcopy -O ihex stm32f746g-disco.elf stm32f746g-disco.hex
|
|
|
|
-@echo ' '
|
|
|
|
|
|
|
|
secondary-outputs: $(SIZE_OUTPUT) $(OBJDUMP_LIST)
|
|
|
|
|
|
|
|
fail-specified-linker-script-missing:
|
|
|
|
@echo 'Error: Cannot find the specified linker script. Check the linker settings in the build configuration.'
|
|
|
|
@exit 2
|
|
|
|
|
|
|
|
warn-no-linker-script-specified:
|
|
|
|
@echo 'Warning: No linker script specified. Check the linker settings in the build configuration.'
|
|
|
|
|
|
|
|
.PHONY: all clean dependents main-build fail-specified-linker-script-missing warn-no-linker-script-specified post-build
|
|
|
|
|
|
|
|
-include ../makefile.targets
|