https://github.com/losinggeneration/buildcross
A set of scripts to build various toolchains for bare hardware and also Linux based.
https://github.com/losinggeneration/buildcross
cross-compiler dreamcast gamecube gcc-cross-compiler z80-assembler
Last synced: about 2 months ago
JSON representation
A set of scripts to build various toolchains for bare hardware and also Linux based.
- Host: GitHub
- URL: https://github.com/losinggeneration/buildcross
- Owner: losinggeneration
- License: other
- Created: 2008-04-05T01:25:20.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T09:53:11.000Z (about 1 year ago)
- Last Synced: 2025-04-15T01:54:16.926Z (about 2 months ago)
- Topics: cross-compiler, dreamcast, gamecube, gcc-cross-compiler, z80-assembler
- Language: Shell
- Homepage:
- Size: 1.82 MB
- Stars: 11
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
This project is to assist in building various cross compilers:
Fully supported cross compilers are that should build and work correctly:
* Dreamcast (sh-elf and arm-elf for KOS)
* Dreamcast Linux (sh4-linux-uclibc or sh4-linux-gnu)
* Gamecube (builds pretty much the same compiler as devkitpro)
* Gamecube Linux (powerpc-gekko-linux-uclibc or powerpc-gekko-linux-gnu)Others that may or maynot work:
* Genesis
* Saturn
* ArchLinux PPC
* Arm Linux
* GBA
* Ix86Usage:
The help should give most of the info needed to get started
./buildcross.sh -h
And this will give even more info and examples
./buildcross -eSome highlights:
Build the Dreamcast compiler:
./buildcross.sh -dc
Build the Gamecube compiler:
./buildcross.sh gamecube -all
Build a Dreamcast Linux compiler with glibc:
./buildcross.sh -dcl
Build a Dreamcast Linux compiler with uclibc:
./buildcross.sh -u -dclSame as above but using the system name
Build a Dreamcast Linux compiler with glibc:
./buildcross.sh dclinux -bl
Build a Dreamcast Linux compiler with uclibc:
./buildcross.sh -u dclinux -dcl