[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#436802: man page for ava



Package: ava
Tags: patch
Severity: minor

Hi!
I've generated the man page with the --help info. So maybe something is missing
I hope it's useful
mlt

.TH AVA "1" "August 2007" "AVA 0.3b" "User Commands"
.SH NAME
AVA \- Algebraical Virtual Assembler for Atmel's AVR MCUs
.SH SYNOPSIS 
ava [\-pLv] [\-\-version] [\-\-multiple\-output\-files] [\-\-motorola]
[\-\-intel] [\-Adevice] [\-lI<filename>] [\-I<dirname>] [\-T{filename}]
[\-Dmacro{=val}] [\-fmacro{=val}] [\-o outfile] files libraries
.SH DESCRIPTION
.SS "Files:"
.TP
file.s
Assembler source.
.TP
file.o
Object; if not else specifed, this is the assembler default.
.TP
a.out
Linker default output file name.
.IP
a.out.name Linker extended file name if \fB\-\-multiple\-output\-files\fR is given.
.IP
The extension 'name' is replaced with segment name.
.TP
library
Library is a directory of object files linked in alphabetical
order.
.SS "Switches:"
.TP
\fB\-o\fR
Set output file name (to redirect the output to stdout: \fB\-o\fR stdout)
.TP
\fB\-p\fR
Use stdin for input and stdout for output if \fB\-o\fR is not set.
.TP
\fB\-A\fR
Declare target device; same as: \fB\-Ddevice\fR \fB\-Tarch\fR.inc
.TP
\fB\-D\fR
Define macro with value 'val'. If 'val' is not given 1 is assumed.
.TP
\fB\-f\fR
Define public macro of the form __macro{=val}
.TP
\fB\-I\fR
Add directory to the search list or include a file.
.TP
\fB\-T\fR
Auto\-include the 'target.inc' file or the 'filename' if given.
File specifed by the \fB\-T\fR option is always first in the queue.
.TP
\fB\-L\fR
Generate listing report (assembler only)
.TP
\fB\-v\fR
Verbose (enable info)
.TP
\fB\-l\fR
All reports, infos, errors and warnings are printed on the
stderr. If log file is specified info is redirected.
Errors and warnings are reported to the stderr and log file.
.TP
\fB\-\-version\fR
Output version information.
.TP
\fB\-\-multiple\-output\-files\fR
Force linker to split segments in files.
.TP
\fB\-\-intel\fR
Set Intel standard 16 bit output format.
(sets \fB\-\-multiple\-output\-files\fR by default)
.TP
\fB\-\-motorola\fR
Set Motorola S\-record S1/S2 (16/24) bit
output format.
.TP
\fB\-\-uasm\fR
Set Micro Assembler output format (default)
.SS "AVR specific options:"
.TP
\fB\-favr_noskipbug\fR
Do not check bad return address.
.TP
\fB\-favr_noendianbug\fR
Do not swap bytes in the flash segment.
(this will be the default in future releases)
.SH "REPORTING BUGS"
Report bugs to: uros.platise@ijs.si (http://medo.fov.uni\-mb.si/mapp)
.SH AUTHORS
Marcela Tiznado <mlt@debian.org>

Reply to: