-genbinary

Controls the generation of a binary file.

Syntax
  -genbinary 
  none
   |
   one
   | 
  multiple
  
  
Remarks

To generate no binary file even if s-record generation is on, use

  -genbinary none

  

This option is the default.

To generate a single binary file with all the loadable code and data, even if s-record generation is off, use

  -genbinary one

  

To generate separate binary files for each MEMORY directive, even if s-record generation is off, use

  -genbinary multiple

  

This is a linker option.