Re: [PATCH] staging/board/board.c: Fix compiler error of_find_all_nodes()

2019-03-05 Thread Dan Carpenter
Change the subsystem prefix to: [PATCH] Staging: board: ... On Tue, Mar 05, 2019 at 11:39:30PM +, Arnold J Chand wrote: > Fix implicit-function-declaration error by 'extern'-ing the function in > the file > > Signed-off-by: Arnold Chand > --- > drivers/staging/board/board.c | 2 ++ > 1 file

Re: [PATCH 2/2] soc: mediatek: pwrap: fix fatal compiler error

2017-10-22 Thread Matthias Brugger
On 10/22/2017 06:23 AM, Sean Wang wrote: On Sat, 2017-10-21 at 10:25 +0200, Matthias Brugger wrote: When adding the MT6380 compatible, the sentinel for of_device_id was deleted, which leades to the following compiler error: FATAL: drivers/soc/mediatek/mtk-pmic-wrap: struct of_device_id is not

Re: [PATCH 2/2] soc: mediatek: pwrap: fix fatal compiler error

2017-10-21 Thread Sean Wang
On Sat, 2017-10-21 at 10:25 +0200, Matthias Brugger wrote: > When adding the MT6380 compatible, the sentinel for of_device_id was > deleted, which leades to the following compiler error: > FATAL: drivers/soc/mediatek/mtk-pmic-wrap: struct of_device_id is not > terminated with

[PATCH 2/2] soc: mediatek: pwrap: fix fatal compiler error

2017-10-21 Thread Matthias Brugger
When adding the MT6380 compatible, the sentinel for of_device_id was deleted, which leades to the following compiler error: FATAL: drivers/soc/mediatek/mtk-pmic-wrap: struct of_device_id is not terminated with a NULL entry! Fix this by adding the sentinel again. Signed-off-by: Matthias Brugger

[PATCH 4.13 03/53] MIPS: bpf: Fix uninitialised target compiler error

2017-10-16 Thread Greg Kroah-Hartman
4.13-stable review patch. If anyone has any objections, please let me know. -- From: Matt Redfearn commit 94c3390ab84a6b449accc7351ffda4a0c17bdb92 upstream. Compiling ebpf_jit.c with gcc 4.9 results in a (likely spurious) compiler warning, as gcc has detected that the variable

lib/lz4/lz4_decompress.c:487:1: internal compiler error: output_operand: unrecognized address

2017-10-05 Thread kbuild test robot
.config to linux build tree make.cross ARCH=cris All errors (new ones prefixed by >>): (post_inc:SI (reg:SI 15 acr)) lib/lz4/lz4_decompress.c: In function 'LZ4_decompress_safe_usingDict': >> lib/lz4/lz4_decompress.c:487:1: internal compiler error: output_operand: &

[PATCH] MIPS: bpf: Fix uninitialised target compiler error

2017-09-27 Thread Matt Redfearn
Compiling ebpf_jit.c with gcc 4.9 results in a (likely spurious) compiler warning, as gcc has detected that the variable "target" may be used uninitialised. Since -Werror is active, this is treated as an error and causes a kernel build failure whenever CONFIG_MIPS_EBPF_JIT is enabled. arch/mips/ne

Re: xtensa compiler error triggered by 'locking/lockdep: Implement the 'crossrelease' feature'

2017-09-13 Thread Guenter Roeck
. > >> > >> drivers/staging/rtl8723bs/core/rtw_ap.c: In function ‘expire_timeout_chk’: > >> drivers/staging/rtl8723bs/core/rtw_ap.c:442:1: internal compiler error: > >> in change_address_1, at emit-rtl.c:2126 > >> > >> drivers/staging/rtl8188e

Re: xtensa compiler error triggered by 'locking/lockdep: Implement the 'crossrelease' feature'

2017-09-11 Thread Max Filippov
ut_chk’: >> drivers/staging/rtl8723bs/core/rtw_ap.c:442:1: internal compiler error: >> in change_address_1, at emit-rtl.c:2126 >> >> drivers/staging/rtl8188eu/core/rtw_ap.c: In function ‘expire_timeout_chk’: >> drivers/staging/rtl8188eu/core/rtw_ap.c:445:1: in

