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 ago --- Quote Start --- --- Quote End --- SysV IPC can not support without MMU. I am not sure if msg queue is supported in Nios II. please debug the kernel ipc/ to find out. <div align='right'><{post_snapback}> (index.php?act=findpost&pid=15303)</div> --- Quote End --- I have a doubt I use "msgget", "msgsnd" "msgrcv" in winbond arm7 cpu is ok. The winbond arm7 cpu without MMU. <div align='right'><{post_snapback}> (index.php?act=findpost&pid=15314)</div> --- Quote End --- There may be bugs for msg queue on Nios2 kernel.