Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by zzh@Jun 2 2006, 11:19 AM thank you,
in sdk or linux?
another problem: can't fork() a new thread on stratix1s10 dev. always return -1. why?
in cgi program, i want to have two processes ,one sent the html and the other do control. how to realize it ?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15781)
--- quote end ---
--- Quote End --- There is no fork() because Nios2 does not have mmu yet, use vfork() instead on uClinux. Read FAQ on www.ucdot.org . You can find nios2-elf-gdb and gdb-server on Nios2 CDs for windows and linux platform.