Vikas TM wrote: > Dear all, > I am facing below error during migration from glibc to uclibc, > > tar zxf /usr/share/allgon/mcu-linux/downloads/openntpd-3.6.1p1.tar.gz > (cd /usr/slask/pwav/checkout/mcu/hcl/vikas/mcu/openntpd-3.6.1p1 && > CC=powerpc-linux-uclibc-gcc ./configure \ > --host=powerpc-linux-uclibc > --prefix=/usr/slask/pwav/checkout/mcu/hcl/vikas/mcu/targfs > --disable-gopher --disable-ldap --disable-dict --disable-telnet > --disable-manual --disable-ipv6 --enable-thread) > configure: WARNING: If you wanted to set the --build type, don't use --host. > If a cross compiler is detected then cross compile mode will be used. > checking for powerpc-linux-uclibc-gcc... powerpc-linux-uclibc-gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... yes > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether powerpc-linux-uclibc-gcc accepts -g... yes > checking for powerpc-linux-uclibc-gcc option to accept ANSI C... none needed > checking for powerpc-linux-uclibc-ranlib... powerpc-linux-uclibc-ranlib > checking for a BSD-compatible install... /usr/bin/install -c > checking for ar... /usr/bin/ar > checking for inline... inline > checking build system type... x86_64-unknown-linux-gnu > checking host system type... Invalid configuration > `powerpc-linux-uclibc': system `uclibc' not recognized > configure: error: /bin/sh ./config.sub powerpc-linux-uclibc failed > make: *** > [/usr/slask/pwav/checkout/mcu/hcl/vikas/mcu/openntpd-3.6.1p1/config.status] > Error 1 > > please provide me solution, > Thanks & Regards > Vikas TM > > again not uclibc issue. Anyway patch your config.sub by adding linux-uclibc* amont recognized architectures, or check if there is a newest version of openntpd which already has been patched to support uclibc.
Carmelo _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
