readme

来自「移植到WLIT项目的redboot源代码」· 代码 · 共 46 行

TXT
46
字号
README for eCos directory <PACKAGES>hal/arm/sa2sim/<VERSION>/lilmon"Little Monitor" for Coyanosa AKA StrongARM 2 simulator - eCos version.This directory contains files for creating a slightly altered version ofthe "little monitor" - "lilmon" that Intel provided for use with thesimulator.The change is that once the monitor has initialized the world enough, itjumps directly to 0x8000, so you can only use this version in conjunctionwith another program - such as an eCos RAM startup program that is linkedto load at 0x8000.eCos test cases built for the sa2sim target will be thus by default.-rw-rw----   1 hmt            58 Feb 18 17:15 COMPILECOMMAND-rw-rw----   1 hmt          nnnn Feb 18 17:40 README-rwxrwx---   1 hmt         33845 Feb 18 17:23 lilmon.elf-rw-rw----   1 hmt           315 Feb 18 17:23 lilmon.lnk-rw-r-----   1 hmt          3146 Feb 18 17:14 lilmon.slilmon.s is the source of the little monitor.lilmon.lnk is the linker script to create the elf-format "executable."lilmon.elf is the executable to give to the simulator.COMPILECOMMAND contains the text of a compiler invocation to buildlilmon.elf, in case you decide to experiment for example with a differententrypoint to the eCos app.  It contains	arm-elf-gcc -nostdlib -Tlilmon.lnk -o lilmon.elf lilmon.swhich does the obvious thing.  (It's neither a script nor a makefile, justa one liner for pasting into the commandline)For information on invoking the simulator, see the README in neighbouringdirectory "simcfg" where simulator config files and scripts tailored forrunning your eCos application (along with lilmon.elf) are presented.

⌨️ 快捷键说明

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