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

📄 amd flash programmer.mak

📁 Analog Device ADSP21346平台下对AMD Flash操作的例程
💻 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:
#     AMD Flash Programmer_Debug
#     AMD Flash Programmer_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 "AMD Flash Programmer_Debug" configuration
#

ifeq ($(MAKECMDGOALS),AMD Flash Programmer_Debug)

AMD\ Flash\ Programmer_Debug : ./Debug/AMD\ Flash\ Programmer.dxe 

Debug/adi_am29lv081b.doj :adi_am29lv081b.c adi_am29lv081b.h Services_Sharc.h util.h adi_flash.h Errors.h $(VDSP)/213xx/include/def21364.h $(VDSP)/213xx/include/def21363.h $(VDSP)/213xx/include/Cdef21364.h $(VDSP)/213xx/include/Cdef21363.h 
	@echo ".\adi_am29lv081b.c"
	$(VDSP)/cc21k.exe -c .\adi_am29lv081b.c -file-attr ProjectName=AMD\ Flash\ Programmer -g -no-multiline -I ..\..\..\include\drivers\flash -double-size-32 -flags-compiler --diag_warning,implicit_func_decl -warn-protos -proc ADSP-21364 -o .\Debug\adi_am29lv081b.doj -MM

./Debug/main.doj :main.c $(VDSP)/213xx/include/stdlib.h adi_am29lv081b.h Services_Sharc.h util.h adi_flash.h Errors.h $(VDSP)/213xx/include/SRU.h $(VDSP)/213xx/include/sru21364.h $(VDSP)/213xx/include/sru21363.h $(VDSP)/213xx/include/def21363.h test.txt 
	@echo ".\main.c"
	$(VDSP)/cc21k.exe -c .\main.c -file-attr ProjectName=AMD\ Flash\ Programmer -g -no-multiline -I ..\..\..\include\drivers\flash -double-size-32 -flags-compiler --diag_warning,implicit_func_decl -warn-protos -proc ADSP-21364 -o .\Debug\main.doj -MM

./Debug/AMD\ Flash\ Programmer.dxe :$(VDSP)/213xx/ldf/ADSP-21364.ldf $(VDSP)/213xx/lib/2136x_rev_0.0/364_hdr.doj ./Debug/adi_am29lv081b.doj ./Debug/main.doj $(VDSP)/213xx/lib/2136x_rev_0.0/libc36x.dlb $(VDSP)/213xx/lib/2136x_rev_0.0/libio.dlb $(VDSP)/213xx/lib/2136x_rev_0.0/libdsp36x.dlb $(VDSP)/213xx/lib/2136x_rev_0.0/libcpp.dlb $(VDSP)/213xx/lib/2136x_rev_0.0/libeh.dlb $(VDSP)/213xx/lib/2136x_rev_0.0/libcpprt.dlb 
	@echo "Linking..."
	$(VDSP)/cc21k.exe .\Debug\adi_am29lv081b.doj .\Debug\main.doj -L .\Debug -flags-link -od,.\Debug -o .\Debug\AMD\ Flash\ Programmer.dxe -proc ADSP-21364 -MM

endif

ifeq ($(MAKECMDGOALS),AMD Flash Programmer_Debug_clean)

AMD\ Flash\ Programmer_Debug_clean:
	-$(RM) "Debug\adi_am29lv081b.doj"
	-$(RM) ".\Debug\main.doj"
	-$(RM) ".\Debug\AMD Flash Programmer.dxe"
	-$(RM) ".\Debug\*.ipa"
	-$(RM) ".\Debug\*.opa"
	-$(RM) ".\Debug\*.ti"
	-$(RM) ".\*.rbld"

endif


⌨️ 快捷键说明

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