It might be easier for you to try git master so you can test fixes as
we incorporate them. If 10.1.10 is installed at (say)
/usr/local/mit-scheme/10.1.10/bin/mit-scheme-x86-64, do:
git clone https://git.savannah.gnu.org/git/mit-scheme.git
cd mit-scheme/src
env PATH="$PATH":/usr/local/mit-scheme/10.1.10/bin ./Setup.sh
env PATH="$PATH":/usr/local/mit-scheme/10.1.10/bin ./configure --enable-cross-compiling
env PATH="$PATH":/usr/local/mit-scheme/10.1.10/bin make -j4 cross-host
make -j4 cross-target
I got up to the step above, then got a bunch of compilation errors [1] in termcap.c, all of which are caused by the Werror flag.