2.1 Specific Libraries and Startup Modules

Library files and start-up modules use the Executable and Linkable Format (ELF). The debugging format used for ELF object files is DWARF 2.0.

MPLAB XC-DSC tools will first look for generic library files when building your application. If these cannot be found, then ELF files will be used. As an example, if libdsp.a is not found then the file libdsp-elf.a will be used.