-F (-Fh, -F2o, -FA2o, -F2, -FA2): Output file format

Group

Output

Scope

Application

Syntax
  -F(h|2o|A2o|2|A2) 
  
Arguments

h: HIWARE object-file format; this is the default

2o: Compatible ELF/DWARF 2.0 object-file format

A2o: Compatible ELF/DWARF 2.0 absolute-file format

2: ELF/DWARF 2.0 object-file format

A2: ELF/DWARF 2.0 absolute-file format

Default
  -F2 
  
Description

Defines the format for the output file generated by the Assembler:

Note that the ELF/DWARF 2.0 file format has been updated in the current version of the Assembler. If you are using HI-WAVE version 5.2 (or an earlier version), -F2o or -FA2o must be used to generate the ELF/DWARF 2.0 object files which can be loaded in the debugger.

Example
  ASMOPTIONS=-F2 
  
Note: For the RS08 the HIWARE object file format is not available.