1<html> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 4<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 5<base target="main"> 6<title>Archive Creation (DARCH) Sample Demo</title> 7</head> 8 9<body> 10 11<h1>Archive Creation (DARCH) Sample Demo</h1> 12<h2>Location</h2> 13<p><CODE> $REVOLUTION_SDK_ROOT/build/demos/darchdemo </CODE></p> 14 15<h2>Execution</h2> 16 17<p>Change directories to <CODE>$REVOLUTION_SDK_ROOT/build/demos/darchdemo</CODE> and enter <CODE>make</CODE>. The executable program (<CODE>.elf</CODE> files) is generated in the <CODE>$REVOLUTION_SDK_ROOT/build/demos/darchdemo/bin/RVL/</CODE> directory. 18 19<h2>Description</h2> 20 21</p> 22<TABLE border="1" cellpadding="3" cellspacing="0.1"> 23 <TBODY> 24 <TR> 25<TD><CODE>darchdemo</CODE></TD> 26<TD>This sample program creates an archive file image using the DARCH API.<BR>After the image is created, a binary comparison is performed against the archive file created using the <a href="../tools/darch.html"><CODE>darch</CODE></a> archiver. 27 </TD> 28 </TR> 29 </TBODY> 30</TABLE> 31 32<p><CODE>$REVOLUTION_SDK_ROOT/dvddata </CODE> must be set to DVDROOT for <CODE>darchdemo[D].elf </CODE> to load files located under <CODE>$REVOLUTION_SDK_ROOT/dvddata</CODE>.</p> 33 34<p>The execution result is output by the <CODE>OSReport</CODE> function as a debug print. <B>Note:</B> Nothing is output to the TV screen.</p> 35 36 37<h2>Revision History</h2> 38<p> 392009/01/15 Changed <CODE>darchD</CODE> to <CODE>darch</CODE>.<BR>2008/05/17 Released.<br>2007/10/10 Initial version.</p> 40 41 42<hr><p>CONFIDENTIAL</p></body> 43</html> 44