2009-07-03 00:25:43 fork
Parimala Baggiri (INDIA)
Message: 76720
Hello,
References to fork() function is not giving the compilation(bfin-uclinux-gcc) error. Why is it so?
Regards,
Parimala
QuoteReplyEditDelete
2009-07-03 00:28:42 Re: fork
Mike Frysinger (UNITED STATES)
Message: 76721
please read the documentation
docs.blackfin.uclinux.org/doku.php?id=living_without_forks
QuoteReplyEditDelete
2009-07-03 01:04:52 Re: fork
Parimala Baggiri (INDIA)
Message: 76723
Hello Mike,
I have gone through this already. NoMMU systems doesn't have fork. One of my libraries uses fork system call but still I am not getting any compilation error. Why is it not giving the error is my doubt?
Thank you.
Regards,
Parimala.
QuoteReplyEditDelete
2009-07-03 01:12:41 Re: fork
Mike Frysinger (UNITED STATES)
Message: 76724
if you know fork() isnt supported, then dont use it, end of story
depending on how exactly the library is built/linked/used may not include the object using fork(), or report the unresolved symbol as an error. this is normal behavior.