public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* Compiler bug report
@ 2005-10-18 14:40 goutamkumar
  2005-10-18 23:04 ` Jim Wilson
  0 siblings, 1 reply; 4+ messages in thread
From: goutamkumar @ 2005-10-18 14:40 UTC (permalink / raw)
  To: gcc-bugs; +Cc: kamal

Hello,

For my project, i am using Altera Excalibur EPXA1 board.
i got Linux2.4.21 with patch-2.4.21-rmk2, which support EXPA1 
board for ARM. 

I am using Altera provided Quartus II 4.0 tools. this tools 
also provide the arm-gnupro tool. which has arm-elf- cross-
compiler.

i config the kernel, build the dependencies and at time of 
building the kernel image it give the 'compiler cpp fatal 
signal 13 error'
           make epxa1db_config
           make oldconfig
           make dep
           make zImage   or    make vmlinux
now i am stuck here.
please! anyone suggest me the bug fix for this problem...

now i am pasting the error report which i got while building 
the kernel image.

************************************************************
************************************************************
make[2]: Entering directory `/home/goutam/Dump-2.4.21/linux-
2.4.21/fs'
/home/mitul/arm_cross/bin/arm-elf-gcc -D__KERNEL__ -
I/home/goutam/Dump-2.4.21/linux-2.4.21/include -Wall -Wstrict-
prototypes
-Wno-trigraphs -Os -fno-strict-aliasing -fno-common -Uarm -
fno-common -pipe -g -mapcs-32 -D__LINUX_ARM_ARCH__=4 -
march=armv4
-mtune=arm9tdmi -mshort-load-bytes -msoft-float -Uarm -
nostdinc -iwithprefix include -DKBUILD_BASENAME=locks -c -o 
locks.o locks.c
In file included from /home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/string.h:25,
		 from /home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/fs.h:23,
		 from /home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/capability.h:17,
		 from /home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/binfmts.h:5,
		 from /home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/sched.h:9,
                 from /home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/mm.h:4,
                 from /home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/slab.h:14,
                 from locks.c:118:
/home/goutam/Dump-2.4.21/linux-
2.4.21/include/asm/string.h:16: warning: conflicting types 
for built-in function `memcpy'
/home/goutam/Dump-2.4.21/linux-
2.4.21/include/asm/string.h:26: warning: conflicting types 
for built-in function `memset'
In file included from /home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/fs.h:23,
                 from /home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/capability.h:17,
                 from /home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/binfmts.h:5,
                 from /home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/sched.h:9,
                 from /home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/mm.h:4,
                 from /home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/slab.h:14,
                 from locks.c:118:
/home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/string.h:77: warning: conflicting types 
for built-in function `memcmp'
In file included from /home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/fs.h:703,
                 from /home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/capability.h:17,
                 from /home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/binfmts.h:5,
                 from /home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/sched.h:9,
                 from /home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/mm.h:4,
                 from /home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/slab.h:14,
                 from locks.c:118:
/home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/udf_fs_sb.h:21: warning: ignoring pragma:
/home/goutam/Dump-2.4.21/linux-
2.4.21/include/linux/udf_fs_sb.h:76: warning: ignoring pragma:
locks.c: In function `flock_make_lock':
locks.c:239: Internal compiler error in `output_move_double', 
at config/arm/arm.c:5125
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> 
for instructions.
arm-elf-gcc: Internal compiler error: program cpp got fatal 
signal 13
make[2]: *** [locks.o] Error 1
make[2]: Leaving directory `/home/goutam/Dump-2.4.21/linux-
2.4.21/fs'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/home/goutam/Dump-2.4.21/linux-
2.4.21/fs'
make: *** [_dir_fs] Error 2
[root@clone linux-2.4.21]#
************************************************************
************************************************************

i am attached the error report. kindly view, if....
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s)and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender or administrator@tataelxsi.co.in


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Compiler bug report
  2005-10-18 14:40 Compiler bug report goutamkumar
