This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Posix Message Queue Not Implemented Problem

Having problems building in the posix message queue support into the kernel. (5.03.01.15)

We used the menuconfig option to reconfigure the kernel build options.

We did a complete recompile using "make clean" , "make all" , make "install"  and reloaded on SD card.

We verified in .config and ti8148_evm_defconfig files that it is turned on but its either not building it into

the kernel or its not really using our new kernel image.... 

When application runs:

mq_open encounters a failure with errno 38 (function not implemented)