Re: xtensa compiler error triggered by 'locking/lockdep: Implement the 'crossrelease' feature'

2017-09-10 Thread Max Filippov
On Sun, Sep 10, 2017 at 11:31 AM, Guenter Roeck wrote: > xtensa:allmodconfig fails to build in mainline with compiler errors > as follows. > > drivers/staging/rtl8723bs/core/rtw_ap.c: In function ‘expire_timeout_chk’: > drivers/staging/rtl8723bs/core/rtw_ap.c:442:1: internal

Re: xtensa compiler error triggered by 'locking/lockdep: Implement the 'crossrelease' feature'

2017-09-10 Thread Peter Zijlstra
_ap.c:442:1: internal compiler error: > in change_address_1, at emit-rtl.c:2126 > > drivers/staging/rtl8188eu/core/rtw_ap.c: In function ‘expire_timeout_chk’: > drivers/staging/rtl8188eu/core/rtw_ap.c:445:1: internal compiler error: > in change_address_1, at emit-rtl.c:215

xtensa compiler error triggered by 'locking/lockdep: Implement the 'crossrelease' feature'

2017-09-10 Thread Guenter Roeck
Hi, xtensa:allmodconfig fails to build in mainline with compiler errors as follows. drivers/staging/rtl8723bs/core/rtw_ap.c: In function ‘expire_timeout_chk’: drivers/staging/rtl8723bs/core/rtw_ap.c:442:1: internal compiler error: in change_address_1, at emit-rtl.c:2126 drivers/staging

[tip:master 26/52] drivers/staging/rtl8188eu/core/rtw_ap.c:445:1: internal compiler error: in change_address_1, at emit-rtl.c:1928

2017-08-12 Thread kbuild test robot
build tree make.cross ARCH=xtensa All errors (new ones prefixed by >>): drivers/staging/rtl8188eu/core/rtw_ap.c: In function 'expire_timeout_chk': >> drivers/staging/rtl8188eu/core/rtw_ap.c:445:1: internal compiler error: in >> change_address_1, at e

Re: [PATCH] samples/bpf: Fix cross compiler error with bpf sample

2017-08-05 Thread Joel Fernandes
Hi Daniel, >>> >>> So the only arch that sets __ARCH_WANT_SYSCALL_DEPRECATED >>> is score: >>> >>>$ git grep -n __ARCH_WANT_SYSCALL_DEPRECATED >>>arch/score/include/uapi/asm/unistd.h:7:#define >>> __ARCH_WANT_SYSCALL_DEPRECATED >>>include/uapi/asm-generic/unistd.h:837:#ifdef >>> __ARC

Re: [PATCH] samples/bpf: Fix cross compiler error with bpf sample

2017-08-04 Thread Daniel Borkmann
On 08/04/2017 08:33 PM, Joel Fernandes wrote: On Fri, Aug 4, 2017 at 6:58 AM, Daniel Borkmann wrote: On 08/04/2017 07:46 AM, Joel Fernandes wrote: When cross-compiling the bpf sample map_perf_test for aarch64, I find that __NR_getpgrp is undefined. This causes build errors. Fix it by allowing

Re: [PATCH] samples/bpf: Fix cross compiler error with bpf sample

2017-08-04 Thread Joel Fernandes
On Fri, Aug 4, 2017 at 6:58 AM, Daniel Borkmann wrote: > On 08/04/2017 07:46 AM, Joel Fernandes wrote: >> >> When cross-compiling the bpf sample map_perf_test for aarch64, I find that >> __NR_getpgrp is undefined. This causes build errors. Fix it by allowing >> the >> deprecated syscall in the sam

Re: [PATCH net-next] net: hns: Fix for __udivdi3 compiler error

