WsprryPi icon indicating copy to clipboard operation
WsprryPi copied to clipboard

Pi zero, Buster OPsys - makedev issue

Open Flettie opened this issue 6 months ago • 0 comments

All going smoothly up until I get a well-know error makedev error response. The solution is given as ...

"If you get the makedev error, 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. At the top of mailbox.c add the following line. "

#include <sys/sysmacros.h>

My issue is as I'm not a coder how/where do I add the above line. Sorry need some spoon feeding here

Flettie avatar Aug 02 '24 21:08 Flettie