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

📄 makefile

📁 刚开始学习44b
💻
字号:
# Makefile - make rules for target/config/44b0bsp
#
# Copyright 1996-2001 Wind River Systems, Inc.
#
# modification history
# --------------------
# 01h,07dec01,m_h  increase ROM_SIZE for rom resident images
# 01g,14nov01,dat  removed RELEASE
# 01f,30oct01,tpw  Standardize kernel links and bootrom conversions.
# 01e,25sep01,dat  Update for T2.2
# 01g,27sep01,m_h  little endian comment
# 01f,10jul01,g_h  remove sngks32cSio & sbcCksum
# 01e,05jun01,m_h  add cksum workaround for hardware bug
# 01d,22may01,m_h  update DOC_FILES
# 01c,26apr01,m_h  add vxWorks.st to release build list
# 01b,17apr01,m_h  remove pkLib.o
# 01a,12apr01,m_h  created from snds100 template.
#
# DESCRIPTION
# This file contains rules for building VxWorks for the SBC ARM7 board
# in little endian mode
#
# INCLUDES
#     makeTarget
#*/
CPU		=ARMARCH4
TOOL	=gnu 
EXTRA_DEFINE	= -O0 -Wall -Wcomment -DCPU_7TDMI -DARMMMU=ARMMMU_NONE -DARMCACHE=ARMCACHE_NONE
#EXTRA_DEFINE	=-Wcomment -DCPU_7TDMI -DARMMMU=ARMMMU_NONE -DARMCACHE=ARMCACHE_KS32C


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)

#DOC_FILES	= sysLib sngks32cEnd sngks32cSio

## Only redefine make definitions below this point, or your definitions will
## be overwritten by the makefile stubs above.
TARGET_DIR	=44bbsp  
VENDOR		=coolwys
BOARD		=fx44b0
#
# 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	= 00000000 # ROM entry address
ROM_WARM_ADRS	= 00000000 # ROM warm entry address
ROM_SIZE	= 100000 # number of bytes of ROM space

RAM_LOW_ADRS	= 0c001000 # RAM text/data address (bootrom)
RAM_HIGH_ADRS	= 0c500000 # RAM text/data address (bootrom)

#MACH_EXTRA      = sngks32cEnd.o
MACH_EXTRA      = 
#CONFIG_ALL      = C:\Tornado2.2\target\config\44xBsp\all
CONFIG_ALL      = all

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