2017-08-04 Thread David Miller
From: Yunsheng Lin Date: Fri, 4 Aug 2017 17:24:59 +0800 > This patch fixes the __udivdi3 undefined error reported by > test robot. > > Fixes: b8c17f708831 ("net: hns: Add self-adaptive interrupt coalesce support > in hns driver") > Signed-off-by: Yunsheng Lin Applied, thank you.

Re: [PATCH] samples/bpf: Fix cross compiler error with bpf sample

2017-08-04 Thread Daniel Borkmann
On 08/04/2017 07:46 AM, Joel Fernandes wrote: When cross-compiling the bpf sample map_perf_test for aarch64, I find that __NR_getpgrp is undefined. This causes build errors. Fix it by allowing the deprecated syscall in the sample. Signed-off-by: Joel Fernandes --- samples/bpf/map_perf_test_us

[PATCH net-next] net: hns: Fix for __udivdi3 compiler error

2017-08-04 Thread Yunsheng Lin
This patch fixes the __udivdi3 undefined error reported by test robot. Fixes: b8c17f708831 ("net: hns: Add self-adaptive interrupt coalesce support in hns driver") Signed-off-by: Yunsheng Lin --- drivers/net/ethernet/hisilicon/hns/hns_enet.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(

[PATCH] samples/bpf: Fix cross compiler error with bpf sample

2017-08-03 Thread Joel Fernandes
When cross-compiling the bpf sample map_perf_test for aarch64, I find that __NR_getpgrp is undefined. This causes build errors. Fix it by allowing the deprecated syscall in the sample. Signed-off-by: Joel Fernandes --- samples/bpf/map_perf_test_user.c | 2 ++ 1 file changed, 2 insertions(+) dif

net/core/rtnetlink.c:1234:1: internal compiler error: output_operand: unrecognized address

2017-04-29 Thread kbuild test robot
to linux build tree make.cross ARCH=cris All errors (new ones prefixed by >>): (post_inc:SI (reg:SI 15 acr)) net/core/rtnetlink.c: In function 'rtnl_fill_vfinfo': >> net/core/rtnetlink.c:1234:1: internal compiler error: output_operand: >> unrecognized add

[tip:locking/core 46/49] drivers/scsi/fcoe/fcoe_ctlr.c:3097:1: internal compiler error: in reload_cse_simplify_operands, at postreload.c:396

2017-02-12 Thread kbuild test robot
DEP_TRUE (use (reg:SI 4 r4)) (expr_list:REG_DEP_TRUE (use (reg:SI 3 r3)) (nil >> drivers/scsi/fcoe/fcoe_ctlr.c:3097:1: internal compiler error: in >> reload_cse_simplify_operands, at postreload.c:396 Please submit a full bug report, with preprocessed source if a

Re: [PATCH 1/1] crypto: atmel-aes: fix compiler error when VERBOSE_DEBUG is defined

2016-10-20 Thread Herbert Xu
On Thu, Sep 29, 2016 at 06:46:57PM +0200, Cyrille Pitchen wrote: > This patch fixes a compiler error when VERBOSE_DEBUG is defined. Indeed, > in atmel_aes_write(), the 3rd argument of atmel_aes_reg_name() was > missing. > > Signed-off-by: Cyrille Pitchen > Reported-by: Le

[PATCH 1/1] crypto: atmel-aes: fix compiler error when VERBOSE_DEBUG is defined

2016-09-29 Thread Cyrille Pitchen
This patch fixes a compiler error when VERBOSE_DEBUG is defined. Indeed, in atmel_aes_write(), the 3rd argument of atmel_aes_reg_name() was missing. Signed-off-by: Cyrille Pitchen Reported-by: Levent Demir --- drivers/crypto/atmel-aes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

net/ipv4/fib_semantics.c:1219:1: internal compiler error: output_operand: unrecognized address

2016-09-17 Thread kbuild test robot
the attached .config to linux build tree make.cross ARCH=cris All errors (new ones prefixed by >>): (post_inc:SI (reg:SI 15 acr)) net/ipv4/fib_semantics.c: In function 'fib_create_info': >> net/ipv4/fib_semantics.c:1219:1: internal compiler error: output_ope

drivers/net/ethernet/qlogic/qlge/qlge_main.c:4813:1: internal compiler error: in extract_constrain_insn, at recog.c:2190

2016-09-17 Thread kbuild test robot
ogic/qlge/qlge_main.c:4691 287 {*lea64} (nil)) >> drivers/net/ethernet/qlogic/qlge/qlge_main.c:4813:1: internal compiler >> error: in extract_constrain_insn, at recog.c:2190 Please submit a full bug report, with preprocessed source if appropriate. See for instructions.

[PATCH] perf tools: Fix compiler error due to header file changes

2016-06-26 Thread He Kuang
The commit 41840d211c51 ("perf config: Move config declarations from util/cache.h to util/config.h") moved perf_config*(), causes the following errors when we build with LIBBABELTRACE=1: util/data-convert-bt.c: In function ‘convert__config’: util/data-convert-bt.c:1269:3: error: implicit decla

[PATCH 3.13.y-ckt 008/103] parisc: fix out-of-register compiler error in ldcw inline assembler function

2015-02-18 Thread Kamal Mostafa
3.13.11-ckt16 -stable review patch. If anyone has any objections, please let me know. -- From: John David Anglin commit 45db07382a5c78b0c43b3b0002b63757fb60e873 upstream. The __ldcw macro has a problem when its argument needs to be reloaded from memory. The output memory oper

Re: Recent commit introduces compiler Error in some platforms

2015-02-16 Thread Luis de Bethencourt
mit bc0c5aa35ac88342831933ca7758ead62d9bae2b introduces a > > compiler error in some platforms. > > > > /home/hans/work/build/media_build/v4l/ir-hix5hd2.c: In function > > 'hix5hd2_ir_config': > > /home/hans/work/build/media_build/v4l/ir-hix5hd2.c:95:2: error: im

Re: Recent commit introduces compiler Error in some platforms

2015-02-16 Thread Hans Verkuil
On 02/16/2015 01:18 PM, Luis de Bethencourt wrote: > Hi all, > > As can be seen in Han's build log: > http://hverkuil.home.xs4all.nl/logs/Saturday.log > > The recent commit bc0c5aa35ac88342831933ca7758ead62d9bae2b introduces a > compiler error in some platforms.

Recent commit introduces compiler Error in some platforms

2015-02-16 Thread Luis de Bethencourt
Hi all, As can be seen in Han's build log: http://hverkuil.home.xs4all.nl/logs/Saturday.log The recent commit bc0c5aa35ac88342831933ca7758ead62d9bae2b introduces a compiler error in some platforms. /home/hans/work/build/media_build/v4l/ir-hix5hd2.c: In function 'hix5hd2_ir_config&#x

[PATCH 3.14 42/98] parisc: fix out-of-register compiler error in ldcw inline assembler function

2015-01-25 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: John David Anglin commit 45db07382a5c78b0c43b3b0002b63757fb60e873 upstream. The __ldcw macro has a problem when its argument needs to be reloaded from memory. The output memory operand and the

[PATCH 3.18 097/183] parisc: fix out-of-register compiler error in ldcw inline assembler function

2015-01-25 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: John David Anglin commit 45db07382a5c78b0c43b3b0002b63757fb60e873 upstream. The __ldcw macro has a problem when its argument needs to be reloaded from memory. The output memory operand and the

[PATCH 3.16.y-ckt 197/216] parisc: fix out-of-register compiler error in ldcw inline assembler function

2015-01-12 Thread Luis Henriques
3.16.7-ckt4 -stable review patch. If anyone has any objections, please let me know. -- From: John David Anglin commit 45db07382a5c78b0c43b3b0002b63757fb60e873 upstream. The __ldcw macro has a problem when its argument needs to be reloaded from memory. The output memory operan

Re: [PATCH] iio: tsl4531: Fix compiler error when CONFIG_PM_OPS is not defined

2014-10-25 Thread Jonathan Cameron
On 20/10/14 20:52, Dan Murphy wrote: > Fix the compiler error when the CONFIG_PM_OPS flag is not set. > > drivers/iio/light/tsl4531.c:235:8: error: ‘tsl4531_suspend’ undeclared here > (not in a function) > drivers/iio/light/tsl4531.c:235:8: error: ‘tsl4531_resume’ undeclared he

[PATCH] iio: tsl4531: Fix compiler error when CONFIG_PM_OPS is not defined

2014-10-20 Thread Dan Murphy
Fix the compiler error when the CONFIG_PM_OPS flag is not set. drivers/iio/light/tsl4531.c:235:8: error: ‘tsl4531_suspend’ undeclared here (not in a function) drivers/iio/light/tsl4531.c:235:8: error: ‘tsl4531_resume’ undeclared here (not in a function) Signed-off-by: Dan Murphy --- drivers

Re: [Bcache v14 PATCH] fix compiler error

2012-07-23 Thread Kent Overstreet
On Thu, Jul 19, 2012 at 04:53:26PM -0400, Daniel Wisehart wrote: > Hello Kent, > > This patch keeps gcc 4.7.0 happy. The static function dump_bset() could be > moved, but that would have made a bigger patch. :-) Thanks! dump_bset() does need to be moved so it's available if DEBUG or EDEBUG ar

[Bcache v14 PATCH] fix compiler error

2012-07-19 Thread Daniel Wisehart
Hello Kent, This patch keeps gcc 4.7.0 happy. The static function dump_bset() could be moved, but that would have made a bigger patch. :-) Thanks, Daniel diff --git a/drivers/md/bcache/debug.c b/drivers/md/bcache/debug.c index 3c9c24d..4dc0ba5 100644 --- a/drivers/md/bcache/debug.c +++ b/d

