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]

Re: configuring gdbserver for ARM7


On Wed, Nov 08, 2006 at 07:02:11AM -0800, Mangesh Edake wrote:
> 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

If you want a uClinux binary, you should probably be using a uClinux
compiler, not an ELF compiler.
> 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.

GCC crashed.  Therefore, this is a bug in your GCC, and we can't help
you with it.

-- 
Daniel Jacobowitz
CodeSourcery


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