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

📄 makefile

📁 WINDRIVER SBC405 BSP
💻
字号:
# Makefile - make rules for vw/config/wrSbc405gp Wind River SBC405GP Board## Copyright 1988-2002 Wind River Systems, Inc.## modification history# --------------------# 01i,11jul02,pch  SPR 77845: Use generic fei82557End driver# 01h,26apr02,gjc  Removing -g -o from EXTRA_DEFINE SPR #73140# 01g,01apr02,kab  SPR 73140: ADDED_CFLAGS should be empty# 01f,18jan02,g_h  Change ROM_SIZE to 2MB - reserved space for reset vector.# 01e,07dec01,tpw  Set ROM_SIZE to reach exactly the end of the ROM area.# 01d,15nov01,g_h  RELEASE update# 01c,30oct01,g_h  SPR 7747 - Removed HEX_FLAGS definition.# 01b,23oct01,g_h  Update for T2.2# 01a,22apr01,g_h  created.## DESCRIPTION# -----------# This file contains rules for building VxWorks for the# Wind River SBC405GP board. ##  TARGETS#  -------#  This section briefly lists the available build targets. ## INCLUDES#     makeTarget#*/CPU              = PPC405TOOL             = 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       = wrSbc405gpVENDOR           = WindRiverBOARD            = SBC405GPUSR_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    = FFE00200 # ROM entry addressROM_SIZE         = 001FFE00 # number of bytes of ROM spaceRAM_LOW_ADRS     = 00010000RAM_HIGH_ADRS    = 01C00000## Comment the following line to disable debuggingEXTRA_DEFINE    = MACH_EXTRA      =EXTRA_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 + -