nitingupta910 / compcache

Automatically exported from code.google.com/p/compcache
1 stars 1 forks source link

compcache compilation fails for linux-omap-2.6.21 kernel #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download linux-omap 2.6.21 kernel. I'm not sure, but maybe it's broked
for any 2.6.21 kernel.
2. Edit Makefile to point to kernel dir.
3. Execute "make"

What is the expected output? What do you see instead?
The expected output is all kernel modules compiled. I see a lot of
compiling errors. See attached file.

What version of the product are you using? On what operating system?
Linux kernel 2.6.21 for OMAP platform. Cross compiler for ARM and Ubuntu
Intrepid.

Please provide any additional information below.
I know this is a kernel version issue since I can get compache compiled for
latest linux-omap kernel (which is 2.6.29). But, when I tried to compile to
linux-2.6.21, I got those errors.

Original issue reported on code.google.com by anderson...@gmail.com on 26 Feb 2009 at 3:38

Attachments:

GoogleCodeExporter commented 8 years ago
Try adding: #include <asm/kmap_types.h> to compcache.c

Original comment by nitingupta910@gmail.com on 26 Feb 2009 at 5:36

GoogleCodeExporter commented 8 years ago
Yeah, I had to add <asm/kmap_types.h> to compcache.c and xvmalloc.c. Should I 
send a
patch to mailing list?

Original comment by anderson...@gmail.com on 28 Feb 2009 at 10:05

GoogleCodeExporter commented 8 years ago
committed this change to SVN (r305). Thanks.

Original comment by nitingupta910@gmail.com on 2 Mar 2009 at 8:25