1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6 <TITLE>ARC Demos</TITLE> 7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 8</HEAD> 9<BODY> 10 11<H1>Archive Loading (ARC) Sample Demos</H1> 12 13<H2>Location</H2> 14<P><code>$REVOLUTION_SDK_ROOT/build/demos/arcdemo</code></P> 15 16<H2>Compilation</H2> 17<P>Go to the <code>$REVOLUTION_SDK_ROOT/build/demos/arcdemo</code> directory and enter <code>make</code>. An executable file (<code>.elf</code> file) will be generated within the path <code>$REVOLUTION_SDK_ROOT/RVL/bin/demos/arcdemo/</code>.</P> 18 19<H2>Execution</H2> 20<P>Move to the <code>$REVOLUTION_SDK_ROOT/RVL/bin/demos/arcdemo/</code> directory and perform the following steps:</P> 21<ul> 22<li>To simply execute the application, run the <code>ndrun</code> script using the <code>.elf</code> file as the argument.</li> 23<li>To debug using CodeWarrior, do one of the following:</li> 24<ul> 25<li>Run <code>$CWFOLDER/bin/IDE.exe</code> with the <code>.elf</code> file as an argument.</li> 26<li>Launch <code>$CWFOLDER/bin/IDE.exe</code>, then drag and drop the <code>.elf</code> file.</li> 27<li>If the <code>.elf</code> file is associated with <code>$CWFOLDER/bin/IDE.exe</code>, double-click the <code>.elf</code> file</li> 28</ul> 29 30</ul> 31 32<H2>Description</H2> 33<TABLE class="demo_list" border="1" > 34 <TBODY> 35 <TR> 36<TH>arctest1</TH> 37<TD>Displays the contents of a sample archive file while moving the directories within the archive.</TD> 38 </TR> 39 <TR> 40<TH>arctest2</TH> 41<TD>This demo is the same as <CODE>arctest1</CODE> other than the manipulation of the files within the archive based on their entry number.</TD> 42 </TR> 43 <TR> 44<TH>arctest3</TH> 45<TD>Displays the directory structure of an archive file.</TD> 46 </TR> 47 </TBODY> 48</TABLE> 49 50<H2>See Also</H2> 51<P>None.</P> 52 53<H2>Revision History</H2> 54<P> 552007/11/06 Initial version.<BR> 56</P> 57 58<hr><p>CONFIDENTIAL</p></body> 59</HTML> 60