📄 makefile
字号:
# Makefile - make rules for /config/wrSbc7410 Wind River SBC7410 Board## Copyright 1984-2002 Wind River Systems, Inc.## modification history# --------------------# 01j,26apr02,gtf Modified for wrSbc7410 bsp.# 01i,01apr02,kab SPR 73140: ADDED_CFLAGS should be empty# 01h,13dec01,g_h Add -fvec to ADDED_CFLAGS# 01g,12dec01,g_h Change RAM_HIGH_ADRS to 01E00000 # 01f,19nov01,g_h Change -O0 to -O to be compatible with DIAB# 01e,14nov01,dat RELEASE update# 01d,30oct01,tpw Standardize kernel links and bootrom conversions#.# 01c,23oct01,g_h Cleaning.# 01b,25sep01,dat Update for T2.2# 01a,25aug01,g_h Created## DESCRIPTION# -----------# This file contains rules for building VxWorks for the# Wind River wrSbc7410 board ## INCLUDES# makeTarget#*/ CPU = PPC604TOOL = gnuTGT_DIR = $(WIND_BASE)/targetinclude $(TGT_DIR)/h/make/defs.bsp## Only redefine make definitions below this point, or your definitions will## be overwritten by the makefile stubs above. TARGET_DIR = wrSbc7410VENDOR = WindRiverBOARD = wrSbc7410 EvaluationRELEASE += bootrom_uncmp.hexUSR_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 = 00100000 # number of bytes of ROM space RAM_LOW_ADRS = 00400000 # RAM text/data addressRAM_HIGH_ADRS = 00e00000 # RAM text/data address## Comment the following line to disable debuggingADDED_CFLAGS = -g -O #### altivec processor support##ADDED_CFLAGS += -fvecEXTRA_MODULES =## Only redefine make definitions above this point, or the expansion of ## makefile target dependencies may be incorrect.include $(TGT_DIR)/h/make/rules.bsp
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -