2009-12-11 02:37:02

by werner

[permalink] [raw]
Subject: max2165 problem / kernel problem 2.6.32-git5

ref 2.6.32-git5

1) max2165 problem:

CC arch/x86/boot/video-bios.o
LD arch/x86/boot/setup.elf
OBJCOPY arch/x86/boot/setup.bin
OBJCOPY arch/x86/boot/vmlinux.bin
HOSTCC arch/x86/boot/tools/build
BUILD arch/x86/boot/bzImage
Root device is (8, 1)
Setup is 13980 bytes (padded to 14336 bytes).
System is 8663 kB
CRC c422073c
Kernel: arch/x86/boot/bzImage is ready (#1)
Building modules, stage 2.
MODPOST 2104 modules
ERROR: "__fixunsdfsi"
[drivers/media/common/tuners/max2165.ko] undefined!
ERROR: "__adddf3" [drivers/media/common/tuners/max2165.ko]
undefined!
ERROR: "__floatunsidf"
[drivers/media/common/tuners/max2165.ko] undefined!
WARNING: modpost: Found 8 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
make[1]: [__modpost] Error 1 (ignored)
CC arch/x86/crypto/crc32c-intel.mod.o
LD [M] arch/x86/crypto/crc32c-intel.ko
CC arch/x86/crypto/salsa20-i586.mod.o




2) The kernel problem (s) reported earlier, continue.
Inclusive the xd out-of-memory error


w.landgraf
Linux SYS
---
Professional hosting for everyone - http://www.host.ru


2009-12-11 06:47:17

by Randy Dunlap

[permalink] [raw]
Subject: Re: max2165 problem / kernel problem 2.6.32-git5

On Thu, 10 Dec 2009 22:37:03 -0400 werner wrote:

> ref 2.6.32-git5
>
> 1) max2165 problem:
>
> CC arch/x86/boot/video-bios.o
> LD arch/x86/boot/setup.elf
> OBJCOPY arch/x86/boot/setup.bin
> OBJCOPY arch/x86/boot/vmlinux.bin
> HOSTCC arch/x86/boot/tools/build
> BUILD arch/x86/boot/bzImage
> Root device is (8, 1)
> Setup is 13980 bytes (padded to 14336 bytes).
> System is 8663 kB
> CRC c422073c
> Kernel: arch/x86/boot/bzImage is ready (#1)
> Building modules, stage 2.
> MODPOST 2104 modules
> ERROR: "__fixunsdfsi"
> [drivers/media/common/tuners/max2165.ko] undefined!
> ERROR: "__adddf3" [drivers/media/common/tuners/max2165.ko]
> undefined!
> ERROR: "__floatunsidf"
> [drivers/media/common/tuners/max2165.ko] undefined!
> WARNING: modpost: Found 8 section mismatch(es).
> To see full details build your kernel with:
> 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
> make[1]: [__modpost] Error 1 (ignored)
> CC arch/x86/crypto/crc32c-intel.mod.o
> LD [M] arch/x86/crypto/crc32c-intel.ko
> CC arch/x86/crypto/salsa20-i586.mod.o
>

Patch for this was merged into the v4l/dvb tree today.
It should show up in mainline fairly soon.

>
>
> 2) The kernel problem (s) reported earlier, continue.
> Inclusive the xd out-of-memory error


---
~Randy