Re: [PATCH] mm/memory.c follow_hugetlb_page compiler error (MMOTM)

2007-11-12 Thread aglitke
Argh. Who runs with CONFIG_HUGETLB_PAGE not set anyway ;) Acked-by: Adam Litke <[EMAIL PROTECTED]> On Sat, 2007-11-10 at 19:54 -0500, Erez Zadok wrote: > Using http://userweb.kernel.org/~akpm/mmotm/ timestamped "10-Nov-2007 > 22:46". CONFIG_HUGETLB_PAGE not set. > > $ make > CC mm/memory

[PATCH] mm/memory.c follow_hugetlb_page compiler error (MMOTM)

2007-11-10 Thread Erez Zadok
Using http://userweb.kernel.org/~akpm/mmotm/ timestamped "10-Nov-2007 22:46". CONFIG_HUGETLB_PAGE not set. $ make CC mm/memory.o mm/memory.c:1040:29: error: macro "follow_hugetlb_page" passed 8 arguments, but takes just 7 mm/memory.c: In function 'get_user_pages': mm/memory.c:1039: error:

Re: Compiling 2.6.22.5 on Debian Etch (internal compiler error)

2007-08-27 Thread Renato S. Yamane
Renato S. Yamane escreveu: $ make xconfig HOSTCC scripts/basic/fixdep scripts/basic/fixdep.c: In function ‘parse_dep_file’: scripts/basic/fixdep.c:399: internal compiler error: segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org

