Forum Discussion
Altera_Forum
Honored Contributor
19 years agoBuilding an application
I'm trying to build ipsec-tools using buildroot. After doing some patches on config.sub to include host nios2 I run make and got some errors: main.c: In function `main': main.c:221:...
Altera_Forum
Honored Contributor
19 years agofork is not allowed with MMU less architectures.
You can try: --with-cflags="-D__uClinux__ -DUSE_VFORK -Dfork=vfork" May be it compiles then but if it works is not for sure, in most cases vfork can be used instead of fork, I think the difference is that in case of vfork the child shares code and memory with the parent.