More about ezLink.

The MCUez Linker merges the various object files of an application into one file, an "absolute file" (or .ABS file for short). The file is termed an "absolute file" because it contains absolute code (not relocatable code) that can be burnt onto an EPROM using the Burner program, or loaded into the target using the MCUez Debugger. The Linker is a smart linker. It will only link those objects that are actually used by your application.

ezLink Features

  • Creates a graphic user interface for generating and debugging linker program 
  • Links different objects into one absolute (non-relocatable) executable code for the debugger 
  • Maximizes usage of memory on the target system by linking used functions and codes from the application 
  • Generates Motorola S record and MAP files 
  • Provides selectable options for output format and linking message controls 
  • Linker window makes it easy to locate linker errors 
  • Generates ELF/DWARF 2.0 debugging information 


Back to MCUez