On 02/21/2016 03:09 AM, Finn Thain wrote: > If you want to build your own kernels, I suggest you obtain a cross > toolchain from kernel.org: https://www.kernel.org/pub/tools/crosstool/
If you're running Debian testing or unstable, you don't have to go that far. You can just install the cross toolchain directly from the repos: $ apt install gcc-5-m68k-linux-gnu Then Stan just has to set ARCH=m68k CROSS_COMPILE=m68k-linux-gnu- when run 'make menuconfig' and 'make' to configure and build the kernel. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - [email protected] `. `' Freie Universitaet Berlin - [email protected] `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

