Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757052AbcKBTBk (ORCPT ); Wed, 2 Nov 2016 15:01:40 -0400 Received: from mail-oi0-f66.google.com ([209.85.218.66]:34816 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756826AbcKBTBj (ORCPT ); Wed, 2 Nov 2016 15:01:39 -0400 MIME-Version: 1.0 In-Reply-To: <87eg2unnil.fsf@concordia.ellerman.id.au> References: <20161030214047.25037-1-christophe.jaillet@wanadoo.fr> <87wpgp13ki.fsf@concordia.ellerman.id.au> <87eg2unnil.fsf@concordia.ellerman.id.au> From: Jim Davis Date: Wed, 2 Nov 2016 12:01:37 -0700 Message-ID: Subject: Re: [PATCH] cxl: Fix error handling To: Michael Ellerman Cc: Christophe JAILLET , imunsie@au1.ibm.com, fbarrat@linux.vnet.ibm.com, kernel-janitors@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1693 Lines: 52 On Wed, Nov 2, 2016 at 4:12 AM, Michael Ellerman wrote: > Jim Davis writes: > >> On Sun, Oct 30, 2016 at 10:37 PM, Michael Ellerman wrote: >>> More here: >>> >>> https://github.com/linuxppc/linux/wiki/Building-powerpc-kernels >> >> Cool; the little-endian build worked fine, but > > Yay, thanks for trying. > >> jim@krebstar:~/linux-rc$ make ARCH=powerpc >> CROSS_COMPILE=powerpc64-linux-gnu- vmlinux >> make: powerpc64-linux-gnu-gcc: Command not found >> make: powerpc64-linux-gnu-gcc: Command not found >> scripts/kconfig/conf --silentoldconfig Kconfig >> make: powerpc64-linux-gnu-gcc: Command not found But I cleverly tried to run the Fedora command on Ubuntu... when I run the right command for Ubuntu, the build worked just fine. D'oh! Nit: make distclean missed a few files jim@krebstar:~/linux-rc$ make distclean; git clean -fdx CLEAN . CLEAN drivers/tty/vt CLEAN drivers/video/logo CLEAN firmware CLEAN kernel CLEAN lib CLEAN usr CLEAN .tmp_versions CLEAN scripts/basic CLEAN scripts/dtc CLEAN scripts/genksyms CLEAN scripts/kconfig CLEAN scripts/mod CLEAN scripts CLEAN include/config include/generated arch/powerpc/include/generated CLEAN .config .version Module.symvers Removing arch/powerpc/kernel/systbl_chk.i Removing arch/powerpc/kernel/vdso32/vdso32.lds Removing arch/powerpc/kernel/vdso32/vdso32.so Removing arch/powerpc/kernel/vdso32/vdso32.so.dbg Removing arch/powerpc/kernel/vdso64/vdso64.lds Removing arch/powerpc/kernel/vdso64/vdso64.so Removing arch/powerpc/kernel/vdso64/vdso64.so.dbg Removing arch/powerpc/kernel/vmlinux.lds -- Jim