Re: Compiling 2.6.22.5 on Debian Etch (internal compiler error)

2007-08-26 Thread Renato S. Yamane
Jesper Juhl escreveu: On 27/08/07, Renato S. Yamane <[EMAIL PROTECTED]> wrote: Can someone help me with this? $ make xconfig HOSTCC scripts/basic/fixdep scripts/basic/fixdep.c: In function 'parse_dep_file': scripts/basic/fixdep.c:399: internal compiler error: segmentation fau

Re: Compiling 2.6.22.5 on Debian Etch (internal compiler error)

2007-08-26 Thread Jesper Juhl
On 27/08/07, Renato S. Yamane <[EMAIL PROTECTED]> wrote: > Can someone help me with this? > > $ make xconfig > HOSTCC scripts/basic/fixdep > scripts/basic/fixdep.c: In function 'parse_dep_file': > scripts/basic/fixdep.c:399: internal compiler error: segmentatio

[PATCH] potential compiler error, irqfunc caller sites update

2007-07-05 Thread Yoann Padioleau
In 7d12e780e003f93433d49ce78cfedf4b4c52adc5 David Howells performed this evolution: "IRQ: Maintain regs pointer globally rather than passing to IRQ handlers" He correctly updated many of the function definitions that were using this extra regs pointer parameter but forgot to update some caller

