Forum Discussion
Altera_Forum
Honored Contributor
20 years agohow to use "msgget" in nios2 uclinx?
hi: I use function ret = msgget(KEY_MQ_CORE, IPC_CREAT|0660); make successed. After exec, but the return value is -1 I want to use cmd "IPCS" to check the ipc ID. but shell return: ...
Altera_Forum
Honored Contributor
20 years agofor ipcs you can enable it in busybox under buildroot.
But I don't know if nios2 kernel support it correctly.