Re: [uClinux-dev] emulate fork

2009-06-10 Thread Michael Schnell
Since I'm using Nios, then I don't think they are supporting (yet) XIP or PIC. So I'll see if I can solve it by using the exec function. I'm using NIOS, too. Did you find the Nios2-dev mailing list (http://sopc.et.ntust.edu.tw/cgi-bin/mailman/listinfo/nios2-dev) ? And, yep, the current tool

RE: [uClinux-dev] emulate fork

2009-06-09 Thread Gavin Lambert
Quoth Niklas Molin: Problem is that the code is using fork and each child process is running simultaneously (plus the parent process needs to be in charge of handle all information each child processes are sending/receiving). If I understood vfork() right, it will halt the parent process

RE: [uClinux-dev] emulate fork

2009-06-09 Thread Niklas Molin
Hi Gavin. Thanks for your reply. Since I'm using Nios, then I don't think they are supporting (yet) XIP or PIC. So I'll see if I can solve it by using the exec function. Regards, Niklas From: gav...@compacsort.com To: uclinux-dev@uclinux.org Subject: RE: [uClinux-dev] emulate fork Date