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

📄 makefile

📁 Freescale mpc834x 的VxWorks平台的BSP源代码。
💻
字号:
# Makefile - makefile for bsp/config/wrSbc834x## Copyright (c) 2005 Wind River Systems, Inc.## The right to copy, distribute, modify or otherwise make use# of this software may be licensed only pursuant to the terms# of an applicable Wind River license agreement.## modification history# --------------------# 01b,28jul05,j_b  remove romExtras.a, add sysAUtils.s to MACH_EXTRA# 01a,24jun05,j_b  adapted from ads834x (rev 01b)## DESCRIPTION# This file contains rules for building VxWorks for the# Wind River SBC8349E/47E board with a PowerPC 8349E/47E CPU.## INCLUDES#     makeTarget#*/CPU              = PPC603CPU_VARIANT      = _83xxTOOL             = diabTGT_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	= wrSbc834xVENDOR		= Wind RiverBOARD		= wrSbc834xUSR_ENTRY	= usrInitRELEASE		+= bootrom_uncmp.hex## 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    = fff00100 # ROM entry addressROM_SIZE         = 00100000 # number of bytes of ROM spaceROM_WARM_ADRS    = fff00108 # ROM warm entry addressROM_LINK_ADRS	 = ff800000RAM_LOW_ADRS     = 00010000 # RAM text/data addressRAM_HIGH_ADRS    = 00e00000 # RAM text/data address# uncomment the following line to enable debugging#ADDED_CFLAGS +=  -g -OEXTRA_DEFINE   = -DVXWORKS -DMPC83XXMACH_EXTRA      = sysAUtils.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

⌨️ 快捷键说明

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