|
|
| |
alink(1) |
FreeBSD General Commands Manual |
alink(1) |
alink - link (reloacatable) object files created by AS
alink <source file(s)> <target file> [options]
alink will one day be a the linker companion tool to asl. It is work in
progress, and it won't be of much use for most users in its current state.
Contact the author (see below) if you want to experiment with it.
- -v
-
be more verbose while linking.
alink supports national languages in the same way as AS. See the manual page for
asl(1) for maore information about this.
alink may return with the following codes:
- 0
- no errors.
- 1
- incorrect command line parameters.
- 2
- I/O-error.
- 3
- An input file had an incorrect format.
Calling ALINK without any arguments will print a short help listing all command
line parameters.
asl(1), pbind(1), plist(1) p2hex(1), p2bin(1)
In its current (incomplete) state, this program is a bug by itself ;-)
Alfred Arnold (alfred@ccac.rwth-aachen.de)
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |