From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frans J King To: gdb@sourceware.cygnus.com Subject: compile problem Date: Thu, 25 Oct 2001 06:44:00 -0000 Message-id: <1004017704.31236.12.camel@GANDALF> X-SW-Source: 2001-10/msg00235.html I'm not sure if this is the right place to be posting this byt here goes. I can't compile gdb version 5.0 upwards for arm-elf. The command to configure I use is ./configure --host=i686-pc-gnu --target=arm-elf --prefix=/usr/local Once I begin the make, it fails at pty_termios.c in the expect directory. pty_termios.c:174 conflicting types for 'slave_name' pty_termios.c:135 previous declaration of 'slave_name' pty_termios.c: In function 'exp_getptymaster': pty_termios.c:377: incompatible types in assignment and fails with error 1 and 2 ? Thanks