1RDF2BIN(1) Debian Manual RDF2BIN(1)
2
3
4
6 rdf2bin, rdf2com - convert an RDOFF object file to flat binary
7
9 rdf2bin [-o relocation-origin] [-p segment-alignment] [-f format]
10 input-file output-file
11 rdf2com [-p segment-alignment] input-file output-file
12 rdf2ith [-o relocation-origin] [-p segment-alignment] input-file out‐
13 put-file
14 rdf2srec [-o relocation-origin] [-p segment-alignment] input-file out‐
15 put-file
16
18 -o relocation-origin
19 Relocate at origin relocation-origin. If invoked as rdf2com,
20 the default relocation origin will be 0x100. Else, the default
21 origin is 0.
22
23 -p segment-alignment
24 Pad segments until their size is a multiple of segment-align‐
25 ment. By default, 16 is used.
26
27 -f format
28 Specify the output format. The currently supported formats are
29 binary (bin), DOS COM (binary with origin 0x100) (com) Intel hex
30 (ith or ihx), and Motorola S-Records (srec). If not specified,
31 the format is set by the command name.
32
34 Julian Hall <jules@earthcorp.com>, H. Peter Anvin <hpa@zytor.com>.
35
36 This manual page was written by Matej Vela <vela@debian.org>.
37
39 This utility currently only supports the classic segments .text, .data
40 and .bss.
41
42
43
44
45Debian Project September 6, 1999 RDF2BIN(1)