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 name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<LINK rel="stylesheet" type="text/css" href="../../css/nitro.css">
8<TITLE>EL Demos</TITLE>
9</HEAD>
10<BODY>
11<H1>EL Library (EL) Sample Demos</H1>
12<H2>Location</H2>
13<P><CODE>$TwlSDK/build/demos.TWL/el</CODE></P>
14<H2>Compilation</H2>
15<P>Move to the <CODE>$TwlSDK/build/demos.TWL/el</CODE> directory and enter the following.</P>
16<BLOCKQUOTE><CODE>% make</CODE></BLOCKQUOTE>
17<P>  Compiling begins, and the SRL executable file and the TEF files with the binary information are generated in:</P>
18<BLOCKQUOTE><CODE>$TwlSDK/build/demos.TWL/el/(sample_name)/bin/(platform)/(target)/</CODE></BLOCKQUOTE>
19<P>  For example:</P>
20<BLOCKQUOTE><CODE>$TwlSDK/build/demos.TWL/el/simple-1/simple-1_static/bin/ARM9-TS.LTD/Release/main.srl</CODE></BLOCKQUOTE>
21<P>is the executable file for the <CODE>simple-1</CODE> demo.</P>
22
23<H2>Execution</H2>
24<H3>For TWL/NITRO Hybrid ROMs</H3>
25<P>If using IS-TWL-DEBUGGER:</P>
26<UL>
27  <LI>Load and execute a TLF file with IS-TWL-DEBUGGER
28  <LI>Execute an SRL file with IS-TWL-DEBUGGER
29  <LI>Execute an SRL file with IS-TWL-DEBUGGER using the <CODE>loadrun.TWL.exe</CODE> tool from a command line
30</UL>
31<H3>For TWL Limited ROMs</H3>
32<P>If using IS-TWL-DEBUGGER:</P>
33<UL>
34  <LI>Load and execute a TLF file with IS-TWL-DEBUGGER
35  <LI>Execute an SRL file with IS-TWL-DEBUGGER
36  <LI>Execute an SRL file with IS-TWL-DEBUGGER using the <CODE>loadrun.TWL.exe</CODE> tool from a command line
37</UL>
38
39<H2>Description</H2>
40<BR>
41<TABLE width="720">
42  <TBODY>
43    <TR>
44      <TH>Name</TH>
45      <TH>Directory</TH>
46      <TH>Operation</TH>
47    </TR>
48    <TR>
49      <TD width="187"><CODE>simple-1</CODE></TD>
50      <TD><CODE>demos.TWL</CODE></TD>
51      <TD width="525">In this demo, two dynamic modules are linked and operated.</TD>
52    </TR>
53    <TR>
54      <TD width="187"><CODE>simple-2</CODE></TD>
55      <TD><CODE>demos.TWL</CODE></TD>
56      <TD width="525">In this demo, two dynamic modules are linked and make function calls to each other.</TD>
57    </TR>
58  </TBODY>
59</TABLE>
60<H2>Operation</H2>
61<P>The EL library demos only run debug on IS-TWL-DEBUGGER.</P>
62<H2>See Also</H2>
63<P><A href="../../el/list_el.html">EL Function List</A></P>
64<H2>Revision History</H2>
65<P>
662008/12/15 Initial version.
67</P>
68<hr><p>CONFIDENTIAL</p></body>
69</HTML>