?? boot_example.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_Debug
# Boot_Example_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_Debug" configuration
#
ifeq ($(MAKECMDGOALS),Boot_Example_Debug)
Boot_Example_Debug : Debug/Boot_Example.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.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.dxe -proc ADSP-BF533 -si-revision 0.4 -flags-link -MM
Debug/Boot_Example.ldr :Debug/Boot_Example.dxe
@echo "Creating loader file..."
$(VDSP)/elfloader.exe Debug\Boot_Example.dxe -b Flash -f HEX -Width 16 -init $(VDSP)\Blackfin\ldr\init_code\ADSP-BF533\ INIT\ CODE\ADSP-BF533\ INIT\ CODE.dxe -o Debug\Boot_Example.ldr -si-revision 0.4 -proc ADSP-BF533 -MM
endif
ifeq ($(MAKECMDGOALS),Boot_Example_Debug_clean)
Boot_Example_Debug_clean:
-$(RM) ".\Debug\Blink_Code.doj"
-$(RM) "Debug\Boot_Example.dxe"
-$(RM) "Debug\Boot_Example.ldr"
-$(RM) ".\Debug\*.ipa"
-$(RM) ".\Debug\*.opa"
-$(RM) ".\Debug\*.ti"
-$(RM) ".\*.rbld"
endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -