Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1514084
| From | Jim Davis <jim.epost@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] cxl: Fix error handling |
| Date | 2016-11-02 20:10 +0100 |
| Message-ID | <sz958-1QM-9@gated-at.bofh.it> (permalink) |
| References | <sy69k-1FQ-11@gated-at.bofh.it> <sydu9-6yo-1@gated-at.bofh.it> <syQOS-6OD-7@gated-at.bofh.it> <sz1Kh-5v9-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Nov 2, 2016 at 4:12 AM, Michael Ellerman <mpe@ellerman.id.au> wrote: > Jim Davis <jim.epost@gmail.com> writes: > >> On Sun, Oct 30, 2016 at 10:37 PM, Michael Ellerman <mpe@ellerman.id.au> 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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] cxl: Fix error handling Christophe JAILLET <christophe.jaillet@wanadoo.fr> - 2016-10-30 22:50 +0100
Re: [PATCH] cxl: Fix error handling Michael Ellerman <mpe@ellerman.id.au> - 2016-10-31 06:40 +0100
Re: [PATCH] cxl: Fix error handling Jim Davis <jim.epost@gmail.com> - 2016-11-02 00:40 +0100
Re: [PATCH] cxl: Fix error handling Michael Ellerman <mpe@ellerman.id.au> - 2016-11-02 12:20 +0100
Re: [PATCH] cxl: Fix error handling Jim Davis <jim.epost@gmail.com> - 2016-11-02 20:10 +0100
Re: [PATCH] cxl: Fix error handling Michael Ellerman <mpe@ellerman.id.au> - 2016-11-03 11:00 +0100
Re: [PATCH] cxl: Fix error handling Andrew Donnellan <andrew.donnellan@au1.ibm.com> - 2016-10-31 07:30 +0100
Re: [PATCH] cxl: Fix error handling Frederic Barrat <fbarrat@linux.vnet.ibm.com> - 2016-11-02 18:00 +0100
csiph-web