This is the mail archive of the gdb@sources.redhat.com 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]

compile problem



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



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