Sentinel65X-Handbook/C Compiler.md

21 lines
901 B
Markdown
Raw Normal View History

2024-03-23 07:26:24 +01:00
---
gitea: none
include_toc: true
---
# C Compiler
The cross-development SDK for Sentinel 65X requires the Calypsi C/asm toolchain, targeting 65816. The SDK does not include Calypsi, which is available as freeware from [the Calypsi website](https://calypsi.cc).
## Language
2024-03-23 07:26:52 +01:00
Calypsi supports a fairly modern dialect of C, essentially C99 with some additions from later C standard revisions. The C standard library it supplies is used by the SDK, modified to work with the Sentinel 65X kernel installed to the on-board flash ROM.
2024-03-23 07:26:24 +01:00
## Toolchain
Calypsi also provides a 65816 assembler, a linker, and a librarian, all of which are used by the SDK. Your SDK projects can be written in C, assembly language, or a mix of the two.
## Libraries
The SDK will include several useful libraries ready to use in your projects, under license terms which place no obligations on your own code's license terms.