📄 pro_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:
# pro_flash_Debug
# pro_flash_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=D:\program\VDSP
# $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 "pro_flash_Debug" configuration
#
ifeq ($(MAKECMDGOALS),pro_flash_Debug)
pro_flash_Debug : ./Debug/pro_flash.ldr
Debug/command.doj :command.c bios.h $(VDSP)/Blackfin/include/cdefbf532.h $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h $(VDSP)/Blackfin/include/cdef_LPBlackfin.h $(VDSP)/Blackfin/include/stdio.h $(VDSP)/Blackfin/include/yvals.h $(VDSP)/Blackfin/include/sys/stdio_bf.h uart.h xmodem.h command.h flash.h utils.h 29dl640.h
@echo ".\command.c"
$(VDSP)/ccblkfn.exe -c .\command.c -file-attr ProjectName=pro_flash -g -structs-do-not-overlap -no-multiline -double-size-32 -decls-strong -warn-protos -si-revision 0.4 -proc ADSP-BF532 -o .\Debug\command.doj -MM
Debug/flash.doj :flash.c bios.h $(VDSP)/Blackfin/include/cdefbf532.h $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h $(VDSP)/Blackfin/include/cdef_LPBlackfin.h flash.h utils.h uart.h
@echo ".\flash.c"
$(VDSP)/ccblkfn.exe -c .\flash.c -file-attr ProjectName=pro_flash -g -structs-do-not-overlap -no-multiline -double-size-32 -decls-strong -warn-protos -si-revision 0.4 -proc ADSP-BF532 -o .\Debug\flash.doj -MM
Debug/init.doj :init.c bios.h $(VDSP)/Blackfin/include/cdefbf532.h $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h $(VDSP)/Blackfin/include/cdef_LPBlackfin.h uart.h
@echo ".\init.c"
$(VDSP)/ccblkfn.exe -c .\init.c -file-attr ProjectName=pro_flash -g -structs-do-not-overlap -no-multiline -double-size-32 -decls-strong -warn-protos -si-revision 0.4 -proc ADSP-BF532 -o .\Debug\init.doj -MM
Debug/main.doj :main.c $(VDSP)/Blackfin/include/string.h $(VDSP)/Blackfin/include/yvals.h bios.h $(VDSP)/Blackfin/include/cdefbf532.h $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h $(VDSP)/Blackfin/include/cdef_LPBlackfin.h uart.h xmodem.h command.h utils.h flash.h init.h
@echo ".\main.c"
$(VDSP)/ccblkfn.exe -c .\main.c -file-attr ProjectName=pro_flash -g -structs-do-not-overlap -no-multiline -double-size-32 -decls-strong -warn-protos -si-revision 0.4 -proc ADSP-BF532 -o .\Debug\main.doj -MM
./Debug/pro_flash_basiccrt.doj :./pro_flash_basiccrt.s $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h $(VDSP)/Blackfin/include/sys/_adi_platform.h $(VDSP)/Blackfin/include/sys/anomaly_macros_rtl.h $(VDSP)/Blackfin/include/sys/platform.h
@echo ".\pro_flash_basiccrt.s"
$(VDSP)/easmblkfn.exe .\pro_flash_basiccrt.s -proc ADSP-BF532 -g -si-revision 0.4 -o .\Debug\pro_flash_basiccrt.doj -MM
Debug/pro_flash_heaptab.doj :pro_flash_heaptab.c
@echo ".\pro_flash_heaptab.c"
$(VDSP)/ccblkfn.exe -c .\pro_flash_heaptab.c -file-attr ProjectName=pro_flash -g -structs-do-not-overlap -no-multiline -double-size-32 -decls-strong -warn-protos -si-revision 0.4 -proc ADSP-BF532 -o .\Debug\pro_flash_heaptab.doj -MM
Debug/uart.doj :uart.c $(VDSP)/Blackfin/include/stdarg.h $(VDSP)/Blackfin/include/yvals.h $(VDSP)/Blackfin/include/stdio.h $(VDSP)/Blackfin/include/sys/stdio_bf.h bios.h $(VDSP)/Blackfin/include/cdefbf532.h $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h $(VDSP)/Blackfin/include/cdef_LPBlackfin.h uart.h
@echo ".\uart.c"
$(VDSP)/ccblkfn.exe -c .\uart.c -file-attr ProjectName=pro_flash -g -structs-do-not-overlap -no-multiline -double-size-32 -decls-strong -warn-protos -si-revision 0.4 -proc ADSP-BF532 -o .\Debug\uart.doj -MM
Debug/utils.doj :utils.c bios.h $(VDSP)/Blackfin/include/cdefbf532.h $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h $(VDSP)/Blackfin/include/cdef_LPBlackfin.h
@echo ".\utils.c"
$(VDSP)/ccblkfn.exe -c .\utils.c -file-attr ProjectName=pro_flash -g -structs-do-not-overlap -no-multiline -double-size-32 -decls-strong -warn-protos -si-revision 0.4 -proc ADSP-BF532 -o .\Debug\utils.doj -MM
Debug/xmodem.doj :xmodem.c $(VDSP)/Blackfin/include/cdefbf532.h $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h $(VDSP)/Blackfin/include/cdef_LPBlackfin.h $(VDSP)/Blackfin/include/string.h $(VDSP)/Blackfin/include/yvals.h bios.h uart.h xmodem.h utils.h
@echo ".\xmodem.c"
$(VDSP)/ccblkfn.exe -c .\xmodem.c -file-attr ProjectName=pro_flash -g -structs-do-not-overlap -no-multiline -double-size-32 -decls-strong -warn-protos -si-revision 0.4 -proc ADSP-BF532 -o .\Debug\xmodem.doj -MM
./Debug/pro_flash.dxe :pro_flash.ldf ./Debug/pro_flash_basiccrt.doj $(VDSP)/Blackfin/lib/bf532_rev_0.3/libprofile532y.dlb ./Debug/command.doj ./Debug/flash.doj ./Debug/init.doj ./Debug/main.doj ./Debug/pro_flash_heaptab.doj ./Debug/uart.doj ./Debug/utils.doj ./Debug/xmodem.doj $(VDSP)/Blackfin/lib/cplbtab532.doj $(VDSP)/Blackfin/lib/bf532_rev_0.3/crtn532y.doj $(VDSP)/Blackfin/lib/bf532_rev_0.3/libsmall532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libio532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libc532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libevent532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libx532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libcpp532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libcpprt532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libf64ieee532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libdsp532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libsftflt532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libetsi532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libssl532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libdrv532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/idle532mty.doj $(VDSP)/Blackfin/lib/bf532_rev_0.3/librt_fileio532y.dlb
@echo "Linking..."
$(VDSP)/ccblkfn.exe .\Debug\command.doj .\Debug\flash.doj .\Debug\init.doj .\Debug\main.doj .\Debug\pro_flash_basiccrt.doj .\Debug\pro_flash_heaptab.doj .\Debug\uart.doj .\Debug\utils.doj .\Debug\xmodem.doj -T .\pro_flash.ldf -L .\Debug -flags-link -MDUSER_CRT=ADI_QUOTEpro_flash_basiccrt.dojADI_QUOTE,-MDUSE_FILEIO,-MD__cplusplus -flags-link -od,.\Debug -o .\Debug\pro_flash.dxe -proc ADSP-BF532 -si-revision 0.4 -flags-link -MM
./Debug/pro_flash.ldr :./Debug/pro_flash.dxe
@echo "Creating loader file..."
$(VDSP)/elfloader.exe .\Debug\pro_flash.dxe -b Flash -f BINARY -Width 16 -init $(VDSP)\Blackfin\ldr\init_code\ADSP-BF532\ INIT\ CODE\Debug\ADSP-BF532\ INIT\ CODE.dxe -o .\Debug\pro_flash.ldr -si-revision 0.4 -proc ADSP-BF532 -MM
endif
ifeq ($(MAKECMDGOALS),pro_flash_Debug_clean)
pro_flash_Debug_clean:
-$(RM) "Debug\command.doj"
-$(RM) "Debug\flash.doj"
-$(RM) "Debug\init.doj"
-$(RM) "Debug\main.doj"
-$(RM) ".\Debug\pro_flash_basiccrt.doj"
-$(RM) "Debug\pro_flash_heaptab.doj"
-$(RM) "Debug\uart.doj"
-$(RM) "Debug\utils.doj"
-$(RM) "Debug\xmodem.doj"
-$(RM) ".\Debug\pro_flash.dxe"
-$(RM) ".\Debug\pro_flash.ldr"
-$(RM) ".\Debug\*.ipa"
-$(RM) ".\Debug\*.opa"
-$(RM) ".\Debug\*.ti"
-$(RM) ".\*.rbld"
endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -