📄 1064a75aab36001d120ac44325dd3a17
字号:
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
ROOT := ..
-include $(ROOT)/makefile.init
-include ../../microblaze_0_sw_platform/microblaze_0/libgen.mk
RM := rm -rf
# All of the sources participating in the build are defined here
-include sources.mk
-include $(SUBDIRS:%=%/subdir.mk)
-include objects.mk
-include $(DEPS)
-include $(ROOT)/makefile.defs
# All Target
all: TestApp_Memory.elf
dependents:
-cd C:/xup/embedded/labs/lab5/SDK_projects/microblaze_0_sw_platform && $(MAKE) all
TestApp_Memory.elf: C:/xup/embedded/sources/lab5_LinkScr.ld $(LIBRARIES) $(LIBDEP) $(OBJS)
@echo 'Building target: $@'
mb-gcc -o $@ $(OBJS) $(USER_OBJS) $(LIBS) -mno-xl-soft-mul -mxl-pattern-compare -mcpu=v7.10.b -L../../microblaze_0_sw_platform/microblaze_0/lib -xl-mode-executable -TC:/xup/embedded/sources/lab5_LinkScr.ld
@echo 'Finished building: $@'
@echo
@echo "**************" Validating ELF File "**************"
@echo
@echo 'Validating ELF Section Addresses with Hardware Address Map...'
elfcheck -noheader -mhs C:/xup/embedded/labs/lab5/system.mhs -p xc3s500efg320-4 -xmpdir C:/xup/embedded/labs/lab5 -pe microblaze_0 $@
@echo
@echo "**************" Determining Size of ELF File "**************"
@echo
mb-size $@
@echo
clean:
-$(RM) $(OBJS) $(DEPS) TestApp_Memory.elf
.PHONY: all clean dependents
.SECONDARY:
-include $(ROOT)/makefile.targets
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -