Syntax
-l-
Description
The -l- option instructs the linker not to link standard libraries automatically included by the compiler or by the assembler INCLUDELIB directive. If you use this options you must supply your own library functions or provide the names of alternative sets of libraries to use.
Setting this in CrossStudio
To exclude standard libraries from the link:
- Select the project in the Project Explorer.
- In the Linker Options group set the Include Standard Libraries property to No.