On Sun, 7 Mar 2010, VDR User wrote:

On Fri, Mar 5, 2010 at 7:37 PM, Mauro Carvalho Chehab
<mche...@redhat.com> wrote:
I suspect that it may be related to this:

# Select 32 or 64 bit
config 64BIT
       bool "64-bit kernel" if ARCH = "x86"
       default ARCH = "x86_64"
       ---help---
         Say yes to build a 64-bit kernel - formerly known as x86_64
         Say no to build a 32-bit kernel - formerly known as i386

With 2.6.33, it is now possible to compile a 32 bits kernel on a 64 bits
machine without needing to pass make ARCH=i386 or to use cross-compilation.

Maybe you're running a 32bits kernel, and you've compiled the out-of-tree
modules with 64bits or vice-versa.

My suggestion is that you should try to force the compilation wit the proper
ARCH with something like:
       make distclean
       make ARCH=`uname -i`
       make ARCH=`uname -i` install

I had forgot to reply to this but while I do have a 64bit capable cpu,
I compile & use only 32bit.


Same here. Let us hope it is the same problem, and it will be possible to track it down once and fix it.

Theodore Kilgore

Reply via email to