Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] uClibc compilation problem
@ 2009-03-09 19:09 Michael Unterkalmsteiner
  2009-03-09 20:06 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Unterkalmsteiner @ 2009-03-09 19:09 UTC (permalink / raw)
  To: buildroot

Hi, 
I'd like to build a toolchain for mips with nommu (using buildroot-2009.02). I 
get the following error: 

[...]  
  CC libc/stdio/tmpnam.o
  CC libc/stdio/tmpnam_r.o
  CC libc/stdio/popen.o
libc/stdio/popen.c:45: error: 'fork' undeclared here (not in a function)
libc/stdio/popen.c:45: warning: type defaults to 'int' in declaration of 
'fork'
libc/stdio/popen.c: In function 'popen':
libc/stdio/popen.c:100: error: called object 'fork' is not a function
[...]

The problematic part in popen.c is:

[...]
/* uClinux-2.0 has vfork, but Linux 2.0 doesn't */
#include <sys/syscall.h>
#if ! defined __NR_vfork
# define vfork fork
# define VFORK_LOCK             ((void) 0)
# define VFORK_UNLOCK           ((void) 0)
libc_hidden_proto(fork)
#endif
[...]

I'm wondering why __NR_vfork is not defined...
Can someone give me a punch into the right direction?

Thanks,
Michael

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-03-09 22:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-09 19:09 [Buildroot] uClibc compilation problem Michael Unterkalmsteiner
2009-03-09 20:06 ` Peter Korsgaard
2009-03-09 22:17   ` Michael Unterkalmsteiner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox