mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MIT-Scheme-devel] installation problem


From: Matt Birkholz
Subject: Re: [MIT-Scheme-devel] installation problem
Date: Sat, 11 Aug 2012 19:19:56 -0700

> From: Taylor R Campbell <address@hidden>
> Date: Sun, 12 Aug 2012 01:38:59 +0000
> 
> [...]
> 
> (Actually building on these ARM toys is pretty silly -- we really need
> to make cross-builds work more sensibly!  But that will take an
> enormous amount of work...)

If the word size and endianness are similar on your build host and
your toy, perhaps you can

        ./configure --enable-native-code=svm
        make

on the build host, but just

        ./configure --enable-native-code=svm
        make compile-microcode

on the toy, and then copy all.com from the build host to the toy...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]