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

📄 makefile

📁 vxworks pb926开发板的bsp包
💻
字号:
# Makefile - make rules for target/config/integrator926ejs ## Copyright (c) 1999-2006 Wind River Systems, Inc.# Copyright 1999-2001 ARM Limited## modification history# --------------------# 01j,12jan06,jb   Adjust entry point for relocated offsets# 01i,02may05,mdo  SPR#107754# 01h,28feb05,rec  change RAM_LOW_ADRS# 01g,23may02,m_h  Reduce ROM_SIZE for boards with 32 meg RAM (77901)# 01f,20mar02,rec  Increase ROM size, SPR 74146# 01e,14nov01,dat  RELEASE update# 01d,30oct01,tpw  Standardize kernel links and bootrom conversions.# 01d,19oct01,t_m  Move to Arch5# 01c,25sep01,dat  Update for T2.2# 01b,11jul01,rec  fix passed arguments to objcopy# 01a,21feb01,h_k  created from 01f of integrator940t.## DESCRIPTION# This file contains rules for building VxWorks for the ARM INTEGRATOR AP# fited with an ARM966ES core module.## INCLUDES#     makeTarget#*/CPU		= ARMARCH5TOOL		= diabEXTRA_DEFINE	= -DCPU_926E \                  -DARMMMU=ARMMMU_926E -DARMCACHE=ARMCACHE_926ETGT_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	= integrator926ejsVENDOR		= ARM LimitedBOARD		= IntegratorRELEASE		+= bootrom.bin## 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	= 24000000 # ROM entry addressROM_SIZE	= 00100000 # number of bytes of ROM spaceRAM_LOW_ADRS	= 00004000 # RAM text/data addressRAM_HIGH_ADRS	= 00600000 # RAM text/data addressVMA_START	= 0x$(ROM_TEXT_ADRS)# Binary version of VxWorks ROM images, suitable for programming# into Flash using tools provided by ARM.  If other ROM images need to# be put into Flash, add similar rules here.bootrom.bin: bootrom	- @ $(RM) $@	$(EXTRACT_BIN) -O binary bootrom $@bootrom_res.bin: bootrom_res	- @ $(RM) $@	$(EXTRACT_BIN) -O binary bootrom_res $@bootrom_uncmp.bin: bootrom_uncmp	- @ $(RM) $@	$(EXTRACT_BIN) -O binary bootrom_uncmp $@vxWorks_rom.bin: vxWorks_rom	- @ $(RM) $@	$(EXTRACT_BIN) -O binary vxWorks_rom $@vxWorks.st_rom.bin: vxWorks.st_rom	- @ $(RM) $@	$(EXTRACT_BIN) -O binary vxWorks.st_rom $@vxWorks.res_rom.bin: vxWorks.res_rom	- @ $(RM) $@	$(EXTRACT_BIN) -O binary vxWorks.res_rom $@vxWorks.res_rom_nosym.bin: vxWorks.res_rom_nosym	- @ $(RM) $@	$(EXTRACT_BIN) -O binary vxWorks.res_rom_nosym $@MACH_EXTRA	= LIB_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

⌨️ 快捷键说明

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