?? 906ef245babb001d1cadda25ac8ccbe2
字號:
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
ROOT := ..
-include $(ROOT)/makefile.init
-include $(ROOT)/../microblaze_0_sw_platform/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: sdk_lab.elf
dependents:
-cd E:/bwy86/My_offices/lab/SDK_projects/microblaze_0_sw_platform && $(MAKE) clean all
sdk_lab.elf: $(LIBRARIES) $(LIBDEP) $(OBJS)
@echo 'Building target: $@'
mb-gcc -o $@ $(OBJS) $(USER_OBJS) $(LIBS) -mno-xl-soft-mul -mxl-pattern-compare -mcpu=v6.00.a -L../../microblaze_0_sw_platform/microblaze_0/lib -xl-mode-executable
@echo 'Finished building: $@'
@echo
@echo "**************" Validating ELF File "**************"
@echo
@echo 'Validating ELF Section Addresses with Hardware Address Map...'
elfcheck -mhs E:/bwy86/My_offices/lab/lab1.mhs -p xc3s500efg320-4 -xmpdir E:/bwy86/My_offices/lab -pe microblaze_0 $@
@echo
@echo "**************" Determining Size of ELF File "**************"
@echo
mb-size $@
@echo
clean:
-$(RM) $(OBJS) $(DEPS) sdk_lab.elf
.PHONY: all clean dependents
-include $(ROOT)/makefile.targets
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -