4.6.11.3 Clink Option
The -mclink
option requests that when building a project,
the command-line driver generate and use linker options that are relevant for C programs.
This is the default action taken by the driver.
The -mno-clink
form of this option can be used if you prefer to manually
specify the linker options for a C program. The linker class options will still be defined,
but any options that place psects into classes (for example -p
linker
options) will not be present. Use the -mno-clink
option with caution.
Ensure suitable linker options are manually specified to ensure the correct operation of
your project.