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

📄 makefile

📁 mpc5200 for bsp,it is have passed built.
💻
字号:
## 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -