📄 bootdata.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:
# Bootdata_Debug
# Bootdata_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=E:\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 "Bootdata_Debug" configuration
#
ifeq ($(MAKECMDGOALS),Bootdata_Debug)
Bootdata_Debug : ./Debug/Bootdata.ldr
./Debug/Bootcode.doj :$(VDSP)/TS/include/defts201.h ./Bootcode.asm
@echo ".\Bootcode.asm"
$(VDSP)/easmts.exe .\Bootcode.asm -proc ADSP-TS201 -g -si-revision 0.1 -o .\Debug\Bootcode.doj -MM
./Debug/Bootdata.dxe :./Debug/Bootcode.doj ADSP-TS201_ASM.ldf Debug/Bootcode.doj
@echo "Linking..."
$(VDSP)/ccts.exe .\Debug\Bootcode.doj -T .\ADSP-TS201_ASM.ldf -L .\Debug -flags-link -od,.\Debug -o .\Debug\Bootdata.dxe -proc ADSP-TS201 -si-revision 2.0 -flags-link -MM
./Debug/Bootdata.ldr :./Debug/Bootdata.dxe $(VDSP)/TS/ldr/TS201_host.dxe
@echo "Creating loader file..."
$(VDSP)/elfloader.exe .\Debug\Bootdata.dxe -bHOST -fASCII -l $(VDSP)\TS\ldr\TS201_host.dxe -o .\Debug\Bootdata.ldr -t32765 -si-revision 2.0 -proc ADSP-TS201 -MM
endif
ifeq ($(MAKECMDGOALS),Bootdata_Debug_clean)
Bootdata_Debug_clean:
-$(RM) ".\Debug\Bootcode.doj"
-$(RM) ".\Debug\Bootdata.dxe"
-$(RM) ".\Debug\Bootdata.ldr"
-$(RM) ".\Debug\*.ipa"
-$(RM) ".\Debug\*.opa"
-$(RM) ".\Debug\*.ti"
-$(RM) ".\*.rbld"
endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -