JamesP6000/PiCW

Unable to compile (Rpi3+ Raspbian)

Anjum9694 opened this issue · 0 comments

pi@raspberrypi:~/PiCW $ make
g++ -c -Wall -lm mailbox.c
mailbox.c: In function ‘int mbox_open()’:
mailbox.c:256:52: error: ‘makedev’ was not declared in this scope
if(mknod(LOCAL_DEVICE_FILE_NAME, S_IFCHR|0600, makedev(MAJOR_NUM_A, 0)) >= 0 &&
^~~~~~~
mailbox.c:263:52: error: ‘makedev’ was not declared in this scope
if(mknod(LOCAL_DEVICE_FILE_NAME, S_IFCHR|0600, makedev(MAJOR_NUM_B, 0)) >= 0 &&
^~~~~~~
make: *** [makefile:9: mailbox.o] Error 1