Re: Build error with 5.9.5 in sound/soc/sof/intel/hda-codec.c (was: [PATCH AUTOSEL 5.9 039/147] ASoC: SOF: fix a runtime pm issue in SOF when HDMI codec doesn't work)

2020-11-05 Thread Greg KH
On Thu, Nov 05, 2020 at 04:40:01PM +0100, Greg KH wrote: > On Thu, Nov 05, 2020 at 02:48:33PM +0100, Thorsten Leemhuis wrote: > > Lo! I just tried to compile 5.9.5 and ran into a build error with below > > patch. I only did a quick look (I have to leave the keyboard soon), but > > seems the patch q

Re: Build error with 5.9.5 in sound/soc/sof/intel/hda-codec.c (was: [PATCH AUTOSEL 5.9 039/147] ASoC: SOF: fix a runtime pm issue in SOF when HDMI codec doesn't work)

2020-11-05 Thread Greg KH
On Thu, Nov 05, 2020 at 02:48:33PM +0100, Thorsten Leemhuis wrote: > Lo! I just tried to compile 5.9.5 and ran into a build error with below > patch. I only did a quick look (I have to leave the keyboard soon), but > seems the patch quoted below that was added to 5.9.5 depends on 11ec0edc6408 > (gi

Re: Build error caused by "arm64: dts: agilex: add nand clocks"

2020-08-04 Thread Dinh Nguyen
Hi Markus, Thanks for catching this. There's a commit that is going through the clock tree that will fix this: commit c2710fdf935bb1286e8eb6a6b44991bab1fe87af Author: Dinh Nguyen Date: Tue Jun 16 15:24:15 2020 -0500 dt-bindings: agilex: add NAND_X_CLK and NAND_ECC_CLK Add the NAND_X

Re: build error

2019-07-29 Thread Matteo Croce
On Mon, Jul 29, 2019 at 1:18 PM Vincenzo Frascino wrote: > Last but not least, are you on any irc channel? Might help speeding up the > debugging if we talk there. > Sure, I'm matteo on FreeNode, #armlinux -- Matteo Croce per aspera ad upstream

Re: build error

2019-07-29 Thread Vincenzo Frascino
On 29/07/2019 12:12, Matteo Croce wrote: > On Mon, Jul 29, 2019 at 1:08 PM Vincenzo Frascino > wrote: >> >> Hi Matteo, >> >> On 29/07/2019 11:25, Matteo Croce wrote: >>> On Mon, Jul 29, 2019 at 12:16 PM Vincenzo Frascino >>> wrote: Hi Matteo and Will, If I try to build a

Re: build error

2019-07-29 Thread Matteo Croce
On Mon, Jul 29, 2019 at 1:08 PM Vincenzo Frascino wrote: > > Hi Matteo, > > On 29/07/2019 11:25, Matteo Croce wrote: > > On Mon, Jul 29, 2019 at 12:16 PM Vincenzo Frascino > > wrote: > >> > >> Hi Matteo and Will, > >> > >> > >> If I try to build a fresh kernel on my machine with the standard "mak

Re: build error

2019-07-29 Thread Vincenzo Frascino
Hi Matteo, On 29/07/2019 11:25, Matteo Croce wrote: > On Mon, Jul 29, 2019 at 12:16 PM Vincenzo Frascino > wrote: >> >> Hi Matteo and Will, >> >> >> If I try to build a fresh kernel on my machine with the standard "make >> mrproper >> && make defconfig && make" I do not see the reported issue (P

Re: build error

2019-07-29 Thread Matteo Croce
On Mon, Jul 29, 2019 at 12:16 PM Vincenzo Frascino wrote: > > Hi Matteo and Will, > > > If I try to build a fresh kernel on my machine with the standard "make > mrproper > && make defconfig && make" I do not see the reported issue (Please see below > scissors). > > At this point would be interest

Re: build error

2019-07-29 Thread Matteo Croce
On Mon, Jul 29, 2019 at 12:16 PM Vincenzo Frascino wrote: > > Hi Matteo and Will, > > > If I try to build a fresh kernel on my machine with the standard "make > mrproper > && make defconfig && make" I do not see the reported issue (Please see below > scissors). > > At this point would be interest

Re: build error

2019-07-29 Thread Vincenzo Frascino
Hi Matteo and Will, On 29/07/2019 10:50, Will Deacon wrote: > Hi Matteo, > > On Sun, Jul 28, 2019 at 10:08:06PM +0200, Matteo Croce wrote: >> I get this build error with 5.3-rc2" >> >> # make >> arch/arm64/Makefile:58: gcc not found, check CROSS_COMPILE_COMPAT. Stop. >> >> I didn't bisect the tr

Re: build error

2019-07-29 Thread Matteo Croce
On Mon, Jul 29, 2019 at 11:50 AM Will Deacon wrote: > > Hi Matteo, > > On Sun, Jul 28, 2019 at 10:08:06PM +0200, Matteo Croce wrote: > > I get this build error with 5.3-rc2" > > > > # make > > arch/arm64/Makefile:58: gcc not found, check CROSS_COMPILE_COMPAT. Stop. > > > > I didn't bisect the tre

Re: build error

2019-07-29 Thread Will Deacon
Hi Matteo, On Sun, Jul 28, 2019 at 10:08:06PM +0200, Matteo Croce wrote: > I get this build error with 5.3-rc2" > > # make > arch/arm64/Makefile:58: gcc not found, check CROSS_COMPILE_COMPAT. Stop. > > I didn't bisect the tree, but I guess that this kconfig can be related > > # grep CROSS_COMP

Re: build error

2019-07-29 Thread Matteo Croce
On Mon, Jul 29, 2019 at 6:44 AM Bhaskar Chowdhury wrote: > > > Matteo, > > it's look like gcc is not in your normal PATH. Could you please locate > that fellow and realign it ,where is suppose to be. > > Or if I understood right (I doubt that is why asking) that you might put > explicitly the arch

Re: build error

2019-07-28 Thread Bhaskar Chowdhury
Matteo, it's look like gcc is not in your normal PATH. Could you please locate that fellow and realign it ,where is suppose to be. Or if I understood right (I doubt that is why asking) that you might put explicitly the architecture to target build with make also, that might help. Please do let

Re: build error

2019-07-28 Thread Bernd Petrovitsch
Hi all! On 28/07/2019 22:08, Matteo Croce wrote: [...] > I get this build error with 5.3-rc2" > > # make > arch/arm64/Makefile:58: gcc not found, check CROSS_COMPILE_COMPAT. Stop. - Install (some) gcc?! - Fix $PATH so that (some) gcc can be found?! MfG, Bernd -- Bernd Petrovitsch

Re: build error

2019-07-28 Thread Matteo Croce
On Sun, Jul 28, 2019 at 10:16 PM Bernd Petrovitsch wrote: > > Hi all! > > On 28/07/2019 22:08, Matteo Croce wrote: > [...] > > I get this build error with 5.3-rc2" > > > > # make > > arch/arm64/Makefile:58: gcc not found, check CROSS_COMPILE_COMPAT. Stop. > > - Install (some) gcc?! > - Fix $PATH

Re: Build error in drivers/cpufreq/intel_pstate.c

2018-10-30 Thread Srinivas Pandruvada
Hi, On Tue, 2018-10-30 at 18:00 +0200, Igor Stoppa wrote: > Hi, > I'm getting the following build error: > > /home/igor/dev/kernel/linux/drivers/cpufreq/intel_pstate.c: In > function > ‘show_base_frequency’: > /home/igor/dev/kernel/linux/drivers/cpufreq/intel_pstate.c:726:10: > error: implicit d

Re: Build error for samples/bpf/ due to commit d0266046ad54 ("x86: Remove FAST_FEATURE_TESTS")

2018-04-13 Thread Alexei Starovoitov
On Fri, Apr 13, 2018 at 03:22:37PM +0200, Jesper Dangaard Brouer wrote: > Hi Peter, > > Your commit d0266046ad54 ("x86: Remove FAST_FEATURE_TESTS") broke build > for several samples/bpf programs. I'm unsure what the best way forward > is to unbreak these... > > The issue is that these samples are

Re: 【build error report for for next branch】

2017-10-23 Thread oulijun
在 2017/10/23 23:24, Doug Ledford 写道: > On Wed, 2017-10-18 at 14:21 +0800, oulijun wrote: >> Hi, Doug Ledford >>I am use the for-next branch for building and the result is fail. >> Is the branch a bug or my buidl way incorrectly? > > [ snip ] > >> CC [M] drivers/gpu/drm/tegra/trace.o >> In

Re: 【build error report for for next branch】

2017-10-23 Thread Doug Ledford
On Wed, 2017-10-18 at 14:21 +0800, oulijun wrote: > Hi, Doug Ledford >I am use the for-next branch for building and the result is fail. > Is the branch a bug or my buidl way incorrectly? [ snip ] > CC [M] drivers/gpu/drm/tegra/trace.o > In file included from drivers/gpu/drm/tegra/trace.h:6

Re: Build error due to commit 8ab2ae655b ("default exported asm symbols to zero")

2016-12-05 Thread Linus Torvalds
On Mon, Dec 5, 2016 at 1:23 PM, Guenter Roeck wrote: > > commit 8ab2ae655bf ("default exported asm symbols to zero") results > in the following build error when building alpha:allmodconfig. > > arch/alpha/lib/callback_srm.S: Assembler messages: > arch/alpha/lib/callback_srm.S:97: Warning: >

Re: Build error in -next due to 'sh: add working futex atomic ops on userspace addresses for smp'

2016-08-04 Thread Rich Felker
On Wed, Aug 03, 2016 at 09:44:51PM -0700, Guenter Roeck wrote: > Hi, > > I see the following build error in -next when building sh:shx3_defconfig. > > {standard input}: Assembler messages: > {standard input}:177: Error: unknown opcode > {standard input}:7760: Error: unknown opcode > > {standard

Re: Build error due to commit 458aa76d132dc ("mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_range")

2016-03-22 Thread Guenter Roeck
On 03/21/2016 10:14 PM, Aneesh Kumar K.V wrote: Guenter Roeck writes: [ text/plain ] Hi, Your commit 458aa76d132dc1 ("mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_range") causes a build error when building arcv2:vdk_hs38_smp_defconfig. include/asm-generic/pgtable.h:799:45:

Re: Build error due to commit 458aa76d132dc ("mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_range")

2016-03-21 Thread Aneesh Kumar K.V
Guenter Roeck writes: > [ text/plain ] > Hi, > > Your commit 458aa76d132dc1 ("mm/thp/migration: switch from flush_tlb_range > to flush_pmd_tlb_range") causes a build error when building > arcv2:vdk_hs38_smp_defconfig. > > include/asm-generic/pgtable.h:799:45: note: in expansion of macro ‘BUILD_BU

Re: Build error due to "x86/fpu, sched: Dynamically allocate 'struct fpu'"

2015-07-18 Thread Guenter
On Sat, Jul 18, 2015 at 04:27:17PM -0700, Guenter wrote: > Hi, > > Commit 0c8c0f03e3a2 ("x86/fpu, sched: Dynamically allocate 'struct fpu'") > causes s390 builds in mainline to fail as follows. > > arch/s390/kernel/traps.c: Assembler messages: > arch/s390/kernel/traps.c:262: Error: operand out of

Re: Build error with !CONFIG_SMP in v4.2-rc1 on arm multi_v7_defconfig

2015-07-10 Thread Dave Gerlach
On 07/10/2015 03:39 PM, Lina Iyer wrote: > On Fri, Jul 10 2015 at 14:29 -0600, Dave Gerlach wrote: >> On 07/10/2015 02:36 PM, Stephen Boyd wrote: >>> On 07/10/2015 12:31 PM, Dave Gerlach wrote: Hello, I am seeing the following error when building v4.2-rc1 for arm with multi_v7_defcon

Re: Build error with !CONFIG_SMP in v4.2-rc1 on arm multi_v7_defconfig

2015-07-10 Thread Lina Iyer
On Fri, Jul 10 2015 at 14:29 -0600, Dave Gerlach wrote: On 07/10/2015 02:36 PM, Stephen Boyd wrote: On 07/10/2015 12:31 PM, Dave Gerlach wrote: Hello, I am seeing the following error when building v4.2-rc1 for arm with multi_v7_defconfig with CONFIG_SMP=n: LINKvmlinux LD vmlinux.o

Re: Build error with !CONFIG_SMP in v4.2-rc1 on arm multi_v7_defconfig

2015-07-10 Thread Dave Gerlach
On 07/10/2015 02:36 PM, Stephen Boyd wrote: > On 07/10/2015 12:31 PM, Dave Gerlach wrote: >> Hello, >> I am seeing the following error when building v4.2-rc1 for arm with >> multi_v7_defconfig with CONFIG_SMP=n: >> >> LINKvmlinux >> LD vmlinux.o >> MODPOST vmlinux.o >> GEN .vers

Re: Build error with !CONFIG_SMP in v4.2-rc1 on arm multi_v7_defconfig

2015-07-10 Thread Stephen Boyd
On 07/10/2015 12:31 PM, Dave Gerlach wrote: > Hello, > I am seeing the following error when building v4.2-rc1 for arm with > multi_v7_defconfig with CONFIG_SMP=n: > > LINKvmlinux > LD vmlinux.o > MODPOST vmlinux.o > GEN .version > CHK include/generated/compile.h > UPD

RE: Build error -in -next due to 'Bluetooth: hci_uart: Support operational speed during setup'

2015-06-15 Thread Ilya Faenson
Hi Marcel, -Original Message- From: Marcel Holtmann [mailto:mar...@holtmann.org] Sent: Monday, June 15, 2015 10:43 AM To: Ilya Faenson Cc: Guenter Roeck; linux-kernel@vger.kernel.org; Frederic Danis; BlueZ development; linux-ser...@vger.kernel.org Subject: Re: Build error -in -next due

Re: Build error -in -next due to 'Bluetooth: hci_uart: Support operational speed during setup'

2015-06-15 Thread Marcel Holtmann
Hi Ilya, >>> alpha:allmodconfig fails to build in -next with >>> >>> drivers/bluetooth/hci_ldisc.c: In function 'hci_uart_set_baudrate': >>> drivers/bluetooth/hci_ldisc.c:276:22: error: 'BOTHER' undeclared >>> >>> BOTHER is not defined for all architectures and otherwise only >>> used with '#ifd

RE: Build error -in -next due to 'Bluetooth: hci_uart: Support operational speed during setup'

2015-06-15 Thread Ilya Faenson
...@vger.kernel.org Subject: Re: Build error -in -next due to 'Bluetooth: hci_uart: Support operational speed during setup' On 06/15/2015 06:58 AM, Marcel Holtmann wrote: > Hi Guenter, > >> alpha:allmodconfig fails to build in -next with >> >> drivers/

Re: Build error -in -next due to 'Bluetooth: hci_uart: Support operational speed during setup'

2015-06-15 Thread Guenter Roeck
On 06/15/2015 06:58 AM, Marcel Holtmann wrote: Hi Guenter, alpha:allmodconfig fails to build in -next with drivers/bluetooth/hci_ldisc.c: In function 'hci_uart_set_baudrate': drivers/bluetooth/hci_ldisc.c:276:22: error: 'BOTHER' undeclared BOTHER is not defined for all architectures and other

Re: Build error -in -next due to 'Bluetooth: hci_uart: Support operational speed during setup'

2015-06-15 Thread Marcel Holtmann
Hi Guenter, > alpha:allmodconfig fails to build in -next with > > drivers/bluetooth/hci_ldisc.c: In function 'hci_uart_set_baudrate': > drivers/bluetooth/hci_ldisc.c:276:22: error: 'BOTHER' undeclared > > BOTHER is not defined for all architectures and otherwise only > used with '#ifdef BOTHER'.

Re: Build error - vmlinux.lds [Re: linux-next: Tree for Jun 18]

2014-06-18 Thread Sachin Kamat
On Wed, Jun 18, 2014 at 5:50 PM, Russell King - ARM Linux wrote: > On Wed, Jun 18, 2014 at 05:38:14PM +0530, Sachin Kamat wrote: >> On Wed, Jun 18, 2014 at 5:26 PM, Russell King - ARM Linux >> wrote: >> > On Wed, Jun 18, 2014 at 04:50:43PM +0530, Sachin Kamat wrote: >> >> Hi, >> >> >> >> I observ

Re: Build error - vmlinux.lds [Re: linux-next: Tree for Jun 18]

2014-06-18 Thread Russell King - ARM Linux
On Wed, Jun 18, 2014 at 05:38:14PM +0530, Sachin Kamat wrote: > On Wed, Jun 18, 2014 at 5:26 PM, Russell King - ARM Linux > wrote: > > On Wed, Jun 18, 2014 at 04:50:43PM +0530, Sachin Kamat wrote: > >> Hi, > >> > >> I observe the following build error while building uImage for ARM. > >> > >> Ker

Re: Build error - vmlinux.lds [Re: linux-next: Tree for Jun 18]

2014-06-18 Thread Sachin Kamat
On Wed, Jun 18, 2014 at 5:26 PM, Russell King - ARM Linux wrote: > On Wed, Jun 18, 2014 at 04:50:43PM +0530, Sachin Kamat wrote: >> Hi, >> >> I observe the following build error while building uImage for ARM. >> >> Kernel: arch/arm/boot/Image is ready >> make[2]: *** No rule to make target >> `a

Re: Build error - vmlinux.lds [Re: linux-next: Tree for Jun 18]

2014-06-18 Thread Russell King - ARM Linux
On Wed, Jun 18, 2014 at 04:50:43PM +0530, Sachin Kamat wrote: > Hi, > > I observe the following build error while building uImage for ARM. > > Kernel: arch/arm/boot/Image is ready > make[2]: *** No rule to make target > `arch/arm/boot/compressed/vmlinux.lds', needed by > `arch/arm/boot/compress

Re: build error with CONFIG_REGMAP=m and CONFIG_REGULATOR=y

2013-11-17 Thread Hauke Mehrtens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/17/2013 04:27 PM, Mark Brown wrote: > On Sun, Nov 17, 2013 at 04:06:45PM +0100, Hauke Mehrtens wrote: > >> In OpenWrt we are seeing some build errors when CONFIG_REGMAP=m >> and CONFIG_REGULATOR=y are set. > > REGMAP is a bool config option, it

Re: build error with CONFIG_REGMAP=m and CONFIG_REGULATOR=y

2013-11-17 Thread Mark Brown
On Sun, Nov 17, 2013 at 04:06:45PM +0100, Hauke Mehrtens wrote: > In OpenWrt we are seeing some build errors when CONFIG_REGMAP=m and > CONFIG_REGULATOR=y are set. REGMAP is a bool config option, it should not be possible to set it to m. How have you managed to do that? signature.asc Descriptio

Re: Build error for nommu if CONFIG_DEBUG_ATOMIC_SLEEP is selected

2013-10-18 Thread Michael S. Tsirkin
On Fri, Oct 18, 2013 at 10:21:16PM +0800, Axel Lin wrote: > 2013/10/18 Michael S. Tsirkin : > > On Fri, Oct 18, 2013 at 05:27:55PM +0800, Axel Lin wrote: > >> Hi Michael, > >> > >> I got below build error for nommu if CONFIG_DEBUG_ATOMIC_SLEEP is selected. > >> Also got the same build error if CONF

Re: Build error for nommu if CONFIG_DEBUG_ATOMIC_SLEEP is selected

2013-10-18 Thread Axel Lin
2013/10/18 Michael S. Tsirkin : > On Fri, Oct 18, 2013 at 05:27:55PM +0800, Axel Lin wrote: >> Hi Michael, >> >> I got below build error for nommu if CONFIG_DEBUG_ATOMIC_SLEEP is selected. >> Also got the same build error if CONFIG_PROVE_LOCKING is selected. >> >> Seems this issue is introduced by

Re: Build error for nommu if CONFIG_DEBUG_ATOMIC_SLEEP is selected

2013-10-18 Thread Michael S. Tsirkin
On Fri, Oct 18, 2013 at 05:27:55PM +0800, Axel Lin wrote: > Hi Michael, > > I got below build error for nommu if CONFIG_DEBUG_ATOMIC_SLEEP is selected. > Also got the same build error if CONFIG_PROVE_LOCKING is selected. > > Seems this issue is introduced by commit 662bbcb2747c2 > "mm, sched: All

Re: Build error in torvalds kernel 3.11 for omap2plus

2013-09-08 Thread Russell King - ARM Linux
On Sun, Sep 08, 2013 at 11:34:10AM +0530, Anil Kumar wrote: > scripts/kconfig/conf --silentoldconfig Kconfig > CHK include/generated/uapi/linux/version.h > CHK include/generated/utsrelease.h > make[1]: `include/generated/mach-types.h' is up to date. > CALLscripts/checksyscalls.sh

Re: [build error] perf/urgent broken due to INTEL_UEVENT_PEBS_LDLAT_EXTRA_REG

2013-04-16 Thread Ingo Molnar
* Stephane Eranian wrote: > On Tue, Apr 16, 2013 at 9:52 AM, Ingo Molnar wrote: > > > > * David Rientjes wrote: > > > >> Commit 3de4ad210387 ("perf/x86: Fix offcore_rsp valid mask for SNB/IVB") in > >> perf/urgent breaks the build: > > > > Hm, that's was me resolving the conflicts incorrectly.

Re: [build error] perf/urgent broken due to INTEL_UEVENT_PEBS_LDLAT_EXTRA_REG

2013-04-16 Thread Stephane Eranian
On Tue, Apr 16, 2013 at 9:52 AM, Ingo Molnar wrote: > > * David Rientjes wrote: > >> Commit 3de4ad210387 ("perf/x86: Fix offcore_rsp valid mask for SNB/IVB") in >> perf/urgent breaks the build: > > Hm, that's was me resolving the conflicts incorrectly. > > Stephane, mind sending a tested version

Re: [build error] perf/urgent broken due to INTEL_UEVENT_PEBS_LDLAT_EXTRA_REG

2013-04-16 Thread Ingo Molnar
* David Rientjes wrote: > Commit 3de4ad210387 ("perf/x86: Fix offcore_rsp valid mask for SNB/IVB") in > perf/urgent breaks the build: Hm, that's was me resolving the conflicts incorrectly. Stephane, mind sending a tested version of the patch against current -git that can be applied to v3.9

Re: build error with latest git kernel for a user mode linux build

2013-04-12 Thread Toralf Förster
On 04/12/2013 08:39 PM, richard -rw- weinberger wrote: > The attached patch is an updated version of stub_pte_fix.diff. It > should fix your issues. :-) yup - thx :-) -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -- To unsubscribe from this l

Re: build error with latest git kernel for a user mode linux build

2013-04-12 Thread richard -rw- weinberger
On Fri, Apr 12, 2013 at 7:51 PM, Toralf Förster wrote: > On 04/12/2013 07:41 PM, richard -rw- weinberger wrote: >> You .config build perfectly fine here. >> Have you tried a "make mrproper"? > ick - I forgot to un-apply your patch you sent to me related to the > trinity-madvise UML problem - comp

Re: build error with latest git kernel for a user mode linux build

2013-04-12 Thread Toralf Förster
On 04/12/2013 07:41 PM, richard -rw- weinberger wrote: > You .config build perfectly fine here. > Have you tried a "make mrproper"? ick - I forgot to un-apply your patch you sent to me related to the trinity-madvise UML problem - compiles fine now again but this now seems not to work any longer :

Re: build error with latest git kernel for a user mode linux build

2013-04-12 Thread Toralf Förster
On 04/12/2013 07:41 PM, richard -rw- weinberger wrote: > You .config build perfectly fine here. > Have you tried a "make mrproper"? $ cp .config ../; make mrproper; make mrproper ARCH=um; make mrproper ARCH=um SUBARCH=x86; cp ../.config .; make ARCH=um SUBARCH=x86 oldconfig; make ARCH=um SUBARCH

Re: build error with latest git kernel for a user mode linux build

2013-04-12 Thread richard -rw- weinberger
On Fri, Apr 12, 2013 at 7:26 PM, Toralf Förster wrote: > On 04/12/2013 05:00 PM, richard -rw- weinberger wrote: >> Did you specify ARCH=um and SUBARCH=? > Only ARCH=um, but the full line give the same : > > $ make ARCH=um SUBARCH=x86 > scripts/kconfig/conf --silentoldconfig arch/x86/um/Kconfig >

Re: build error with latest git kernel for a user mode linux build

2013-04-12 Thread Toralf Förster
On 04/12/2013 05:00 PM, richard -rw- weinberger wrote: > Did you specify ARCH=um and SUBARCH=? Only ARCH=um, but the full line give the same : $ make ARCH=um SUBARCH=x86 scripts/kconfig/conf --silentoldconfig arch/x86/um/Kconfig CHK include/generated/uapi/linux/version.h make[3]: Nothing to

Re: build error with latest git kernel for a user mode linux build

2013-04-12 Thread richard -rw- weinberger
On Fri, Apr 12, 2013 at 4:52 PM, Toralf Förster wrote: > I get : > .. > CC kernel/bounds.s > GEN include/generated/bounds.h > CC arch/um/kernel/asm-offsets.s > In file included from > /home/tfoerste/devel/linux/arch/um/include/asm/mman.h:5:0, > from > /home/t

Re: Build error on kernel/rcutree.c

2013-01-13 Thread Paul E. McKenney
On Sun, Jan 13, 2013 at 04:03:24PM -0200, Fabio Estevam wrote: > Hi Paul, > > When building ARM imx_v4_v5_defconfig the following error shows up on > linux-next 20130111: > > kernel/rcutree.c:808:2: error: implicit declaration of function > 'rcu_jiffies_till_stall_check' [-Werror=implicit-functio

Re: Build error on PowerPC

2008-02-01 Thread Olof Johansson
On Sat, Feb 02, 2008 at 03:57:07AM +0100, Marcel Holtmann wrote: > Hi Olof, > > > Please define what kernel version and what config you're trying to > > build. > > it is the latest kernel for Linus' git and the config is kinda obviously > enabling the awacs.c driver. Anyway, the driver didn't mak

Re: Build error on PowerPC

2008-02-01 Thread Marcel Holtmann
Hi Olof, > Please define what kernel version and what config you're trying to > build. it is the latest kernel for Linus' git and the config is kinda obviously enabling the awacs.c driver. Anyway, the driver didn't make use of the NVRAM call and thus removing that include is perfectly fine. Attac

Re: Build error on PowerPC

2008-02-01 Thread Olof Johansson
Hi, Please define what kernel version and what config you're trying to build. Also, please cc [EMAIL PROTECTED] for powerpc issues. Thanks, Olof On Fri, Feb 01, 2008 at 12:44:39PM +0100, Marcel Holtmann wrote: > Hi, > > I get the following build error on PowerPC: > > CC [M] sound/ppc/awa

Re: Build error in block/compat_ioctl.c latest git

2007-10-13 Thread Jens Axboe
On Sat, Oct 13 2007, Alejandro Riveira Fernández wrote: > > Latest commit is > ab9c232286c2b77be78441c2d8396500b045777e > > /home/alex/kernel/linux-2.6/block/compat_ioctl.c: En la función > ???compat_put_ushort???: This should already be fixed, Linus fixed it up. block/compat_ioctl.o shoul

Re: build error

2007-10-10 Thread Wilfried Klaebe
On Tue, Oct 02, 2007 at 05:39:21PM -0700 Stephen Hemminger wrote: > There were earlier reports of gcc 4.3 bogus optimization: > http://lkml.org/lkml/2007/5/18/355 Indeed, it compiled cleanly with gcc 4.2. Thanks. This won't happen again. Wilfried -- Irgendwas ist ja immer... - To unsubscribe

Re: build error

2007-10-02 Thread Stephen Hemminger
On Tue, 2 Oct 2007 17:28:27 -0700 Randy Dunlap <[EMAIL PROTECTED]> wrote: > On Tue, 2 Oct 2007 17:19:42 -0700 Stephen Hemminger wrote: > > > On Tue, 2 Oct 2007 22:12:13 +0200 > > [EMAIL PROTECTED] wrote: > > > > > [please CC: me, my subscribe mail was greylisted] > > > > > > Morning! > > > > >

Re: build error

2007-10-02 Thread Randy Dunlap
On Tue, 2 Oct 2007 17:19:42 -0700 Stephen Hemminger wrote: > On Tue, 2 Oct 2007 22:12:13 +0200 > [EMAIL PROTECTED] wrote: > > > [please CC: me, my subscribe mail was greylisted] > > > > Morning! > > > > My make run for 2.6.23-rc9 ends like this: > > > > GEN .version > > CHK include

Re: build error

2007-10-02 Thread Stephen Hemminger
On Tue, 2 Oct 2007 22:12:13 +0200 [EMAIL PROTECTED] wrote: > [please CC: me, my subscribe mail was greylisted] > > Morning! > > My make run for 2.6.23-rc9 ends like this: > > GEN .version > CHK include/linux/compile.h > UPD include/linux/compile.h > CC init/version.o >

Re: build error on powerpc for 2.6.23-rc1-mm2

2007-08-01 Thread Andrew Morton
On Wed, 1 Aug 2007 13:52:05 +0530 Rishikesh K Rajak <[EMAIL PROTECTED]> wrote: > > Hi Andrew, > > I am getting following error on powerpc almost for allyesconfig, > allmodconfig. > > Error produced: > > PowerPC: allmodconfig,allyesconfig > > CC arch/powerpc/mm/tlb_64.o > /home/risrajak

Re: Build error with latest git

2007-07-16 Thread S.Çağlar Onur
[Resend, gnupg damaged the patch, sorry for noise] 16 Tem 2007 Pts tarihinde, Larry Finger şunları yazmıştı: > Using the latest git pull (commit > abce891a10559343d8ac9f79b46d78afdba63a40), I get the following linker > error: > > block/built-in.o: In function `bsg_init': > bsg.c:(.init.text+0x43

Re: Build error with latest git

2007-07-16 Thread S.Çağlar Onur
[Adding needed CC's] 16 Tem 2007 Pts tarihinde, Larry Finger şunları yazmıştı: > Using the latest git pull (commit > abce891a10559343d8ac9f79b46d78afdba63a40), I get the following linker > error: > > block/built-in.o: In function `bsg_init': > bsg.c:(.init.text+0x43d): undefined reference to `s

Re: Build error : 2.6.21-rc6-mm1 on sparc64

2007-04-10 Thread Mathieu Desnoyers
* Andrew Morton ([EMAIL PROTECTED]) wrote: > On Wed, 11 Apr 2007 11:15:39 +0900 Fernando Luis Vázquez Cao <[EMAIL > PROTECTED]> wrote: > > > The problem is that to use hard_smp_processor_id in UP kernels just > > including linux/smp.h does not suffice anymore. Now > > hard_smp_processor_id is arc

Re: Build error : 2.6.21-rc6-mm1 on sparc64

2007-04-10 Thread Andrew Morton
On Wed, 11 Apr 2007 11:15:39 +0900 Fernando Luis Vázquez Cao <[EMAIL PROTECTED]> wrote: > The problem is that to use hard_smp_processor_id in UP kernels just > including linux/smp.h does not suffice anymore. Now > hard_smp_processor_id is architecture specific code and consequently > asm/smp.h sh

Re: Build error : 2.6.21-rc6-mm1 on sparc64

2007-04-10 Thread Fernando Luis Vázquez Cao
On Tue, 2007-04-10 at 18:18 -0700, Andrew Morton wrote: > On Tue, 10 Apr 2007 20:48:38 -0400 > Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > > > I get the following build error when building 2.6.21-rc6-mm1 for > > sparc64: > > > > > > /opt/crosstool/gcc-3.4.5-glibc-2.3.6/sparc64-unknown-linux

RE: Build error : 2.6.21-rc6-mm1 for arm

2007-04-10 Thread Williams, Dan J
> From: Andrew Morton [mailto:[EMAIL PROTECTED] > On Tue, 10 Apr 2007 20:54:20 -0400 > Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > > > I get the following build error when compiling 2.6.21-rc6-mm1 for arm > > "footbridge" : > > > > ... > > > > make -f /home/compudj/git/linux-2.6-lttng/scripts/M

Re: Build error : 2.6.21-rc6-mm1 for arm

2007-04-10 Thread Andrew Morton
On Tue, 10 Apr 2007 20:54:20 -0400 Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > I get the following build error when compiling 2.6.21-rc6-mm1 for arm > "footbridge" : > > ... > > make -f /home/compudj/git/linux-2.6-lttng/scripts/Makefile.build obj=init > > /opt/crosstool/gcc-4.0.2-glibc-2.3.

Re: Build error : 2.6.21-rc6-mm1 on sparc64

2007-04-10 Thread Andrew Morton
On Tue, 10 Apr 2007 20:48:38 -0400 Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > I get the following build error when building 2.6.21-rc6-mm1 for > sparc64: > > > /opt/crosstool/gcc-3.4.5-glibc-2.3.6/sparc64-unknown-linux-gnu/bin/sparc64-unknown-linux-gnu-gcc > -Wp,-MD,arch/sparc64/kernel/.t

Re: Build error : 2.6.21-rc6-mm1 for ppc 405

2007-04-10 Thread Andrew Morton
On Tue, 10 Apr 2007 20:50:42 -0400 Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > Hi Andrew, > > I get the following build error when building 2.6.21-rc6-mm1 for ppc > 405: > > > /home/compudj/git/linux-2.6-lttng/arch/ppc/syslib/ppc4xx_sgdma.c: In function > 'ppc4xx_alloc_dma_handle': > /home/

Re: build error: allnoconfig fails on mincore/swapper_space

2007-02-12 Thread Nick Piggin
Andrew Morton wrote: On Mon, 12 Feb 2007 14:50:40 -0800 Randy Dunlap <[EMAIL PROTECTED]> wrote: 2.6.20-git8 on x86_64: LD init/built-in.o LD .tmp_vmlinux1 mm/built-in.o: In function `sys_mincore': (.text+0xe584): undefined reference to `swapper_space' make: *** [.tmp_vmlinux1] Error

Re: build error: allnoconfig fails on mincore/swapper_space

2007-02-12 Thread Tony Luck
> oops. CONFIG_SWAP=n, I assume? Yes, sorry. Full config attached. Same breakage on "make allnoconfig" for ia64 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-inf

Re: build error: allnoconfig fails on mincore/swapper_space

2007-02-12 Thread Randy Dunlap
Andrew Morton wrote: On Mon, 12 Feb 2007 14:50:40 -0800 Randy Dunlap <[EMAIL PROTECTED]> wrote: 2.6.20-git8 on x86_64: LD init/built-in.o LD .tmp_vmlinux1 mm/built-in.o: In function `sys_mincore': (.text+0xe584): undefined reference to `swapper_space' make: *** [.tmp_vmlinux1] Err

Re: build error: allnoconfig fails on mincore/swapper_space

2007-02-12 Thread Andrew Morton
> On Mon, 12 Feb 2007 14:50:40 -0800 Randy Dunlap <[EMAIL PROTECTED]> wrote: > 2.6.20-git8 on x86_64: > > > LD init/built-in.o > LD .tmp_vmlinux1 > mm/built-in.o: In function `sys_mincore': > (.text+0xe584): undefined reference to `swapper_space' > make: *** [.tmp_vmlinux1] Error 1

Re: Build error in Kernel 2.6.13-rc3 git current

2005-07-27 Thread Chuck Ebbert
On Wed, 27 Jul 2005 at 08:49:03 +0200, Michael Berger wrote: > I would like to report following build error in Kernel 2.6.13-rc3 git > current: > >gcc -m32 -Wp,-MD,init/.do_mounts_initrd.o.d -nostdinc -isystem > /usr/lib/gcc-lib/i486-linux/3.3.5/include -D__KERNEL__ -Iinclude -Wall > -Ws

Re: Build error in Kernel 2.6.13-rc3 git current

2005-07-27 Thread Michael Berger
Dear Vikas and Jan Engelhardt, thank you for your answers. I found out that after reverting the patch [PATCH] i386: clean up user_mode_macros, Author Chuck Ebbert [git SHA1 ID: ae6578fe9b65208dee8eda40629984efd23740c4] I can compile and boot the current git kernel. Best regards, -- Michael Ber