This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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]

configuring gdbserver for ARM7


Hello all,

I am trying to compile gdbserver application for
uClinux (dist-2004) to run on ARM7tdmi and getting an
error from compiler like this :

[root@localhost gdbserver]# CC=arm-elf-gcc CFLAGS="-g
-Os -I/usr/include
-I/usr/local/arm-uclinux-tool/arm-uclinux/include
-I/usr/local/arm-uclinux-tool/lib/gcc/arm-uclinux/3.4.3/include
-D__linux__ -D__uClinux__ -D__linux__ -D__ELF__
-DNO_MM" XM_CLIBS="-nostdlib
-L/usr/local/arm-uclinux-tool/arm-uclinux/lib
-nostartfiles
/usr/local/arm-uclinux-tool/arm-uclinux/lib/msoft-float/crt0.o
/usr/local/arm-uclinux-tool/lib/gcc/arm-uclinux/3.4.3/msoft-float/crti.o
/usr/local/arm-uclinux-tool/lib/gcc/arm-uclinux/3.4.3/msoft-float/crtn.o
/usr/local/arm-uclinux-tool/arm-uclinux/lib/msoft-float/libc.a
/usr/local/arm-uclinux-tool/lib/gcc/arm-uclinux/3.4.3/msoft-float/libgcc.a
 -Wl,-elf2flt " make

arm-elf-gcc -c -Wall -g -Os -I/usr/include
-I/usr/local/arm-uclinux-tool/arm-uclinux/include
-I/usr/local/arm-uclinux-tool/lib/gcc/arm-uclinux/3.4.3/include
-D__linux__ -D__uClinux__ -D__linux__ -D__ELF__
-DNO_MM    -I. -I. -I./../regformats -I./../../include
-I../../bfd -I./../../bfd remote-utils.c
remote-utils.c: In function `remote_open':
remote-utils.c:190: internal compiler error: in
arm_print_operand, at config/arm/arm.c:9816
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for
instructions.
make: *** [remote-utils.o] Error 1

I am very confused with the error and would
appericiate if anyone can provide the solution to
this. I am using gcc version 3.4.3. 

A step-by-step procedure to configure gdbserver for
uClinux (dist-2004, kernel-2.6) for ARM7 will really
be a great help for me, as I am struggling with this
issue from past few weeks.
Thanks in advance.

Best Regards,
-Mangesh Edake.




 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail.
http://new.mail.yahoo.com


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