From: Ryan McDonald (ryan@rt-control.com)
Date: Thu Jun 22 2000 - 03:11:09 EDT
>-------- > From: Rudy Folden <rfolden@gte.net> > Date: Wed, 21 Jun 2000 23:09:37 -0700 > To: uclinux@uclinux.org > Subject: header file error > > Hi, > What can I do to fix this error.? > I installed the compiler as specified in /usr/local/gnu and when I try > to compile the libraries I get the error attached. > > Thanks, > > > -Rudy > > if [ ! -L "include/asm" ]; then ln -s ../../linux/include/asm include/asm ; > fi > if [ ! -L "include/net" ]; then ln -s ../../linux/include/net include/net ; > fi > if [ ! -L "include/linux" ]; then ln -s ../../linux/include/linux > include/linux ; fi > make -C error > make[1]: Entering directory `/home/rfolden/uClinux/uC-libc/error' > m68k-pic-coff-gcc -O2 -m68000 -msoft-float -I../include -c error.c -o > error.o > make[1]: Leaving directory `/home/rfolden/uClinux/uC-libc/error' I'm not sure that there is any error here to fix. The 'errors' that you see are only because you are compiling a file called error.c, from the directory ../uC-libc/error. So, everything should be fine. I hope that helps..It doesn't -Ryan -------- Ryan McDonald Rt-Control Inc -- A Lineo Company Toronto, Ontario This message resent by the uclinux-dev@uclinux.org list server http://www.uClinux.org/
This archive was generated by hypermail 2.1.4 : Thu Sep 19 2002 - 13:19:14 EDT