Bug 363 - uClibc build fails in 2009.05-rc3
Summary: uClibc build fails in 2009.05-rc3
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-30 20:42 UTC by Rolf Eike Beer
Modified: 2009-05-31 05:45 UTC (History)
1 user (show)

See Also:
Host: x86
Target: mips
Build:


Attachments
Configuration used (17.84 KB, text/plain)
2009-05-30 20:42 UTC, Rolf Eike Beer
Details

Note You need to log in before you can comment on or make changes to this bug.
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.