8.3.3.1 General

  • -nodefaultlibs

    This option will prevent the standard system libraries from being used when linking. Only the specified libraries are passed to the linker.

  • -Wl,-Map

    Generates Map file.

  • -Wl,-u,vfprintf

    Use vprintf library.