[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] ioctl.h



I am trying to compile a Linux application for dowloading
data from a Suunto dive computer.

Configure seems to work ok but when I run make I get the following
error:
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -DNDEBUG -c eondump.c
eondump.c: In function `DoExit':
eondump.c:211: `TIOCMSET' undeclared (first use in this function)
eondump.c:211: (Each undeclared identifier is reported only once
eondump.c:211: for each function it appears in.)
eondump.c: In function `AlohaEON':
eondump.c:274: `TIOCMSET' undeclared (first use in this function)
make[2]: *** [eondump.o] Error 1
make[2]: Leaving directory `/g/usr/src/suunto/eontools-0.5.0'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/g/usr/src/suunto/eontools-0.5.0'
make: *** [all-recursive-am] Error 2

TIOCMSET isn't found. I expected to find it in ioctl.h where
TIOCMGET is defined.

Is there much I can do about this ?

Regards,

Peter