makeo

Description

makeo 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).

Using the Library

% makeo <option(s)> filename
Option Description Default Value
-s section_name Select section from .data, .rodata, or .text. .data
-b symbol_begin Set symbol at start address. The base name of the specified file.
-e symbol_end Set symbol at end address. None
-o object_filename Output file name. The base name of the specified file + .o.
-a align Set the section address alignment constraint in bytes. 8 bytes.

Location

$REVOLUTION_SDK_ROOT/X86/bin/makeo.exe

See Also

None.

Revision History

2006/03/01 Initial version.


CONFIDENTIAL