?? makefile
字號:
# Makefile - make rules for target/config/wrSbcArm7
#
#
# Copyright 1996-2001 Wind River Systems, Inc.
#
# modification history
# --------------------
# 01o,23jul04,a_m BSP定制 for 多刃劍開發板
# 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 = ARMARCH4
# : gnu->diab
TOOL = diab
EXTRA_DEFINE = -Wcomment -DCPU_7TDMI -DARMMMU=ARMMMU_NONE -DARMCACHE=ARMCACHE_KS32C
TGT_DIR = $(WIND_BASE)/target
include $(TGT_DIR)/h/make/defs.bsp
#include $(TGT_DIR)/h/make/make.$(CPU)$(TOOL)
#include $(TGT_DIR)/h/make/defs.$(WIND_HOST_TYPE)
# : sngks32cEnd deleted
DOC_FILES = sysLib sngks32cSio
## Only redefine make definitions below this point, or your definitions will
## be overwritten by the makefile stubs above.
# : wrSbcArm7->bspS3C44B0X
TARGET_DIR = bspS3C44B0X
# : WindRiver->
VENDOR =
# : SBCARM7->strong44B0X
BOARD = strong44B0X
# : added
CONFIG_ALL = $(TGT_DIR)\config\allS3C44B0X
#
# 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.
#
# : 01000000->00000000
ROM_TEXT_ADRS = 00000000 # ROM entry address
# : 01000004->00000004
ROM_WARM_ADRS = 00000004 # ROM warm entry address
# : 00100000->00080000
ROM_SIZE = 00080000 # number of bytes of ROM space
# : 00006000->0C001000
RAM_LOW_ADRS = 0C001000 # RAM text/data address (bootrom)
# : 00480000->0C500000
RAM_HIGH_ADRS = 0C500000 # RAM text/data address (bootrom)
# : sngks32cEnd.o deleted, other added
MACH_EXTRA = ne2000End.o sst39vf160.o ftpdLib.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 + -