📄 makefile
字号:
# Makefile - make rules for target/config/iq80310## Copyright 1996-2001 Wind River Systems, Inc.## modification history# --------------------# 01l,24jun02,scm add diab compiler optimization workaround...# 01k,22jan02,scm remove -Wcomment...# 01j,18jan02,scm rmove bootinit.c# 01i,12dec01,j_b removed LD_PARTIAL_FLAGS and LDFLAGS# 01h,14nov01,dat removed RELEASE update# 01g,25sep01,dat Update for T2.2# 01i,06sep01,scm correct POST_BUILD_RULE...# 01h,23jul01,scm change XScale name to conform to coding standards...# 01g,12jul01,rec fix passed arguments to objcopy# 01f,07may01,scm remove local device drivers...# 01e,11jan01,scm remove local copies of bootInit.c and usrConfig.c# 01d,11dec00,scm replace ARMSA2 with XScale...# 01c,06dec00,jb Adding local network support# 01b,31oct00,scm add post build rule...# 01a,31aug00,scm took the base from ebixdb## DESCRIPTION# This file contains rules for building vxWorks for the IQ80310 EVal board.## INCLUDES# makeTarget#*/CPU = XSCALE# if using diab uncomment "-Xkill-opt -Xkill-reorder" lines below...TOOL = gnu EXTRA_DEFINE = -DCPU_XSCALE \ -DARMMMU=ARMMMU_XSCALE -DARMCACHE=ARMCACHE_XSCALETGT_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 = iq80310VENDOR = CycloneBOARD = IQ80310POST_BUILD_RULE = objcopyarm -O binary $@ $@.bin## 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.## Boot from EPROMROM_BASE_ADRS = 00000000 # base address of EPROMROM_TEXT_ADRS = 00008400 # code start addr in EPROMROM_SIZE = 00800000 # size of EPROMRAM_LOW_ADRS = a0010000 # RAM text/data addressRAM_HIGH_ADRS = a0100000 # RAM text/data addressMACH_EXTRA =## iq80310 diab specific compile options for bootroms, only needed when TOOL=diab#CC_PROJECT_OPTIMIZE_FLAGS += -Xkill-opt=0x10000 -Xkill-reorder=0x8#CC_OPTIM_NORMAL += -Xkill-opt=0x10000 -Xkill-reorder=0x8#CC_OPTIM_TARGET += -Xkill-opt=0x10000 -Xkill-reorder=0x8## 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 + -