开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Re: WSPR Make and Make Install #wspr #pi


 



The problem is a missing function called makedev, not a program.
makedev() is actually a macro and you need to include the correct header for it.

It is possible to add the following line in mailbox.c to fix it:
#include <sys/sysmacros.h>

Join [email protected] to automatically receive all group messages.