?? makefile
字號:
# Makefile - make rules for target/config/wrSbcArm7## Copyright 1996-2001 Wind River Systems, Inc.## modification history# --------------------# 01h,07dec01,m_h increase ROM_SIZE for rom resident images# 01g,14nov01,dat removed RELEASE# 01f,30oct01,tpw Standardize kernel links and bootrom conversions.# 01e,25sep01,dat Update for T2.2# 01g,27sep01,m_h little endian comment# 01f,10jul01,g_h remove sngks32cSio & sbcCksum# 01e,05jun01,m_h add cksum workaround for hardware bug# 01d,22may01,m_h update DOC_FILES# 01c,26apr01,m_h add vxWorks.st to release build list# 01b,17apr01,m_h remove pkLib.o# 01a,12apr01,m_h created from snds100 template.## DESCRIPTION# This file contains rules for building VxWorks for the SBC ARM7 board# in little endian mode## INCLUDES# makeTarget#*/CPU = ARMARCH4TOOL = gnuEXTRA_DEFINE = -Wcomment -DCPU_7TDMI -DARMMMU=ARMMMU_NONE -DARMCACHE=ARMCACHE_KS32CTGT_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)DOC_FILES = sysLib sngks32cEnd sngks32cSio## Only redefine make definitions below this point, or your definitions will## be overwritten by the makefile stubs above.TARGET_DIR = wrSbcArm7VENDOR = WindRiverBOARD = SBCARM7 ## The constants ROM_TEXT_ADRS, ROM_SIZE, and RAM_HIGH_ADRS are defined# in config.h and Makefile.# All definitions for these constants must be identical.#ROM_TEXT_ADRS = 01000000 # ROM entry addressROM_WARM_ADRS = 01000004 # ROM warm entry addressROM_SIZE = 00100000 # number of bytes of ROM spaceRAM_LOW_ADRS = 00006000 # RAM text/data address (bootrom)RAM_HIGH_ADRS = 00480000 # RAM text/data address (bootrom)MACH_EXTRA = sngks32cEnd.o ## 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 + -