|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
This document contains all the instructions to create a fully working toolchain targeting the Sega Dreamcast system under Alpine Linux.
Alpine Linux is a regular GNU/Linux system, but it's also a great candidate for making Docker images. You may find a working example of a Alpine-based Dockerfile in the docker directory within the dc-chain tool.
On an Alpine Linux system, the package manager is the apk tool.
All the operations in this document should be executed with the root user. You may run the su - command under a standard user account to become root. This utility comes installed by default on Alpine Linux.
Before doing anything, you will have to install some prerequisites in order to build the whole toolchains.
The packages below need to be installed:
Enter the following to prepare KallistiOS and the toolchains:
The dc-chain system may be customized by setting up a [Makefile.cfg] file in the root of the dc-chain directory tree. If this is desired, read the main README for more information on setting up custom options for the toolchain; however, in most circumstances, the stable defaults already present in Makefile.dreamcast.cfg will be fine.
To build the toolchain, do the following:
dc-chain directory by entering: cd /opt/toolchains/dc/kos/utils/dc-chain/ Makefile.cfg file options to your liking. make use_custom_dependencies=1 Now it's time to have a coffee as this process can be long: several minutes to hours will be needed to build the full toolchain, depending on your system.
After everything is done, you can cleanup all temporary files by entering:
After following this guide, the toolchains should be ready.
Now it's time to compile KallistiOS.
You may consult the README file from KallistiOS now.