Programming tools / Components |
The fgllink tool assembles p-code modules produced with fglcomp into a .42r program or a .42x library.
fgllink [options] -o outfile.42x module.42m [...]
fgllink [options] -o outfile.42r { module.42m | library.42x } [...]
Option | Description |
---|---|
-V | Display version information for the tool. |
-h | Displays options for the tool. Short help. |
-o outfile.ext | Output file specification, where ext can be 42r for a program or 42x for a library. |
otheroption | Other options are passed to fglrun for linking. |
fgllink -o myprog.42x module1.42m module2.42m lib1.42x
fgllink is a wrapper calling fglrun with the -l option.