Hi all, On Xenomai-2.6.5, I use rt_heap_create with flag "H_SHARED" to create rt_heap in one process and call rt_heap_bind to get this rt_heap by the same name in another process. I use rt_heap as shared memory between process. But on Xenomai-3.1, I find this method does not work. When calling rt_heap_bind using "TM_INFINITE", the function doesn't return, using "TM_NONEBLOCK", returns -11. I check this email system , find "--enable-pshared" should be configured before installation and I do it, but it doesn't work. Can anyone give me a detailed solution? Or, shared memory cannot be created by RT_HEAP on Xenomai-3.
Best regards, Zhou Yang
