Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 545 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 545 Bytes

clink

Very simple (yet?) COFF to COFF linker. Merges several COFF files into one. Only works for dependency-less objects yet (designed exclusively for linking objects into KolibriOS COFF library).

Roadmap

  • Remove symbols from the resulting COFF file and only keep one per section.
  • Support for linking into PE executable and DLL.
  • Support for combining COFF and ELF files.
  • Multithreaded linking.

Links

Development process (in Russian)