–argfile=<parameter file>
|
Accepts a parameter file, which contains a list of command-line
parameters specific to the ROM tools, as input.
|
-?
|
Displays more detailed help for the command.
|
-coff-header
|
Uses a PE-COFF header instead of a Symbian platform (EPOC)
header. PE-COFF is a Portable Executable–Common Object File Format and is a
Microsoft extension to the COFF standard.
|
-compress
|
Compresses executable files where possible using the inflate
(Deflate, Huffman+LZ77) algorithm unless the -compressionmethod
keyword is used to override the default (see below).
|
-compressionmethod [none | inflate | bytepair]
|
Specifies the compression algorithm to use. Can be used either
with the -compress keyword or alone.
none
|
No compression is used.
|
inflate
|
Compresses executable files using the default (Deflate,
Huffman+LZ77) algorithm.
|
bytepair
|
Compresses executable files using the bytepair algorithm.
Bytepair compression allows faster decompression than the default Deflate,
Huffman+LZ77 algorithm and supports demand paging by performing compression and
decompression of code in independent 4 KB pages.
|
|
coreimage=<core ROM image file>
|
Uses the specified core image file as the basis for creating the
ROM image extension.
If the given core ROM image file is invalid or does not exist, an
error message is displayed.
|
-d<bitmask>
|
Sets the trace bitmask; this only applies to debug builds.
The simplest way of specifying this is to use a string of
hexadecimal characters starting with 0x (for example, 0x01234567). However, any
string that can be interpreted and translated into a valid TUint value may be
used. See the standard C function strtoul() .
|
-lowmem
|
Reduces the physical memory consumption during image generation.
|
-loglevel<level>
|
Level of information to log file. The following valid log levels
are available:
0
|
Default level of information to log file.
|
1
|
Logs the host or the ROM filenames, the file size, and the
hidden attribute in addition to the loglevel 0 information.
|
2
|
Logs the E32 file header attributes such as UIDs, data
size, heap size, stack size, VID, SID, and priority in addition to the
loglevel 1 information.
|
|
-no-header
|
Suppresses the image loader header.
|
-no-sorted-romfs
|
Does not add sorted entry arrays (6.1 compatible). It is a table
of offsets for the subdirectories and files which are not in the sorted order.
|
-r<fileName>
|
Compares the generated ROM image with the ROM image whose file
name is specified.
|
-s[log|screen|both]
|
Displays a summary of the size to the specified destination, that
is, to the log, to the screen or to both the log and the screen.
|
-v
|
Verbose mode.
|
-fastcompress
|
Compresses the files specified in the oby files with low
byte-pair compression ratio. This reduces the time to create image and
increases the size of output image.
|