-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmakefile.targets
17 lines (15 loc) · 1.18 KB
/
makefile.targets
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# DO NOT REMOVE! Generated by the GNU ARM Eclipse exporter from an mBed project.
mbedclean:
$(RM) $(OBJS)
$(RM) $(CC_DEPS)$(C++_DEPS)$(C_UPPER_DEPS)$(CXX_DEPS)$(ASM_DEPS)$(S_UPPER_DEPS)$(C_DEPS)$(CPP_DEPS)
$(RM) $(SECONDARY_FLASH)$(SECONDARY_SIZE) mbedos-proj.* linker-script-*.ld
-@echo ' '
linker-script-debug.ld: ../mbed-os/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L476xG/device/TOOLCHAIN_GCC_ARM/STM32L476XX.ld
"arm-none-eabi-cpp" -E -P -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -Wl,-n -Wl,--start-group -lstdc++ -lsupc++ -lm -lc -lgcc -lnosys -Wl,--end-group $< -o $@
mbedos-proj.elf: linker-script-debug.ld
linker-script-release.ld: ../mbed-os/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L476xG/device/TOOLCHAIN_GCC_ARM/STM32L476XX.ld
"arm-none-eabi-cpp" -E -P -DNDEBUG -Wl,-n -Wl,--start-group -lstdc++ -lsupc++ -lm -lc -lgcc -lnosys -Wl,--end-group $< -o $@
mbedos-proj.elf: linker-script-release.ld
linker-script-develop.ld: ../mbed-os/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L476xG/device/TOOLCHAIN_GCC_ARM/STM32L476XX.ld
"arm-none-eabi-cpp" -E -P -Wl,-n -Wl,--start-group -lstdc++ -lsupc++ -lm -lc -lgcc -lnosys -Wl,--end-group $< -o $@
mbedos-proj.elf: linker-script-develop.ld