view level2/sys/rlink.hp @ 2812:1f47bdb9f356 lwtools-port

Added new utils section in 3rdparty and updated makefile(s) Added a new utils section in 3rdparty/utils called dladd. This section will include utilities that are made by David Ladd. Updated 3rdparty/utils/makefile to include this new section. Updated level2/coco3/cmds/makefile to add CMDS_D2 into the echo string that has CMDS and CMDS_DW so now it will output CMDS CMDS_D2 and CMDS_DW
author David Ladd <drencor-xeen@users.sf.net>
date Tue, 12 Feb 2013 12:38:22 -0600
parents 81584f82ee74
children
line wrap: on
line source

@RLINK
Syntax: RLink [<opts>] <mainline> [<sub1> [...]] [<opts>]
Usage : Linker
Opts  :
  -o=<path> write linker object output to file specified
  -n=<name> use <name> as object file name
  -l=<path> use <path> as a library file
  -e=<n>    <n> is used as the edition number of the module
  -M=<size> add <size> additional pages fof memory for data
  -m        print the linkage map
  -s        print final addresses assigned to symbols
  -b=<ept>  link C functions to be callable by BASIC09
  -t        allow static data to appear in BASIC09 callable module