Skip to content

mkostoevr/clink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)