View previous topic :: View next topic |
Author |
Message |
roarinelk Guru
Joined: 04 Mar 2004 Posts: 520
|
Posted: Wed Nov 30, 2011 3:56 pm Post subject: MIPS: glibc struct termios is missing members |
|
|
building gpsd-3 in a native mips environment fails due to
struct termios missing some members, namely c_ispeed and c_ospeed
(see include/bits/termios.h)
does anyone know what process during the glibc build decides whether to
include them? (seen with glibc-2.13 and 2.14.1 at least).
Thanks! |
|
Back to top |
|
|
roarinelk Guru
Joined: 04 Mar 2004 Posts: 520
|
Posted: Wed Nov 30, 2011 4:06 pm Post subject: |
|
|
I just realized that in this case it is GPSD which is stupid accessing termios members
directly. I fixed the gpsd source instead, which seems to work... |
|
Back to top |
|
|
|