gplink relocates and links gpasm COFF objects and generates an absolute executable COFF.

Usage: gplink [options] [objects] [libraries] 
Options: [defaults in brackets after descriptions]
  -a FMT, --hex-format FMT       Select hex file format.
  -c, --object                   Output executable object file.
  -d, --debug                    Output debug messages.
  -f VALUE, --fill VALUE         Fill unused program memory with value.
  -h, --help                     Show this usage message.
  -I DIR, --include DIR          Specify include directory.
  -l, --no-list                  Disable list file output.
  -m, --map                      Output a map file.
  -o FILE, --output FILE         Alternate name of output file.
  -O OPT, --optimize OPT         Optimization level [1].
  -q, --quiet                    Quiet.
  -r, --use-shared               Use shared memory if necessary.
  -s FILE, --script FILE         Linker script.
  -t SIZE, --stack SIZE          Create a stack section.
  -v, --version                  Show version.
  -w, --processor-mismatch       Disable "processor mismatch" warning.

Default linker script path NOT SET
Default library path NOT SET

Report bugs to:
<URL:http://gputils.sourceforge.net/>
