i will try that!
Am 27.06.2016 um 15:43 schrieb John Paul Adrian Glaubitz: > 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 >