Friday, December 30, 2022

Re: equivalent to linux/serial.h?

Justin Muir writes:
> Hello,
>
> Just attempting to compile SDRAngel from source and I'm getting some errors
> in the process.
>
> The latest is: "linux/serial.h" missing. Is there an equivalent I can
> point to on OpenBSD?
>
> I'm also having difficulties with the dab-cmdline library. The compile goes
> haywire with a bunch of mismatches in header definitions. Is there an
> equivalent to dab-cmdline in OBSD??

OpenBSD has two files named serial.h:

llama$ find /usr/include/ /usr/src/ -name serial.h
/usr/src/gnu/usr.bin/binutils/gdb/serial.h
/usr/src/usr.bin/dig/lib/isc/include/isc/serial.h
llama$

But nothing named dab-like, even in ports.

llama$ find /usr/src/ /usr/ports/ -name dab\*
llama$

Matthew

No comments:

Post a Comment