This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ipc.h library for arm-non-eabi tool chain

Hi,

can anyone help, I am using the ipc.h library in my code but unfortunately when I try to compile I am getting the error below. I need to install or add the ipc.h file in my toolchain.

fatal error: sys/ipc.h: No such file or directory
#include <sys/ipc.h>
^~~~~~~~~~~
compilation terminated.

Anticipant of receiving your help.