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

📄 makefile

📁 VxWorkS下 MV2604的BSP源代码
💻
字号:
# Makefile - makefile for bsp/config/mv2604## Copyright 1984-2002 Wind River Systems, Inc.# Copyright 1996-2001 Motorola, Inc.## modification history# --------------------# 01p,29apr02,sbs  update for T2.2 release.# 01o,16jan02,yvp  Increase RAM_HIGH_ADRS to 0x00300000 - prevent build errs.# 01n,14nov01,dat  removed RELEASE# 01m,30oct01,tpw  Standardize kernel links and bootrom conversions.# 01l,25sep01,dat  Update for T2.2# 01k,28mar01,pch  Set HEX_FLAGS to empty for new GNU objcopyppc# 01k,04jun01,sn   Removed obsolete TARGET_DIR preprocessor macro# 01j,18may98,ms_  change ROM_SIZE to 1 Meg (0x00100000) (SPR 21240)# 01i,15apr98,ms_  release target is bootrom_uncmp, vxWorks, vxWorks.st# 01h,08apr98,dat  removed dec21140.obj# 01g,11jun97,mas  changed bootrom_uncmp.hex to bootrom.hex for standard RELEASE# 01f,18feb97,dat  removed dcCsr.obj, not needed# 01e,10jan97,dat  added CPU=PPC604 to dec21140 make rule# 01d,13dec96,mas  upgraded for Motorola 2600 BSP (SPR 7525).# 01c,05mar96,tpr  changed -DULTRA by -DMV1600.# 01b,04mar96,tpr  added EXTRA_DEFINE .# 01a,28nov95,tpr  written from bsp/mv167/Makefile 01h version.## DESCRIPTION# This file contains rules for building VxWorks for the# Motorola MVME2600 board with a PowerPC 604 processor.## INCLUDES#     makeTarget#*/CPU              = PPC604TOOL             = gnuTGT_DIR=$(WIND_BASE)/targetinclude $(TGT_DIR)/h/make/defs.bsp#include $(TGT_DIR)/h/make/make.$(CPU)$(TOOL)#include $(TGT_DIR)/h/make/defs.$(WIND_HOST_TYPE)## Only redefine make definitions below this point, or your definitions will## be overwritten by the makefile stubs above.TARGET_DIR	= mv2604VENDOR		= MotorolaBOARD		= MVME2600EXTRA_DEFINE    = -DMV2600RELEASE		+= bootrom.binUSR_ENTRY       = usrInit## The constants ROM_TEXT_ADRS, ROM_SIZE, and RAM_HIGH_ADRS are defined# in config.h, MakeSkel, Makefile, and Makefile.*# All definitions for these constants must be identical.#ROM_TEXT_ADRS	= fff00100 # ROM entry addressROM_SIZE	= 0x00100000 # number of bytes of ROM spaceRAM_LOW_ADRS	= 00100000 # RAM text/data addressRAM_HIGH_ADRS	= 00300000 # RAM text/data addressMACH_EXTRA	=## Only redefine make definitions above this point, or the expansion of ## makefile target dependencies may be incorrect.include $(TGT_DIR)/h/make/rules.bsp#include $(TGT_DIR)/h/make/rules.$(WIND_HOST_TYPE)

⌨️ 快捷键说明

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