home *** CD-ROM | disk | FTP | other *** search
- ihex2bin: convert Intel-hex format data to a binary file.
- Usage: ihex2bin [-dhqsv] [-[cou] output-file] [input-file ...]
- -o: Overwrite or create output-file. Output-file is truncated if it exists.
- -u: Update or create output-file. Output-file is not truncated if it exists;
- further records are written into it, possibly overwriting parts of it.
- -c: Check whether output-file exists and create it if it does not.
- If it does, an error message is printed and it is not touched.
- -d: Print a dot on stderr for every record written.
- -q: Quiet operation: no status messages are printed.
- -s: Initial lines that do not begin with ':' are skipped without warning.
- -h: Print this help information.
- -v: Print a brief description of records as they are written.
-
- If output-file is not given or is given as '-',
- output is written to the standard output.
- If records do not start at address 0 or contain any non-contiguous records,
- output must be a real file, not a pipe or tty (to allow seeking).
- If no input-file is given, input is read from the standard input.
-