Hello,
I have problem in lastest cvs-xfs (2.4.test-1) three.
I downloaded according CVS instructions:
export CVSROOT=':pserver:cvs@xxxxxxxxxxx:/cvs'
cvs -z3 checkout linux-2.4-xfs
I did `make mrproper; make xconfig` and turned on _all_ XFS option (build
in kernel and also I have tried build as module).
I am using:
- linux 2.4.0-test1
- gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
I did `make dep; make` at the linux directory level, and this is the
build error: (undefined reference)
ld -m elf_i386 -T /test/linux-2.4-xfs/linux/arch/i386/vmlinux.lds -e stext
arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o
init/version.o --start-group arch/i386/kernel/kernel.o arch/i386/mm/mm.o
kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o drivers/block/block.a
drivers/char/char.o drivers/misc/misc.o drivers/net/net.o
drivers/parport/parport.a drivers/char/drm/drm.o drivers/ide/ide.a
drivers/scsi/scsi.a drivers/cdrom/cdrom.a drivers/pci/pci.a
drivers/pcmcia/pcmcia.o drivers/net/pcmcia/pcmcia_net.o drivers/pnp/pnp.o
drivers/video/video.o net/network.a
/test/linux-2.4-xfs/linux/arch/i386/lib/lib.a
/test/linux-2.4-xfs/linux/lib/lib.a
/test/linux-2.4-xfs/linux/arch/i386/lib/lib.a --end-group -o vmlinux
fs/fs.o: In function `xfs_bmap_alloc':
/test/linux-2.4-xfs/linux/fs/xfs/xfs_bmap.c:2371: undefined reference to
`xfs_rtpick_extent'
/test/linux-2.4-xfs/linux/fs/xfs/xfs_bmap.c:2532: undefined reference to
`xfs_rtallocate_extent'
/test/linux-2.4-xfs/linux/fs/xfs/xfs_bmap.c:2535: undefined reference to
`xfs_rtallocate_extent'
fs/fs.o: In function `xfs_bmap_del_extent':
/test/linux-2.4-xfs/linux/fs/xfs/xfs_bmap.c:2982: undefined reference to
`xfs_rtfree_extent'
fs/fs.o: In function `xfs_fsoperations':
/test/linux-2.4-xfs/linux/fs/xfs/xfs_fsops.c:606: undefined reference to
`xfs_growfs_rt'
fs/fs.o: In function `xfs_mountfs_int':
/test/linux-2.4-xfs/linux/fs/xfs/xfs_mount.c:815: undefined reference to
`xfs_rtmount_init'
/test/linux-2.4-xfs/linux/fs/xfs/xfs_mount.c:942: undefined reference to
`xfs_rtmount_inodes'
how to solve this?
thanks
claudio
|