Next: , Previous: Bind command, Up: Building commands


3.1.6 Link command

Link an already bound design unit.

     $ ghdl --link [options] primary_unit [secondary_unit]

This performs only the second stage of the elaboration command: the executable is created by linking the files of the object files list. This command is available only for completeness. The elaboration command is equivalent to the bind command followed by the link command.