invocation.hss 645 B

1234567891011121314
  1. [Main]
  2. Title=Invoking ld-tigcc and ar-tigcc
  3. Subsections=invocation_ld, invocation_ar
  4. [Top]
  5. The TIGCC linker is available in two forms: As a standalone command line
  6. program or as a dynamic link library (DLL). TIGCC uses the DLL version for
  7. improved speed and to avoid maintainance problems, but experienced
  8. programmers might want to use the command line version in some cases because
  9. it is a little more advanced.
  10. <BR><BR>
  11. In the <A HREF="$$INFOLINK(ide)">IDE</A>, linker options can be set in the
  12. project settings. The <CODE>tigcc</CODE> command line compiler accepts most
  13. of the options of <CODE>ld-tigcc</CODE> and passes them to the linker.