On 06/27/2016 03:39 PM, Geert Uytterhoeven wrote: > You can download a cross compiler from e.g. > https://www.kernel.org/pub/tools/crosstool/
On a sidenote: If you're running Debian testing or a recent version of Ubuntu, you should be able to install the necessary cross-compiler directly from the official repositories: $ apt install gcc-m68k-linux-gnu g++-m68k-linux-gnu cpp-m68k-linux-gnu To be able to run "make menuconfig", you need to have the ncurses development package installed, but I usually just install all build dependencies for the kernel on Debian, thus: $ apt build-dep linux Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913