readme

来自「RTEMS (Real-Time Executive for Multiproc」· 代码 · 共 35 行

TXT
35
字号
##  $Id: README,v 1.4 2000/12/13 22:16:27 joel Exp $#Simple BSP for the TX3904 simulator built into gdb.Simulator Invocation====================The following is how the simulator is invoked.target sim --board=jmr3904GDB must be configured with a target like "tx39-rtems".  Otherwise,the simulator will not be built for the correct instructionand peripheral set.Simulator Information=====================The simulated system clock counts instructions.  Setting the clocksource to "clock" and the divider to 1 results in the timer directlycounting the number of instructions executed.Status======+ hello.exe locks up while running the global destructors.  This almost  has to be a linkcmds issue.+ Workaround: bspclean.c actually explicits invokes _sys_exit() BEFORE  letting the global destructors run.+ There is a clock tick device driver which has not been calibrated.+ There is no timer device driver.

⌨️ 快捷键说明

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