The compiler supports two different object-file formats: ELF/DWARF and the vendor-specific HIWARE object-file format. The object-file format specifies the format of the object files (
*.o), library files (
*.lib), and the absolute files (
*.abs).
Note:
Do not mix object-file formats. Both the HIWARE and the ELF/DWARF object files use the same filename extensions.