Bug 363

Summary: uClibc build fails in 2009.05-rc3
Product: buildroot Reporter: Rolf Eike Beer <eike>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: x86 Target: mips
Build:
Attachments: Configuration used

Description Rolf Eike Beer 2009-05-30 20:42:28 UTC
Created attachment 369 [details]
Configuration used

I tested 2009.05-rc3 on my openSuSE 11.1 (x86) and it fails with this error:

make[1]: Entering directory `/home/eike/repos/buildroot-2009.05-rc3/toolchain_build_mips/uClibc-0.9.30.1'
  CC libpthread/linuxthreads/sysdeps/pthread/errno-loc.oS
In file included from libpthread/linuxthreads/sysdeps/pthread/errno-loc.c:23:
./libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/sysdep-cancel.h:20:20: error: sysdep.h: No such file or directory
make[1]: *** [libpthread/linuxthreads/sysdeps/pthread/errno-loc.oS] Fehler 1
make[1]: Leaving directory `/home/eike/repos/buildroot-2009.05-rc3/toolchain_build_mips/uClibc-0.9.30.1'
make: *** [/home/eike/repos/buildroot-2009.05-rc3/build_mips/staging_dir/usr/lib/libc.a] Fehler 2
Comment 1 Peter Korsgaard 2009-05-31 05:45:45 UTC
NTPL isn't supported by uClibc on mips (yet). Select BR2_PTHREADS_OLD and it should work.