The Linker

Table of Contents
Usage

vlink.exe [options] <infile> [<infile> [...]]


Description

vlink is a symbolic link editor. Its purpose is to combine object files and libraries into an executable bytecode module. Though the linker output is not a ready-to-run Palm application, but a bytecode image. Additional tools such as palm-filer required to create an application.

Options

   -i
Get information about the linker version.


   -h
Print help message.


   -o <outfile>.bin
Use <outfile>.bin as the name of the output binary file.


   -A <libpath>
Specify library search path.


   -g <mode>
Specify debug info generation mode:
0 - no debug info;
1 - line number info only;
2 - full debug info.


   -G <debfile>
Specify debug info database filename.