tools/elf4rom/README.txt
author Jon Medhurst
Wed, 27 Oct 2010 11:48:18 +0100
branchgraphics-phase-3
changeset 125 916c862ecaf1
parent 34 92d87f2e53c2
permissions -rwxr-xr-x
Disable unconditional printfs in syborg_pointer.cpp to cur down the noise in debug logs

The ELF4ROM command line tool and libraries. This tool is used to convert Symbian ROM images
into debuggable elf files. See docs/wiki/ELF4ROM.doc for more information.

ELF4ROM depends on the following libraries;

* boost/program_options
* boost/regex
* boost/filesystem
* libelf
* libdwarf

Supported libelf and libdwarf can be found in the libs/ folder
Boost can be downloaded and built from http://www.boost.org/

On windows please use mingw or cygwin to build.