8.3.12 Nostdlib Option
The -nostdlib
option will prevent the standard system
startup files and libraries being linked into the project. No startup files and only the
libraries you specify are passed to the linker.
The -nostdlib
option will prevent the standard system
startup files and libraries being linked into the project. No startup files and only the
libraries you specify are passed to the linker.