Re: error in compilation kernel 2.6.19 - internal compiler error

2007-03-24 Thread Paolo Ornati
from drivers/scsi/lpfc/lpfc_sli.c:23: > include/linux/pci.h:251: internal compiler error: in build_int_cst_wide, > at tree.c:803 > Please submit a full bug report, > with preprocessed source if appropriate. > See http://gcc.gnu.org/bugs.html> for instructions. > For Debi

error in compilation kernel 2.6.19 - internal compiler error

2007-03-24 Thread Thibaud Hulin
Hello ! I'm triyng to compile the kernel 2.6.19 on Debian Testing 4.0 Unfortunately, I can't success. This is my error message : CC [M] drivers/scsi/lpfc/lpfc_sli.o In file included from drivers/scsi/lpfc/lpfc_sli.c:23: include/linux/pci.h:251: internal compiler error: in build_in

2.6.20-RC7-RT3 compiler error

2007-02-02 Thread Henri Hunnekens
I've the following compiler error: linux-2.6.20.i686/arch/i386/mm/pgtable.c:303: undefined reference to `paravirt_enabled' linux-2.6.20.i686/arch/i386/mm/pgtable.c:306: undefined reference to `hypercall' Error 1 Is there anyone who knows what causes this error? Henri - To unsubs

Re: PPC compiler error (redefinition of 'struct bug_entry')

2006-12-09 Thread Olaf Hering
On Fri, Dec 08, Jeremy Fitzhardinge wrote: > So why don't I have arch/ppc/include/asm/bug.h in my tree here? Most likely because you still do not build with 'make O=$somedir'. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] M

Re: PPC compiler error (redefinition of 'struct bug_entry')

2006-12-08 Thread Jeremy Fitzhardinge
Meelis Roos wrote: >> Hm, what's your .config? >> > > Below. It's a PReP machine so using the old ppc arch. > > >> Hey, what's arch/pps/include/asm/bug.h? Is your tree clean? >> > > Tree is clean So why don't I have arch/ppc/include/asm/bug.h in my tree here? It does look like the p

Re: PPC compiler error (redefinition of 'struct bug_entry')

2006-12-08 Thread Meelis Roos
> Hm, what's your .config? Below. It's a PReP machine so using the old ppc arch. > Hey, what's arch/pps/include/asm/bug.h? Is your tree clean? Tree is clean except a local in-progress patch against cirrusfb and another against net/ipv6/ndisc.c that made 2.6.19 work, nothing unclean about head

Re: PPC compiler error (redefinition of 'struct bug_entry')

2006-12-08 Thread Jeremy Fitzhardinge
Meelis Roos wrote: > This if from todays git (2006-12-08): > > CC arch/ppc/kernel/asm-offsets.s > In file included from arch/ppc/include/asm/bug.h:97, > from include/linux/kernel.h:18, > from include/asm/system.h:7, > from include/linux/list

PPC compiler error (redefinition of 'struct bug_entry')

2006-12-08 Thread Meelis Roos
This if from todays git (2006-12-08): CC arch/ppc/kernel/asm-offsets.s In file included from arch/ppc/include/asm/bug.h:97, from include/linux/kernel.h:18, from include/asm/system.h:7, from include/linux/list.h:9, from incl

Re: [Re: gcc: internal compiler error: program cc1 got fatal signal 11]

2001-07-02 Thread Tha Phlash
Ive also had a problem with signal 11, heres a great page explaining the aspects of signal 11 error from gcc (http://www.bitwizard.nl/sig11/). Signal 11 is usually a hardware problem, as the article points out. I found a sloppy soulution playing with my BIOS settings, turns out there was an opt

Re: [Re: gcc: internal compiler error: program cc1 got fatal signal11]

2001-07-01 Thread Riley Williams
Hi Peter. Wasn't 2.2.12 the kernel that included the `lock halt` bug patch? >>> Perhaps, but is has absolutely nothing to do with the rest of >>> this discussion. >> The `lock halt` bug patch was specific to the Cyrix processors >> (not to be confused with the `lock registers` patch f

Re: [Re: gcc: internal compiler error: program cc1 got fatal signal 11]

2001-07-01 Thread H. Peter Anvin
Riley Williams wrote: > Hi Peter. > > >> Wasn't 2.2.12 the kernel that included the `lock halt` bug patch? > > > Perhaps, but is has absolutely nothing to do with the rest of > > this discussion. > > The `lock halt` bug patch was specific to the Cyrix processors (not to > be confused with t

Re: [Re: gcc: internal compiler error: program cc1 got fatal signal11]

2001-07-01 Thread Riley Williams
Hi Peter. >> Wasn't 2.2.12 the kernel that included the `lock halt` bug patch? > Perhaps, but is has absolutely nothing to do with the rest of > this discussion. The `lock halt` bug patch was specific to the Cyrix processors (not to be confused with the `lock registers` patch for the Intel p

Re: [Re: gcc: internal compiler error: program cc1 got fatal signal 11]

2001-07-01 Thread H. Peter Anvin
Riley Williams wrote: > > Wasn't 2.2.12 the kernel that included the `lock halt` bug patch? > Perhaps, but is has absolutely nothing to do with the rest of this discussion. -hpa - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [

Re: [Re: gcc: internal compiler error: program cc1 got fatal signal11]

2001-07-01 Thread Riley Williams
Hi HPA. >> Some time ago I installed Linux (Redhat 6.0) on my pc (Cx486 8M >> RAM) and gcc had a lot of signal 11 (a couple every hour) I was >> upgrading the kernel every time there was a new kernel and from >> 2.2.12(or 14) no more signal 11 (very rare) Is this still a >> hardware problem

Re: [Re: gcc: internal compiler error: program cc1 got fatal signal 11]

2001-07-01 Thread H. Peter Anvin
Followup to: <[EMAIL PROTECTED]> By author:szonyi calin <[EMAIL PROTECTED]> In newsgroup: linux.dev.kernel > > Almost always ? > It seems like gcc is THE ONLY program which gets > signal 11 > Why the X server doesn't get signal 11 ? > Why others programs don't get signal 11 ? > gcc happens

Re: [Re: gcc: internal compiler error: program cc1 got fatal signal 11]

2001-06-29 Thread Albert D. Cahalan
> Almost always ? > It seems like gcc is THE ONLY program which gets > signal 11 > Why the X server doesn't get signal 11 ? > Why others programs don't get signal 11 ? ... > Some time ago I installed Linux (Redhat 6.0) on my > pc (Cx486 8M RAM) and gcc had a lot of signal 11 (a > couple every hou

Re: [Re: gcc: internal compiler error: program cc1 got fatal signal 11]

2001-06-29 Thread Jesse Pollard
- Received message begins Here - > > > --- Jesse Pollard <[EMAIL PROTECTED]> > wrote: > > > > > > > > > "This is almost always the result of flakiness in > > your hardware - either > > > RAM (most likely), or motherboard (less likely). > > " > > >

Re: gcc: internal compiler error: program cc1 got fatal signal 11

2001-06-29 Thread David Relson
At 10:20 AM 6/29/01, you wrote: >Almost always ? >It seems like gcc is THE ONLY program which gets >signal 11 >Why the X server doesn't get signal 11 ? >Why others programs don't get signal 11 ? > >I remember that once Bill Gates was asked about >crashes in windows and he said: It's a hardware >p

Re: [Re: gcc: internal compiler error: program cc1 got fatal signal 11]

2001-06-29 Thread szonyi calin
--- Jesse Pollard <[EMAIL PROTECTED]> wrote: > > > > > > "This is almost always the result of flakiness in > your hardware - either > > RAM (most likely), or motherboard (less likely). > " > > > > I cannot understand > this. There are man

Re: [Re: gcc: internal compiler error: program cc1 got fatal signal 11]

2001-06-29 Thread Jesse Pollard
> > > "This is almost always the result of flakiness in your hardware - either > RAM (most likely), or motherboard (less likely). " > > I cannot understand this. There are many other > stuffs that I compiled with gcc without any problem. A

Re: [Re: gcc: internal compiler error: program cc1 got fatal signal 11]

2001-06-29 Thread Erik Mouw
On Thu, Jun 28, 2001 at 11:23:37PM -0600, Blesson Paul wrote: > > "This is almost always the result of flakiness in your hardware - either > RAM (most likely), or motherboard (less likely). " > > I cannot understand this. There are many oth

Re: [Re: gcc: internal compiler error: program cc1 got fatal signal 11]

2001-06-28 Thread Blesson Paul
"This is almost always the result of flakiness in your hardware - either RAM (most likely), or motherboard (less likely). " I cannot understand this. There are many other stuffs that I compiled with gcc without any problem. Again compilatio

gcc: internal compiler error: program cc1 got fatal signal 11

2001-06-28 Thread Blesson Paul
hi I am trying to compile the kernel2.4.5 source code. Presently I have kernel2.2.14 and Redhat6.2. I have egcs1.2.2. Now when I compile I will get the following error gcc: Internel compiler error: program cc1 got fatal signal 11 make Error 1 Leaving directory

Re: Compiler-Error

2001-05-10 Thread Masoud Sharabiani
Hi, Pls. send your .config file as well, along with architecture (and compiler/glibc/distribution name and version). Masoud. (It enables everyone to reproduce the problem). Nico Blanke wrote: > > Hi there ! > > I'm not able to compile linux 2.4.4, because i get the following

Compiler-Error

2001-05-10 Thread Nico Blanke
Hi there ! I'm not able to compile linux 2.4.4, because i get the following compiler-error : buz.c: In function `v4l_fbuffer_alloc': buz.c:188: `KMALLOC_MAXSIZE' undeclared (first use in this function) buz.c:188: (Each undeclared identifier is reported only once buz.c:188: fo

Re: [PATCH] Re: [test11-pre2] rrunner.c compiler error

2000-11-10 Thread Jeff Garzik
Blah. Puke. Ug. Not your changes, Bart... which are ok, but incomplete. Here is the complete bugfix. There are two places where error conditions are not fully handled, and 'out_spin' can kfree(image), saving some code. The worst bug of the list... if the firmware copy_from_user failed w

[PATCH] Re: [test11-pre2] rrunner.c compiler error

2000-11-10 Thread Bartlomiej Zolnierkiewicz
On Fri, 10 Nov 2000, Alan Cox wrote: > > rrunner.c : In function 'rr_ioctl' > > rrunner.c:1558: label 'out' used but not defined > > make[2]: *** [rrunner.o] Error 1 > > My fault. Swap that 1158 line pair > > error = -EPERM; > goto out; > > with > ret

Re: [test11-pre2] rrunner.c compiler error

2000-11-09 Thread Alan Cox
> rrunner.c : In function 'rr_ioctl' > rrunner.c:1558: label 'out' used but not defined > make[2]: *** [rrunner.o] Error 1 My fault. Swap that 1158 line pair error = -EPERM; goto out; with return -EPERM - To unsubscribe from this list: send the

[test11-pre2] rrunner.c compiler error

2000-11-09 Thread Frank Davis
Hello, I received the following error while compiling test11-pre2: rrunner.c : In function 'rr_ioctl' rrunner.c:1558: label 'out' used but not defined make[2]: *** [rrunner.o] Error 1 make[2]: Leaving directory '/usr/src/linux/drivers/net' ... make: ** [mod_drivers] Error 2 out is located in t