Compiling a Kernel 2.6.20.1

Using applications, configuring, problems
Post Reply
Message
Author
pianista
Posts: 48
Joined: Sun 10 Dec 2006, 11:50

Compiling a Kernel 2.6.20.1

#1 Post by pianista »

I tried to compile this kernel with this guide http://www.puppyos.com/development/compilekernel.htm

When I do the make bzImage after a 2 minutes it shows this:
fs/squashfs/inode.c: At top level:
fs/squashfs/inode.c:1735: warning: `kmem_cache_t' is deprecated (declared at include/linux/slab.h:17)
fs/squashfs/inode.c: In function `squashfs_alloc_inode':
fs/squashfs/inode.c:1741: error: `SLAB_KERNEL' undeclared (first use in this function)
fs/squashfs/inode.c:1741: error: (Each undeclared identifier is reported only once
fs/squashfs/inode.c:1741: error: for each function it appears in.)
fs/squashfs/inode.c: At top level:
fs/squashfs/inode.c:1754: warning: `kmem_cache_t' is deprecated (declared at include/linux/slab.h:17)
fs/squashfs/inode.c: In function `destroy_inodecache':
fs/squashfs/inode.c:1778: error: void value not ignored as it ought to be
make[2]: *** [fs/squashfs/inode.o] Error 1
make[1]: *** [fs/squashfs] Error 2
make: *** [fs] Error 2

I had been compile kernels but this is the first with puppy, I don't think what problem can be...

Thaks and sorry of my english
I'm on puppy 2.16 with hardisk installation ( in ext3 no in ntfs)

pianista
Posts: 48
Joined: Sun 10 Dec 2006, 11:50

#2 Post by pianista »

Well I try to compile it without it
It compiles good but when I run the kernel it shows at the load of puppy:

Not kernel Syncing....
Spurious ACK on isa 0060/seri0. Some program might be trying access hardware directly...

Thanks

Post Reply