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

📄 makefile

📁 VxWorks下的PowerPC 824X系列CPU的bSP包!
💻
字号:
# Makefile - make rules for vw/config/wrSbc824x Wind River SBC8240/8245 Board## Copyright 1988-2001 Wind River Systems, Inc.## modification history# --------------------# 01g,26apr02,gjc  Removing -g -o from EXTRA_DEFINE SPR #73140# 01f,01apr02,kab  SPR 73140: ADDED_CFLAGS should be empty# 01e,19nov01,g_h  Change -O0 to -O to be compatible with DIAB# 01d,14nov01,dat  removed RELEASE# 01c,30oct01,g_h  SPR 7747 - Removed HEX_FLAGS definition.# 01b,29oct01,g_h  Updated for T2.2# 01a,29oct00,g_h  Original verion## DESCRIPTION# -----------# This file contains rules for building VxWorks for the# Wind River SBC8240/8245 board. #  Targets can be built for use with or without Wind River HSI's #  Tornado Backend, and Wind River HSI's Transparent Mode Driver.## 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      = wrSbc824xVENDOR		= WindRiverBOARD		= SBC8240/8245 EvaluationUSR_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        = 00080000  # number of bytes of ROM space RAM_LOW_ADRS    = 00100000  # RAM text/data addressRAM_HIGH_ADRS   = 01F00000  # RAM text/data address for 64Meg put 01F00000 and for 16Meg put 00E00000## Comment the following line to disable debuggingEXTRA_DEFINE    = MACH_EXTRA      = #pnic169End.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 + -