cxxdemo.def

来自「VRTX 商用嵌入式实时操作系统」· DEF 代码 · 共 89 行

DEF
89
字号
@dnl ************************************************************
@dnl      Master .def file for VRTXsa x86/fpm 
@dnl ************************************************************


make.root.name:     cxxdemo

make.target.debug:    yes

make.cpp.enable:  yes

@dnl ************************************************************
@dnl      Include OS, target and tool definitions 
@dnl ************************************************************


@include(system.def)
@include(pcat.def)
@include(microtec.def)


@dnl ************************************************************
@dnl      Include necessary VRTXsa x86/fpm Components 
@dnl ************************************************************


ifx.enabled:        no
esh.enabled:        no
snx.enabled:        no
rtl.enabled:        yes


board.target:	i386
make.vrtxsa86.type:     ram
sys.libs.usr:   ../../mcc386/ios386s.lib

@dnl ****************************************************************
@dnl            Set SYSTEM ENTRY POINTS, Application Modules     *
@dnl ****************************************************************

sys.objs.usr:        phil.obj, event.obj, heap.obj, mailbox.obj, mutex.obj, part.obj, queue.obj, sem.obj, task.obj, vrtx.obj,


@dnl ****************************************************************
@dnl           Define Actual Devices for PC Target                                                           *
@dnl ****************************************************************

@dnl  Remove serial_x if used for XRAY interface
@dnl  Add ether_1 if SNX enabled

board.devices:   board, screen, timer_1, serial_2

@dnl ****************************************************************
@dnl           Define VRTX x86/fpm Logical Devices                                                            *
@dnl ****************************************************************

vrtxos.console:       DEV_SCREEN
sys.env.devices:      board,console,timer


#default console for startup messages
sys.env.dev.console.value:       screen


@dnl ****************************************************************
@dnl           Application Memory Requirements                                         *
@dnl ****************************************************************


xdm.size:       0x9000
code.size:      0x40000

@dnl remove the following for 386ex systems
@dnl remove the following if PC RAM is 1MB or less
@dnl remove the following if total code+debugger size is < 640K

@include(memdefs\pcmemlo.def)

@dnl board.application.code:         10000
@dnl board.application.code.size:    4ffff
@dnl board.application.data:         100000
@dnl board.application.data.size:    400000

@dnl ************************************************************
@dnl      RunTime Library Configuration
@dnl ************************************************************

rtl.hardware.fp_support:     yes 

⌨️ 快捷键说明

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