This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
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:
log.txt
Description: Text document
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
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |