[uClibc]CVS still broken. Getting more errors.

Boris boris at microtrader.com
Fri Aug 17 21:55:07 UTC 2001


It seems that since last saturday[11th]. The cvs was fine but now after I recompiled the latest one today. Alot of my programs are having problems...
Example 1:
make[1]: Entering directory `/tmp/bochs/fpu'
make[1]: `libfpu.a' is up to date.
make[1]: Leaving directory `/tmp/bochs/fpu'
echo done
done
c++ -o bximage -g -O2   misc/bximage.o
misc/bximage.o: In function `print_banner':
/tmp/bochs/misc/bximage.c:44: undefined reference to `_stdout'
/tmp/bochs/misc/bximage.c:45: undefined reference to `_stdout'
/tmp/bochs/misc/bximage.c:46: undefined reference to `_stdout'
misc/bximage.o: In function `ask_int':
/tmp/bochs/misc/bximage.c:85: undefined reference to `_stdin'
misc/bximage.o: In function `ask_menu':
/tmp/bochs/misc/bximage.c:114: undefined reference to `_stdin'
misc/bximage.o: In function `ask_yn':
/tmp/bochs/misc/bximage.c:146: undefined reference to `_stdin'
misc/bximage.o: In function `ask_string':
/tmp/bochs/misc/bximage.c:169: undefined reference to `_stdin'
misc/bximage.o: In function `make_image':
/tmp/bochs/misc/bximage.c:190: undefined reference to `__fopen'
/tmp/bochs/misc/bximage.c:202: undefined reference to `__fopen'
/tmp/bochs/misc/bximage.c:225: undefined reference to `_stdout'
collect2: ld returned 1 exit status
make: *** [bximage] Error 1


and his wasnt a problem until I used the latest cvs.

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../build -I../rpmdb -I../rpmio =
-I../popt
 -I../misc -I/usr/local/include -g -O2 -D_GNU_SOURCE -Wall =
-Wpointer-arith -Wstr
ict-prototypes -Wmissing-prototypes -Wno-char-subscripts -c getdate.c  =
-fPIC -DP
IC -o .libs/getdate.lo
getdate.c:17: warning: function declaration isn't a prototype
/getdate.y: In function `LookupWord':
./getdate.y:757: warning: implicit declaration of function `strncmp'
./getdate.y: In function `getdate_yylex':
./getdate.y:841: invalid lvalue in assignment
./getdate.y:850: invalid lvalue in assignment
/getdate.y:858: invalid lvalue in assignment
./getdate.y:858: invalid lvalue in assignment
./getdate.y:831: warning: `c' might be used uninitialized in this =
function
getdate.c: At top level:
getdate.c:1052: warning: function declaration isn't a prototype
getdate.c:408: warning: `yydebug' defined but not used
make[2]: *** [getdate.lo] Error 1
make[2]: Leaving directory `/tmp/rpm-4.0.3/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/rpm-4.0.3'
make: *** [all-recursive-am] Error 2


Is the latest cvs broken? Since the massive tree update. It seems to have caused some problems compiling programs that used to work.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.busybox.net/pipermail/uclibc/attachments/20010817/0720d630/attachment-0001.htm 


More information about the uClibc mailing list