Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rdf2com(1) [suse man page]

RDF2BIN(1)							   Debian Manual							RDF2BIN(1)

NAME
rdf2bin, rdf2com - convert an RDOFF object file to flat binary SYNOPSIS
rdf2bin [-o relocation-origin] [-p segment-alignment] [-f format] input-file output-file rdf2com [-p segment-alignment] input-file output-file rdf2ith [-o relocation-origin] [-p segment-alignment] input-file output-file rdf2srec [-o relocation-origin] [-p segment-alignment] input-file output-file OPTIONS
-o relocation-origin Relocate at origin relocation-origin. If invoked as rdf2com, the default relocation origin will be 0x100. Else, the default origin is 0. -p segment-alignment Pad segments until their size is a multiple of segment-alignment. By default, 16 is used. -f format Specify the output format. The currently supported formats are binary (bin), DOS COM (binary with origin 0x100) (com) Intel hex (ith or ihx), and Motorola S-Records (srec). If not specified, the format is set by the command name. AUTHORS
Julian Hall <jules@earthcorp.com>, H. Peter Anvin <hpa@zytor.com>. This manual page was written by Matej Vela <vela@debian.org>. BUGS
This utility currently only supports the classic segments .text, .data and .bss. Debian Project September 6, 1999 RDF2BIN(1)

Check Out this Related Man Page

RDF2BIN(1)							   Debian Manual							RDF2BIN(1)

NAME
rdf2bin, rdf2com - convert an RDOFF object file to flat binary SYNOPSIS
rdf2bin [-o relocation-origin] [-p segment-alignment] [-f format] input-file output-file rdf2com [-p segment-alignment] input-file output-file rdf2ith [-o relocation-origin] [-p segment-alignment] input-file output-file rdf2srec [-o relocation-origin] [-p segment-alignment] input-file output-file OPTIONS
-o relocation-origin Relocate at origin relocation-origin. If invoked as rdf2com, the default relocation origin will be 0x100. Else, the default origin is 0. -p segment-alignment Pad segments until their size is a multiple of segment-alignment. By default, 16 is used. -f format Specify the output format. The currently supported formats are binary (bin), DOS COM (binary with origin 0x100) (com) Intel hex (ith or ihx), and Motorola S-Records (srec). If not specified, the format is set by the command name. AUTHORS
Julian Hall <jules@earthcorp.com>, H. Peter Anvin <hpa@zytor.com>. This manual page was written by Matej Vela <vela@debian.org>. BUGS
This utility currently only supports the classic segments .text, .data and .bss. Debian Project September 6, 1999 RDF2BIN(1)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

relocation error

when running make command i'm getting the following error: make:relocation error:make:symbol_sprintf_chk,version GLIBC_2.3.4 not defined in file libc.so.6 with link time reference... plz tell me what to do abt this... (1 Reply)
Discussion started by: abhi1826
1 Replies

2. Programming

ld.so.1: relocation error

Hi Iam getting the following error... ld.so.1: xxxx: fatal: relocation error: file /home/costar4/bin/xxxx: symbol __1cH__rwstdUInterlockedIncrement6Fpl_l_: referenced symbol not found. Can anyone tell me anything in this ? Thanks, Sanja (1 Reply)
Discussion started by: sanjasam
1 Replies

3. Linux

relocation truncated to fit

Hi, I am getting linking error i.e. /ade/aime_urtk/oracle/has/include/caa_ResStateListener.hxx:79: relocation truncated to fit: R_PPC_GO T16 vtable for CAA::ResourceStateListener /ade/aime_urtk/oracle/has/lib//libcaad.a(caa_Main.o)(.text+0x88e6): In function `CAA::ResourceStateL... (0 Replies)
Discussion started by: jgobbur
0 Replies

4. UNIX for Advanced & Expert Users

"relocation error" when installing app

I'm trying to install Urchin5 log analyzer and I get the following message: Sadly, I'm not all that good at lib tracing and troubleshooting, but I did attempt a few things. First, since this is a VPS, I can compare to the baseline fileset, and other servers on which this works. I used MD5 as a... (3 Replies)
Discussion started by: treesloth
3 Replies

5. Shell Programming and Scripting

need to get the desired output

Below is the my cide which is working fine but I am not getting the output indesired format.there is some problem in alignment.Can someone help me to correct this? if ]; then summary=$( echo -e "Please review the log file of auto coloclean utility.\n"; echo -e... (2 Replies)
Discussion started by: anuragpgtgerman
2 Replies

6. UNIX for Dummies Questions & Answers

Dynamically accept search pattern and display lines based on it

I have a output file which contains n number of document.Each document has n number of segments and identified using below points The starting segment is ISA and Ending segment is IEA Each document has unique number and it will be passed in REF*D9 segment Each line in sample file is called... (3 Replies)
Discussion started by: nsuresh316
3 Replies