Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

use of vfork() instead of fork() in uClinux

Hi all, I ported pppd from busybox on the Nios2. Actually, I just did two things : - add the -Wl,-elf2flt linker flags to convert the binary file - changed calls to fork() by vfork() ...