Skip to content

taik0/ccps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPS-1 SDK

This a development kit for CPS-1 board.

Compilers required

Tested with GCC 10.3.0

Tested with SDCC 4.0

Setup :

CCPS is a compiler/tools driver. It needs GCC to compile code to 68000 and SDCC to compile code to Z-80. Everything else is self-contained.

On Linux:

sudo apt install gcc-m68k-linux-gnu g++-m68k-linux-gnu binutils-m68k-linux-gnu
sudo apt install sdcc

On Windows: Use WSL and follow Linux steps.

On MacOS X: Never tested.

About

SDK for CPS-1 boards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 81.6%
  • C 12.0%
  • Assembly 6.3%
  • Shell 0.1%