@ 2005-10-18 23:04 ` Jim Wilson
  0 siblings, 0 replies; 4+ messages in thread
From: Jim Wilson @ 2005-10-18 23:04 UTC (permalink / raw)
  To: goutamkumar; +Cc: kamal, gcc-bugs

goutamkumar@tataelxsi.co.in wrote:
> I am using Altera provided Quartus II 4.0 tools. this tools 
> also provide the arm-gnupro tool. which has arm-elf- cross-
> compiler.

We can't fix problems in compiler releases made by other people.  gnupro 
is a Red Hat trademark.  We only support FSF gcc releases here.  You can 
try contacting the people you got the compiler release from, or you can 
try an FSF gcc release.

> please! anyone suggest me the bug fix for this problem...
> now i am pasting the error report which i got while building 
> the kernel image.

This bug report is lacking info we normally need.  Gcc version info.  A 
testcase that can reproduce the bug.  Etc.  See
   http://gcc.gnu.org/bugs.html
for info on how to report bugs.   Also, bugs should be reported into our 
bugzilla bug database instead of emailed to this list.
-- 
Jim Wilson, GNU Tools Support, http://www.specifix.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Compiler bug report
@ 2005-10-18 14:40 Mitul Shah
  0 siblings, 0 replies; 4+ messages in thread
From: Mitul Shah @ 2005-10-18 14:40 UTC (permalink / raw)
  To: gcc-bugs

[-- Attachment #1: Type: text/plain, Size: 4242 bytes --]

Hello,

For my project, i am using Altera Excalibur EPXA1 board.
i got Linux2.4.21 with patch-2.4.21-rmk2, which support EXPA1 board for ARM.

I am using Altera provided Quartus II 4.0 tools. this tools also provide the
arm-gnupro tool. which has arm-elf- cross-compiler.

i config the kernel, build the dependencies and at time of building the
kernel image it give the 'compiler cpp fatal signal 13 error'
           make epxa1db_config
           make oldconfig
           make dep
           make zImage   or    make vmlinux
now i am stuck here.
please! anyone suggest me the bug fix for this problem...

now i am pasting the error report which i got while building the kernel
image.

************************************************************
************************************************************
make[2]: Entering directory `/home/goutam/Dump-2.4.21/linux-2.4.21/fs'
/home/mitul/arm_cross/bin/arm-elf-gcc -D__KERNEL__ -I/home/goutam/Dump-2.4.2
1/linux-2.4.21/include -Wall -Wstrict-prototypes
-Wno-trigraphs -Os -fno-strict-aliasing -fno-common -Uarm -fno-common -pipe 
-g -mapcs-32 -D__LINUX_ARM_ARCH__=4 -march=armv4
-mtune=arm9tdmi -mshort-load-bytes -msoft-float -Uarm -nostdinc -iwithprefix
include -DKBUILD_BASENAME=locks -c -o locks.o locks.c
In file included from
/home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/string.h:25,
		 from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/fs.h:23,
		 from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/capability.h:17,
		 from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/binfmts.h:5,
		 from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/sched.h:9,
                 from
/home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/mm.h:4,
                 from
/home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/slab.h:14,
                 from locks.c:118:
/home/goutam/Dump-2.4.21/linux-2.4.21/include/asm/string.h:16: warning:
conflicting types for built-in function `memcpy'
/home/goutam/Dump-2.4.21/linux-2.4.21/include/asm/string.h:26: warning:
conflicting types for built-in function `memset'
In file included from
/home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/fs.h:23,
                 from
/home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/capability.h:17,
                 from
/home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/binfmts.h:5,
                 from
/home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/sched.h:9,
                 from
/home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/mm.h:4,
                 from
/home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/slab.h:14,
                 from locks.c:118:
/home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/string.h:77: warning:
conflicting types for built-in function `memcmp'
In file included from
/home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/fs.h:703,
                 from
/home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/capability.h:17,
                 from
/home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/binfmts.h:5,
                 from
/home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/sched.h:9,
                 from
/home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/mm.h:4,
                 from
/home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/slab.h:14,
                 from locks.c:118:
/home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/udf_fs_sb.h:21: warning:
ignoring pragma:
/home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/udf_fs_sb.h:76: warning:
ignoring pragma:
locks.c: In function `flock_make_lock':
locks.c:239: Internal compiler error in `output_move_double', at
config/arm/arm.c:5125
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
instructions.
arm-elf-gcc: Internal compiler error: program cpp got fatal signal 13
make[2]: *** [locks.o] Error 1
make[2]: Leaving directory `/home/goutam/Dump-2.4.21/linux-2.4.21/fs'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/home/goutam/Dump-2.4.21/linux-2.4.21/fs'
make: *** [_dir_fs] Error 2
[root@clone linux-2.4.21]#
************************************************************
************************************************************

