Compilation GDB give error -


related problem 16611678 need new version of gdb in centos 6.5 64. try compile gdb (7.7, 7.6.2 , 7.5), without success, error related get_tty_state() in ser-unix.c:

ser-unix.c:118:1: error: conflicting types ‘get_tty_state’ 

my gcc version 4.8.2

before function declaration there preprocessor directives defining hardwire_ttystate if have_termios defined , think problem come here (if needed can post piece of code), have_termios undefined.

any appreciated!

nathanaƫl


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -