Meta-repository providing an SH3/SH4 build of GCC for the fxSDK.
Go to file
Lephenixnoir 0400e3c470
explicitly link previously-built binutils to GCC
2021-01-02 22:48:31 +01:00
.gitignore manual build and README 2021-01-02 10:36:59 +01:00
README.md manual build and README 2021-01-02 10:36:59 +01:00
build.sh split off binutils into a separate repository 2021-01-02 00:13:11 +01:00
configure.sh explicitly link previously-built binutils to GCC 2021-01-02 22:48:31 +01:00
giteapc.make support custom build configurations 2021-01-02 10:48:24 +01:00
install.sh split off binutils into a separate repository 2021-01-02 00:13:11 +01:00
uninstall.sh split off binutils into a separate repository 2021-01-02 00:13:11 +01:00
util.sh explicitly link previously-built binutils to GCC 2021-01-02 22:48:31 +01:00

README.md

Automatic sh-elf-gcc installer

This script can be used to automatically compile and install a GCC cross-compiler targeting SH3 and SH4 calculators. The normal use is with GiteaPC:

% giteapc install Lephenixnoir/sh-elf-gcc

You can also install manually. First install sh-elf-binutils, then run the GiteaPC Makefile with a manually-specified install prefix:

% make -f giteapc.make configure build install PREFIX=$HOME/.local