Re: Compile error w ac20

From: Juan J. Quintela (quintela@fi.udc.es)
Date: Sat Jun 17 2000 - 17:57:36 EST


>>>>> "richard" == Richard Torkar <ds98rito@thn.htu.se> writes:

richard> drivers/net/net.o drivers/parport/parport.a drivers/char/agp/agp.o
richard> drivers/ide/idedriver.o drivers/cdrom/cdrom.a drivers/pci/pci.a
richard> drivers/video/video.o drivers/i2c/i2c.o drivers/sensors/sensors.a \
richard> net/network.o \
richard> /usr/src/linux-2.4.0-test1/arch/i386/lib/lib.a
richard> /usr/src/linux-2.4.0-test1/lib/lib.a
richard> /usr/src/linux-2.4.0-test1/arch/i386/lib/lib.a \
richard> --end-group \
richard> -o vmlinux
richard> ld: cannot open drivers/block/block.a: No such file or directory

Hi
        you need that patch:

Later, Juan.

diff -urN --exclude-from=/home/lfcia/quintela/work/kernel/exclude base/Makefile working/Makefile
--- base/Makefile Sat Jun 17 23:25:30 2000
+++ working/Makefile Sat Jun 17 23:44:50 2000
@@ -119,7 +119,7 @@
 
 CORE_FILES =kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o
 NETWORKS =net/network.o
-DRIVERS =drivers/block/block.a \
+DRIVERS =drivers/block/block.o \
                  drivers/char/char.o \
                  drivers/misc/misc.o \
                  drivers/net/net.o \

-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Jun 23 2000 - 21:00:15 EST