From: cuz Date: Thu, 29 May 2003 10:15:29 +0000 (+0000) Subject: Added docs for search paths. X-Git-Tag: V2.12.0~1539 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5afb710f9801ff697969e9e07a469e72356100f7;p=cc65 Added docs for search paths. Removed builtin configs - It's too difficult to keep them up-to-date. git-svn-id: svn://svn.cc65.org/cc65/trunk@2179 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/ld65.sgml b/doc/ld65.sgml index c8e001158..49ba18758 100644 --- a/doc/ld65.sgml +++ b/doc/ld65.sgml @@ -55,25 +55,31 @@ The linker is called as follows: --------------------------------------------------------------------------- Usage: ld65 [options] module ... Short options: - -C name Use linker config file - -Ln name Create a VICE label file - -Lp Mark write protected segments as such (VICE) - -S addr Set the default start address - -V Print the linker version - -h Help (this text) - -m name Create a map file - -o name Name the default output file - -t sys Set the target system - -v Verbose mode - -vm Verbose map file + -C name Use linker config file + -L path Specify a library search path + -Ln name Create a VICE label file + -Lp Mark write protected segments as such (VICE) + -S addr Set the default start address + -V Print the linker version + -h Help (this text) + -m name Create a map file + -o name Name the default output file + -t sys Set the target system + -v Verbose mode + -vm Verbose map file Long options: - --config name Use linker config file - --help Help (this text) - --mapfile name Create a map file + --cfg-path path Specify a config file search path + --config name Use linker config file + --dump-config name Dump a builtin configuration + --help Help (this text) + --lib-path path Specify a library search path + --mapfile name Create a map file + --module-id id Specify a module id + --obj-path path Specify an object file search path --start-addr addr Set the default start address - --target sys Set the target system - --version Print the linker version + --target sys Set the target system + --version Print the linker version --------------------------------------------------------------------------- @@ -129,11 +135,13 @@ Here is a description of all the command line options: cbm610 (all CBM series-II computers with 80 column video) pet (all CBM PET systems except the 2001) geos + lunix + atmos + nes There are a few more targets defined but neither of them is actually - supported. See for - more information. + supported.