MHonArc test archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Can't get 2.1 kernels to work



Ok, here's what Ive tried:

1) kernel 2.1.125 atm 0.47(lec module) pca 0.4(module)
	All three compile nicely. And all both modules load correctly, but when I
	try to load atmsigd it segfaults.
2) kernel 2.1.117 atm 0.47(lec module) pca 0.4(module)
	All compile fine, but when I ltry to load the pca module it has 2
	unresolved externels.:
		./pca_200e.o: unresolved symbol _binary_pca200e_bin_start
		./pca_200e.o: unresolved symbol _binary_pca200e_bin_size
	I also have to tell insmod where the module is.
3) kernel 2.1.117 atm 0.47(no module) pca 0.4(no module)
	The kernel won't compile now. Here's the errors:
		
		
ld -m elf_i386 -T /usr/src/linux/arch/i386/vmlinux.lds -e stext
arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o \
	arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o \
	fs/filesystems.a \
	net/network.a \
	drivers/block/block.a drivers/char/char.a drivers/misc/misc.a drivers/net/net.a drivers/atm/atm.a drivers/cdrom/cdrom.a drivers/pci/pci.a drivers/video/video.a \
	/usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a /usr/src/linux/arch/i386/lib/lib.a\
	-o vmlinux
drivers/atm/atm.a(pca200e.o): In function `pca200e_loadfirm':
/usr/src/linux/drivers/atm/pca200e.c:175: undefined reference to `_binary_pca200e_bin_start'
/usr/src/linux/drivers/atm/pca200e.c:180: undefined reference to `_binary_pca200e_bin_start' 
drivers/atm/atm.a(pca200e.o):In function `pca200e_loadfirm':
/usr/src/linux/include/asm/string.h:368: undefined reference to `_binary_pca200e_bin_size'
/usr/src/linux/include/asm/string.h:368: undefined reference to `_binary_pca200e_bin_size'
/usr/src/linux/include/asm/string.h:368: undefined reference to `_binary_pca200e_bin_start'
drivers/atm/atm.a(pca200e.o): In function `pca200e_startfirm':
/usr/src/linux/drivers/atm/pca200e.c:259: undefined reference to `_binary_pca200e_bin_start'
make: *** [vmlinux] Error 1


Any ideas on what's wrong?


Thanks in advanced,
Tod Detre
														

-- 
Tod Detre |"If the women don't find you handsome, they should at
          | least find you handy." -Red Green 
          |"It is TOD not TODD! Do you see God spelling his name  
          | Godd?" -Me


Home | Main Index | Thread Index