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

📄 bootdata.mak

📁 TS201 HOSTBOOT源代码 学习TS201 HOSTHOOT
💻 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/iir.doj :$(VDSP)/TS/include/defTS201.h ./IIRDef.h ./iir.asm 
	@echo ".\iir.asm"
	$(VDSP)/easmts.exe .\iir.asm -proc ADSP-TS201 -g -si-revision 0.1 -o .\Debug\iir.doj -MM

./Debug/Variables.doj :$(VDSP)/TS/include/defTS201.h ./IIRDef.h ./Variables.asm ./coeffs.dat ./indata.dat 
	@echo ".\Variables.asm"
	$(VDSP)/easmts.exe .\Variables.asm -proc ADSP-TS201 -g -si-revision 0.1 -o .\Debug\Variables.doj -MM

Debug/bootdata.dxe :ADSP-TS201_ASM.ldf ./Debug/iir.doj ./Debug/Variables.doj 
	@echo "Linking..."
	$(VDSP)/ccts.exe .\Debug\iir.doj .\Debug\Variables.doj -T .\ADSP-TS201_ASM.ldf -map .\Debug\bootdata.map.xml -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 -t32760 -si-revision 2.0 -proc ADSP-TS201 -MM

endif

ifeq ($(MAKECMDGOALS),bootdata_Debug_clean)

bootdata_Debug_clean:
	-$(RM) ".\Debug\iir.doj"
	-$(RM) ".\Debug\Variables.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 + -