makefile
来自「mpc5200 for bsp,it is have passed built.」· 代码 · 共 61 行
TXT
61 行
## TARGETS# -------# This section briefly lists the available build targets. ## INCLUDES# makeTarget#*/CPU = PPC603TOOL = gnuTGT_DIR = $(WIND_BASE)/targetinclude $(TGT_DIR)/h/make/defs.bspCFLAGS += -g -O0CFLAGS_PIC += -g -O0#### Only redefine make definitions below this point, or your definitions will## be overwritten by the makefile stubs above.##TARGET_DIR = Lite5200BVENDOR = WindRiverBOARD = Motorola Lite 5200B############################################################# Custom versions of the following for IceCube5200 BSP##USR_ENTRY = usrInitBOOTCONFIG = bootConfig.cUSRCONFIG = usrConfig.cBOOTINIT = bootInit.cROM_SIZE = 00100000 # 1MB - Lite5200B Main Falsh(CS0)ROM_TEXT_ADRS = FFF00100 # BOOT_HIGH = 1RAM_HIGH_ADRS = 01E00000 # BOOT_HIGH = 1, 256MB RAMRAM_LOW_ADRS = 00100000 # BOOT_HIGH = 1, All RAM sizesLIB_EXTRA = libMPC5200.a############################################################# Only redefine make definitions above this point, or the expansion of ## makefile target dependencies may be incorrect.include $(TGT_DIR)/h/make/rules.bsp############################################################# Simple target to help support.support: @echo ROM_TEXT_ADRS __$(ROM_TEXT_ADRS)__ @echo ROM_SIZE __$(ROM_SIZE)__ @echo RAM_LOW_ADRS __$(RAM_LOW_ADRS)__ @echo RAM_HIGH_ADRS __$(RAM_HIGH_ADRS)__ @echo LIB5200 __$(LIB5200)__ @echo LIB5200DRV __$(LIB5200DRV)__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?