> On Mon, Apr 20, 2009 at 10:3 AM, Christian MICHON <christian.mic...@gmail> > wrote: > On Sun, Apr 19, 2009 at 6:20 PM, Oliver Metz <[email protected]> wrote: > > When compiling uClibc++ with buildroot toolchain (gcc-4.3.3) I get the > > attached error. > > > > http://lists.uclibc.org/pipermail/uclibc/2008-March/039993.html > > > > Any suggestions how to solve this issue? > > > > as a temporary fix, what is the compilation outcome on your platform > if you remove "-Wl,-z,defs" from Rules.mak ?
This fixes my problem. Thank you. But the whole issue seems to be more complex. I found this message: http://gcc.gnu.org/ml/gcc-patches/2006-06/msg00780.html > When building a cross compiler with --with-sysroot option, inhibit_libc is > not defined. The problem occurred after switching from non-sysroot to sysroot toolchain. Should inhibit_libc be defined for gcc-final because it isn't? Carmelo mentioned a patch here: http://lists.uclibc.org/pipermail/uclibc/2008-March/039995.html Is it still available? Where? Regards Oliver _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
