Skip to content

doniexun/kcc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KnightOS C Compiler

The KnightOS C Compiler (kcc) is a fork of sdcc.

Yes, we know it doesn't compile. Still working on gutting all the sdcc cruft.

Compiling

kcc depends on flex/bison and boost.

cmake .
make
make install # as root

Differences from SDCC

  • KnightOS support
  • kcc includes man pages
  • Switched from autotools to cmake
  • Dropped all targets but z80
  • Removed unneccessary subsystems (like simulators)
  • General clean up

Why a fork?

We presented our needs upstream and they were not interested in them.

About

KnightOS C compiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published