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

📄 makefile

📁 4510b的vxworks的BSP
💻
字号:
# Makefile - make rules for target/config/snds100
#
# Copyright 1996-1998 Wind River Systems, Inc.
#
# modification history
# --------------------
# 01a,25aug99,ak/knp  modified for snds100, from 01o of PID7T
#
# DESCRIPTION
# This file contains rules for building VxWorks for the ARM SNDS100
#
# INCLUDES
#     makeTarget
#*/

CPU		= ARM7TDMI
TOOL		= gnu
EXTRA_DEFINE	= -Wcomment

TGT_DIR = $(WIND_BASE)/target

include $(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.

TARGET_DIR	= snds
VENDOR		= Samsung
BOARD		= SNDS  
MACH_EXTRA = sndsEnd.o sndsHdlcEnd.o  

RELEASE		= vxWorks bootrom.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	= 01000000 # ROM entry address
ROM_SIZE	= 0080000 # number of bytes of ROM space

RAM_LOW_ADRS	= 00001000 # RAM text/data address
RAM_HIGH_ADRS	= 00100000 # RAM text/data address

## 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)

⌨️ 快捷键说明

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