⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 boot_example_w_init.mak

📁 BLACKFIN BF533 的启动初试化程序
💻 MAK
字号:
# Generated by the VisualDSP++ IDDE

# Note:  Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDDE.  If you wish to preserve
# changes, rename this file and run it externally to the IDDE.

# The syntax of this Makefile is such that GNU Make v3.77 or higher is
# required.

# The current working directory should be the directory in which this
# Makefile resides.

# Supported targets:
#     Boot_Example_w_Init_Debug
#     Boot_Example_w_Init_Debug_clean

# Define this variable if you wish to run this Makefile on a host
# other than the host that created it and VisualDSP++ may be installed
# in a different directory.

ADI_DSP=C:\Program Files\Analog Devices\VisualDSP 4.5


# $VDSP is a gmake-friendly version of ADI_DIR

empty:=
space:= $(empty) $(empty)
VDSP_INTERMEDIATE=$(subst \,/,$(ADI_DSP))
VDSP=$(subst $(space),\$(space),$(VDSP_INTERMEDIATE))

RM=cmd /C del /F /Q

#
# Begin "Boot_Example_w_Init_Debug" configuration
#

ifeq ($(MAKECMDGOALS),Boot_Example_w_Init_Debug)

Boot_Example_w_Init_Debug : ./Debug/Boot_Example_w_Init.ldr 

./Debug/Blink_Code.doj :./Blink_Code.ASM $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/defBF533.h $(VDSP)/Blackfin/include/def_LPBlackfin.h 
	@echo ".\Blink_Code.ASM"
	$(VDSP)/easmblkfn.exe .\Blink_Code.ASM -proc ADSP-BF533 -g -si-revision 0.4 -o .\Debug\Blink_Code.doj -MM

./Debug/Boot_Example_w_Init.dxe :adsp-BF533_ASM.ldf ./Debug/Blink_Code.doj $(VDSP)/Blackfin/lib/libsmall532.dlb $(VDSP)/Blackfin/lib/libc532.dlb $(VDSP)/Blackfin/lib/libm3free532.dlb $(VDSP)/Blackfin/lib/libevent532.dlb $(VDSP)/Blackfin/lib/libio532.dlb $(VDSP)/Blackfin/lib/libdsp532.dlb $(VDSP)/Blackfin/lib/libsftflt532.dlb $(VDSP)/Blackfin/lib/libetsi532.dlb $(VDSP)/Blackfin/lib/librt_fileio532.dlb 
	@echo "Linking..."
	$(VDSP)/ccblkfn.exe .\Debug\Blink_Code.doj -T .\adsp-BF533_ASM.ldf -L .\Debug -add-debug-libpaths -flags-link -od,.\Debug -o .\Debug\Boot_Example_w_Init.dxe -proc ADSP-BF533 -si-revision 0.4 -flags-link -MM

./Debug/Boot_Example_w_Init.ldr :./Debug/Boot_Example_w_Init.dxe 
	@echo "Creating loader file..."
	$(VDSP)/elfloader.exe .\Debug\Boot_Example_w_Init.dxe -b Flash -f HEX -Width 16 -init .\Init_Sdram\Debug\Init_Sdram.dxe -o .\Debug\Boot_Example_w_Init.ldr -si-revision 0.4 -proc ADSP-BF533 -MM

endif

ifeq ($(MAKECMDGOALS),Boot_Example_w_Init_Debug_clean)

Boot_Example_w_Init_Debug_clean:
	-$(RM) ".\Debug\Blink_Code.doj"
	-$(RM) ".\Debug\Boot_Example_w_Init.dxe"
	-$(RM) ".\Debug\Boot_Example_w_Init.ldr"
	-$(RM) ".\Debug\*.ipa"
	-$(RM) ".\Debug\*.opa"
	-$(RM) ".\Debug\*.ti"
	-$(RM) ".\*.rbld"

endif


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -