2010-12-06 19:30:01 shm_open on blackfin?
HappyBlackfin Blackfin (CHINA)
Message: 96516
Hi,
I do know that many people have ask this question many times.My problem is the same as theirs!
shm_process/main.c:19: undefined reference to `_shm_open'
Add the option : -pthread -lrt but it still does not work.
I want to know whether there exists some new approaches to solve this case.
Thanks !
QuoteReplyEditDelete
2010-12-06 20:03:55 Re: shm_open on blackfin?
Mike Frysinger (UNITED STATES)
Message: 96517
shm_open() is not supported in the version of uClibc we ship currently
QuoteReplyEditDelete
2010-12-06 20:55:26 Re: shm_open on blackfin?
HappyBlackfin Blackfin (CHINA)
Message: 96518
Thanks!
In my appliction process A must share 15MByte(300 packages) data per second to process B, pls give me some advice to implement this.
QuoteReplyEditDelete
2010-12-07 00:26:03 Re: shm_open on blackfin?
Mike Frysinger (UNITED STATES)
Message: 96521
use shmat