i am attached the error report. kindly view, if....






[-- Attachment #2: log.txt --]
[-- Type: text/plain, Size: 3292 bytes --]


make[2]: Entering directory `/home/goutam/Dump-2.4.21/linux-2.4.21/fs'
/home/mitul/arm_cross/bin/arm-elf-gcc -D__KERNEL__ -I/home/goutam/Dump-2.4.21/linux-2.4.21/include -Wall -Wstrict-prototypes
-Wno-trigraphs -Os -fno-strict-aliasing -fno-common -Uarm -fno-common -pipe -g -mapcs-32 -D__LINUX_ARM_ARCH__=4 -march=armv4
-mtune=arm9tdmi -mshort-load-bytes -msoft-float -Uarm -nostdinc -iwithprefix include -DKBUILD_BASENAME=locks -c -o locks.o locks.c
In file included from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/string.h:25,
		 from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/fs.h:23,
		 from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/capability.h:17,
		 from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/binfmts.h:5,
		 from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/sched.h:9,
                 from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/mm.h:4,
                 from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/slab.h:14,
                 from locks.c:118:
/home/goutam/Dump-2.4.21/linux-2.4.21/include/asm/string.h:16: warning: conflicting types for built-in function `memcpy'
/home/goutam/Dump-2.4.21/linux-2.4.21/include/asm/string.h:26: warning: conflicting types for built-in function `memset'
In file included from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/fs.h:23,
                 from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/capability.h:17,
                 from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/binfmts.h:5,
                 from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/sched.h:9,
                 from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/mm.h:4,
                 from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/slab.h:14,
                 from locks.c:118:
/home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/string.h:77: warning: conflicting types for built-in function `memcmp'
In file included from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/fs.h:703,
                 from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/capability.h:17,
                 from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/binfmts.h:5,
                 from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/sched.h:9,
                 from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/mm.h:4,
                 from /home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/slab.h:14,
                 from locks.c:118:
/home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/udf_fs_sb.h:21: warning: ignoring pragma:
/home/goutam/Dump-2.4.21/linux-2.4.21/include/linux/udf_fs_sb.h:76: warning: ignoring pragma:
locks.c: In function `flock_make_lock':
locks.c:239: Internal compiler error in `output_move_double', at config/arm/arm.c:5125
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
arm-elf-gcc: Internal compiler error: program cpp got fatal signal 13
make[2]: *** [locks.o] Error 1
make[2]: Leaving directory `/home/goutam/Dump-2.4.21/linux-2.4.21/fs'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/home/goutam/Dump-2.4.21/linux-2.4.21/fs'
make: *** [_dir_fs] Error 2
[root@clone linux-2.4.21]#

[-- Attachment #3: Type: text/plain, Size: 295 bytes --]

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s)and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender or administrator@tataelxsi.co.in

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: compiler bug report
       [not found] <Pine.LNX.4.10.10002261052480.6348-200000@voodoo.alphalinux.org>
@ 2000-02-26 11:23 ` Alexandre Oliva
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Oliva @ 2000-02-26 11:23 UTC (permalink / raw)
  To: Peter Petrakis; +Cc: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 847 bytes --]

On Feb 26, 2000, Peter Petrakis <ppetrakis@firestorm.tzo.org> wrote:

> /usr/local/lib/gcc-lib/alphaev56-unknown-linux-gnu/2.95.2/specs

> strand.cc:809: Internal compiler error in `scan_region', at except.c:2566

> Source file attached.

That's not enough, since that file includes many other headers that
you didn't include.  I'm pretty sure GCC pointed you to a URL whose
instructions you failed to comply with.

Which, in this case, was a good thing :-), since I have good reason to
believe this bug is already fixed in development snapshots of GCC.

-- 
Alexandre Oliva     http://www.ic.unicamp.br/~oliva/     Enjoy Guaraná
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-10-18 23:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-18 14:40 Compiler bug report goutamkumar
2005-10-18 23:04 ` Jim Wilson
  -- strict thread matches above, loose matches on Subject: below --
2005-10-18 14:40 Mitul Shah
     [not found] <Pine.LNX.4.10.10002261052480.6348-200000@voodoo.alphalinux.org>
2000-02-26 11:23 ` compiler " Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).