Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knightos/kcc
KnightOS C compiler
https://github.com/knightos/kcc
Last synced: about 1 month ago
JSON representation
KnightOS C compiler
- Host: GitHub
- URL: https://github.com/knightos/kcc
- Owner: KnightOS
- License: other
- Created: 2014-09-17T14:07:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T03:03:46.000Z (about 4 years ago)
- Last Synced: 2024-03-26T18:24:42.475Z (9 months ago)
- Language: C
- Size: 121 MB
- Stars: 23
- Watchers: 13
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
# KnightOS C Compiler
The KnightOS C Compiler (kcc) is a fork of [sdcc](http://sdcc.sourceforge.net/). It's a work in progress.
## 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 and refactor## Why a fork?
We presented our needs upstream and they were not interested in them.
## Help, Bugs, Feedback
If you need help with KnightOS, want to keep up with progress, chat with
developers, or ask any other questions about KnightOS, you can hang out in the
IRC channel: [#knightos on irc.freenode.net](http://webchat.freenode.net/?channels=knightos).
To report bugs, please create [a GitHub issue](https://github.com/KnightOS/KnightOS/issues/new) or contact us on IRC.
If you'd like to contribute to the project, please see the [contribution guidelines](http://www.knightos.org/contributing).