Hii
I'm using EZ ADSP-SC589 Eval board,Linux add-in 1.2.0CCES 2.8.2
i want to create message queue for some relevant task of the project &used POSIX message queue.but program exit with error at mq_open()
Hi PThakur948,
Did you get the error number 38 from "mq_open()"? If so, please enable "CONFIG_POSIX_MQUEUE" option in linux kernel menuconfig, thanks a lot.
Hi Gregchen
Thanks, for the information,now it's working fine.
Thanks, once again.