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

📄 makefile

📁 wind river提供的MPC8260的BSP典型代码
💻
字号:
# Makefile - make rules for vw/config/wrSbc8260 Wind River SBC8260 Board## Copyright 1988-2001 Wind River Systems, Inc.## modification history# --------------------# 01f,26apr02,gjc  Removing -g -o from EXTRA_DEFINE SPR #73140# 01e,01apr02,kab  SPR 73140: ADDED_CFLAGS should be empty# 01d,14nov01,dat  RELEASE update# 01c,30oct01,g_h  SPR 7747 - Removed HEX_FLAGS definition.# 01b,23oct01,g_h  Update for T2.2# 01a,13jun01,g_h  adopted from est8260 BSP Makefile (ver 01a).## DESCRIPTION# -----------# This file contains rules for building VxWorks for the# Wind River SBC8260 board. ##  TARGETS#  -------#  This section briefly lists the available build targets. ## INCLUDES#     makeTarget#*/CPU             = PPC603TOOL            = 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	= wrSbc8260VENDOR		= WindRiverBOARD		= SBC8260 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    = 00100000  # RAM text/data addressRAM_HIGH_ADRS   = 01E00000  # RAM text/data address, for 64Meg 01E00000 and for 16Meg 00E00000## Comment the following line to disable debuggingEXTRA_DEFINE    = MACH_EXTRA      = m8260SccEnd.objEXTRA_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 + -