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]

Hello


Hello,
I'm a student at Sungkyunkwan Univ. of South Korea....
I did arm-uclinux compile,

%make dep  <ok>
but, I had a error during "%make boot"

-----------------------------------
m7tdmi -fno-strict-aliasing -mapcs-32 -Wall -Wstrict-prototypes -O2
-fno-strength-reduce -pipe -DNO_MM   -g -gdwarf-2 -c -o kmsg.o kmsg.c;
fi
echo makeing net.o D_OBJS=
makeing net.o D_OBJS=
if [ a=a ]; then        arm-uclinux-gcc -D__KERNEL__
-I/AplioTRIO/linux/include -mcpu=arm6 -mcpu=arm7tdmi
-fno-strict-aliasing -mapcs-32 -Wall -Wstrict-prototypes -O2
-fno-strength-reduce -pipe -DNO_MM  -c -o net.o net.c   ; \
else arm-uclinux-gcc -D__KERNEL__ -I/AplioTRIO/linux/include -mcpu=arm6
-mcpu=arm7tdmi -fno-strict-aliasing -mapcs-32 -Wall -Wstrict-prototypes
-O2  -fno-strength-reduce -pipe -DNO_MM   -g -gdwarf-2 -c -o net.o
net.c; fi
echo makeing scsi.o D_OBJS=
makeing scsi.o D_OBJS=
if [ a=a ]; then        arm-uclinux-gcc -D__KERNEL__
-I/AplioTRIO/linux/include -mcpu=arm6 -mcpu=arm7tdmi
-fno-strict-aliasing -mapcs-32 -Wall -Wstrict-prototypes -O2
-fno-strength-reduce -pipe -DNO_MM  -c -o scsi.o scsi.c ; \
else arm-uclinux-gcc -D__KERNEL__ -I/AplioTRIO/linux/include -mcpu=arm6
-mcpu=arm7tdmi -fno-strict-aliasing -mapcs-32 -Wall -Wstrict-prototypes
-O2  -fno-strength-reduce -pipe -DNO_MM   -g -gdwarf-2 -c -o scsi.o
scsi.c; fi
rm -f proc.o
arm-uclinux-ld  -r -o proc.o procfs_syms.o inode.o root.o base.o mem.o
link.o fd.o array.o kmsg.o net.o scsi.o
make[3]: Leaving directory `/AplioTRIO/linux/fs/proc'
make[2]: Leaving directory `/AplioTRIO/linux/fs/proc'
make[2]: Entering directory `/AplioTRIO/linux/fs/isofs'
make all_targets
make[3]: Entering directory `/AplioTRIO/linux/fs/isofs'
echo makeing namei.o D_OBJS=
makeing namei.o D_OBJS=
if [ a=a ]; then        arm-uclinux-gcc -D__KERNEL__
-I/AplioTRIO/linux/include -mcpu=arm6 -mcpu=arm7tdmi
-fno-strict-aliasing -mapcs-32 -Wall -Wstrict-prototypes -O2
-fno-strength-reduce -pipe -DNO_MM  -c -o namei.o namei.c       ; \
else arm-uclinux-gcc -D__KERNEL__ -I/AplioTRIO/linux/include -mcpu=arm6
-mcpu=arm7tdmi -fno-strict-aliasing -mapcs-32 -Wall -Wstrict-prototypes
-O2  -fno-strength-reduce -pipe -DNO_MM   -g -gdwarf-2 -c -o namei.o
namei.c; fi
namei.c: In function `isofs_find_entry':
namei.c:195: Internal compiler error in `size_binop', at
fold-const.c:1913
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [namei.o] Error 1
make[3]: Leaving directory `/AplioTRIO/linux/fs/isofs'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/AplioTRIO/linux/fs/isofs'
make[1]: *** [sub_dirs] Error 2
make[1]: Leaving directory `/AplioTRIO/linux/fs'
make: *** [linuxsubdirs] Error 2
----------------------------------------------

Thanks .....



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]