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

📄 ibuild1a.htm

📁 mips架构的bootloader,99左右的版本 但源代码现在没人更新了
💻 HTM
字号:
		<title>Building SerialICE</title>		<h1 align=center>Building SerialICE</h1><!--INDEX "Building SerialICE" --><!--INDEX "SerialICE Driver selection" "ICEkernel selection" -->The steps required to build SerialICE are dependent on whether you havea <a href="nativc.htm">native</a> "C" compiler for your host. So pleaserefer to the appropriate section below. Note that <ahref="dosdef.htm">MSDOS</a> users must type "nmake" rather than"make".<p><h2>Hosts With a Native "C" Compiler</h2><dl><dd><ol><li>Set your <a href="setenv.htm">environment</a>.<li>Build the run-time library using the following command. Note thatif you unpacked two copies of the source, you must perform thiscommand in <b>both</b> copies.  Don't forget to use the correct <ahref="setenv.htm">environment</a> for each one.<p><pre>	<a href="make.htm">make</a></pre><li>If you don't have a set of IMON <a href="romdef.htm">ROMS</a> foryour SerialICE Controller board, type the following command.  Note that if youunpacked two copies of the source, you must perform this command inthe directory that was configured to match your SerialICE Controller. <p><pre>	<a href="make.htm">make</a> imon-only</pre>Then <a href="mkroms.htm">make</a> a set of ROMs for your SerialICE Controllerboard. For a "BDMR400x" SerialICE Controller use the file imon/bg/imon.rec.For a "4010 Nitro" SerialICE Controller use the file imon/lg/imon.rec.<p><li>Make a driver and a set of SerialICE Kernel <a href="romdef.htm">ROMS</a>for your Target board using the following commands. Note that if youunpacked two copies of the source, you must make the <i>driver</i> inthe directory that was configured to match your SerialICE Controller, and the<i>kernel</i>  in the directory that was configured to match yourTarget.  <pre>	cd bsps	<a href="make.htm">make</a> <i>driver</i> <i>kernel</i></pre>Where <i>driver</i> and <i>kernel</i> are taken from the followingtable.<p><table border cellpadding=6><tr><th>Target Board</th><th>driver</th><th>kernel</th></tr><tr><td>BDMR4001 (Big endian)</td><td>d4001</td><td>k4001-be</td></tr><tr><td>BDMR4003 (Big endian)</td><td>d4003</td><td>k4001-be</td></tr><tr><td>BDMR4101 (Big endian)</td><td>d4101</td><td>k4001-be</td></tr><tr><td>BDMR4001 (Little endian)</td><td>d4001</td><td>k4001-le</td></tr><tr><td>BDMR4003 (Little endian)</td><td>d4003</td><td>k4001-le</td></tr><tr><td>4010 Nitro (R3000 Mode)</td><td>d4010</td><td>k4010-3k</td></tr><tr><td>4010 Nitro (R4000 Mode)</td><td>d4010</td><td>k4010-4k</td></tr><tr><td>SDP1000</td><td>d64008</td><td>ksdp1000</td></tr></table><p></ol></dl><h2>Hosts Without a Native "C" Compiler</h2><!--INDEX "SerialICE without native C" --><dl><dd>Currently this option is only available for <ahref="dosdef.htm">MSDOS</a> users. UNIX users are assumed to have a <ahref="nativc.htm">native</a> "C" compiler.<p><ol><li>If you don't have a set of IMON <a href="romdef.htm">ROMS</a> foryou SerialICE Controller board, visit the PMON <ahref="http://www.carmel.com/pmon/imonpromfiles.html">Web site</a>,collect a prebuilt ROM-image file, and <ahref="xtrfiles.htm">unpack</a> it into the top-level directory of thePMON source package. Note that if you unpacked two copies of the sourcepackage, you must unpack this ROM image into the directory containingthe package configured for your SerialICE Controller.<p><li>Visit the PMON <ahref="http://www.carmel.com/pmon/libbins.html">Web site</a>, collecta copy of the appropriate prebuilt run-time library, and <ahref="xtrfiles.htm">unpack</a> it into the top-level directory of thePMON source package. Note that if you unpacked two copies of the sourcepackage, you must pick up two appropriate copies of the library, andunpack each of them in their correct directory.<p><li>Visit the PMON Web site and pick up a copy of the appropriate <ahref="http://www.carmel.com/pmon/icednk.html">prebuilt</a> driverand kernel for your configuration. <p></ol></dl>Then use the kernel file (bsp/k*.rec) to <ahref="mkroms.htm">make</a> a set of <a href="romdef.htm">ROMs</a> foryour Target board.<p></dl><p><hr><b>Navigation:</b> <a href="index.htm">Document Home</a> | <a href="doctoc.htm">Document Contents</a> | <a href="docindex.htm">Document Index</a> <p>

⌨️ 快捷键说明

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