1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<meta http-equiv="Content-Language" content="en-us"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows"> 7<meta name="ProgId" content="FrontPage.Editor.Document"> 8<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 9<META http-equiv="Content-Style-Type" content="text/css"> 10<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 11<title>makeo</title> 12</head> 13 14<body> 15 16<h1 align="left">makeo</h1> 17 18 19<h2>Description</h2> 20<P><code>makeo</code> creates an ELF object module from the specified binary or text file so that a program can refer to file content through ordinary program symbols (variables).</P> 21<h2>Using the Library</h2> 22 23<p><code>% makeo <option(s)> filename</code></p> 24 25<table border="1" cellpadding="3" cellspacing="0.1"> 26 <tr> 27<td bgcolor="#C0C0C0"><B>Option</B></td> 28<td bgcolor="#C0C0C0"><B>Description</B></td> 29<td bgcolor="#C0C0C0"><B>Default Value</B></td> 30 </tr> 31 <tr> 32<td><code>-s section_name</code></td> 33<td>Select section from <CODE>.data</CODE>, <CODE>.rodata</CODE>, <CODE>or .text</CODE>.</td> 34<td><CODE>.data</CODE></td> 35 </tr> 36 <tr> 37<td><code>-b symbol_begin</code></td> 38<td>Set symbol at start address.</td> 39<td>The base name of the specified file.</td> 40 </tr> 41 <tr> 42<td><code>-e symbol_end</code></td> 43<td>Set symbol at end address.</td> 44<td>None.</td> 45 </tr> 46 <tr> 47<td><code>-o object_filename</code></td> 48<td>Output file name.</td> 49<td>The base name of the specified file + .o.</td> 50 </tr> 51 <tr> 52<td><code>-a align</code></td> 53<td>Set the section address alignment constraint in bytes.</td> 54<td>8 bytes</td> 55 </tr> 56</table> 57 58<h2>Location</h2> 59 60<p><code>$REVOLUTION_SDK_ROOT/X86/bin/makeo.exe</code></p> 61<h2>See Also</h2> 62<H2>Revision History</H2> 63<P>03/01/2006 Initial version.</p> 64</body> 65</html>