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

📄 makefile.bak

📁 ADS88x BSP
💻 BAK
字号:
# Makefile - makefile for bsp/config/ads88x## Copyright 1984-2003 Wind River Systems, Inc.## modification history# --------------------# 01b,15nov04,dtr  USing sfdiab as default tool.# 01a,01mar04,dtr  written from ads860/Makefile 01l version.## DESCRIPTION# This file contains rules for building VxWorks for the# Motorola Application Development Support Board with a PowerPC 885.## INCLUDES#     makeTarget#*/CPU              = PPC32CPU_VARIANT      = _ppc860TOOL             = sfdiab#TOOL             = gnuTGT_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)## Only redefine make definitions below this point, or your definitions will## be overwritten by the makefile stubs above.## BOOTCONFIG      = bootConfig.c## BOOTINIT        = bootInit.c## CONFIGALL       = configAll.c## DATASEGPAD      = dataSegPad.c## USECONFIG       = usrConfig.c## VERSION         = version.cTARGET_DIR	= ads88xVENDOR		= MotorolaBOARD		= ads88x DUETUSR_ENTRY	= usrInit## 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    = 02800100 # ROM entry addressROM_SIZE         = 00200000 # number of bytes of ROM spaceRAM_LOW_ADRS     = 00010000 # RAM text/data addressRAM_HIGH_ADRS    = 00400000 # RAM text/data address##MACH_EXTRA = MACH_EXTRA       += motFecEnd.o ## MACH_EXTRA       += motCpmEnd.oVMA_START        = 0x$(ROM_TEXT_ADRS)## 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)HSI_CONVERT = C:/ESTII/convert#############################################################################  Rule for creating a RAM downloadable vxWorks image with a WDB Agent.############################################################################vxWorks.bdx: vxWorks.st	$(HSI_CONVERT) -w vxWorks.st -b vxWorks.bdx -c vxWorks.ab -t ppc

⌨️ 快捷键说明

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