|
2 days ago | |
---|---|---|
.gitignore | 2 days ago | |
README.md | 2 days ago | |
build.sh | 1 week ago | |
configure.sh | 2 days ago | |
giteapc-config-any.make | 2 days ago | |
giteapc.make | 2 days ago | |
install.sh | 1 week ago | |
uninstall.sh | 2 weeks ago | |
util.sh | 1 week ago |
sh-elf-gcc
installerThis 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
An any
configuration is provided in case GCC is already installed externally, to have this package installed without rebuilding it.
% giteapc install Lephenixnoir/sh-elf-gcc:any