mtd 관련 설정을 하고 커널을 컴파일하던 중 에러가 납니다..

파일이 필요하다는 듯한 에러는 2.4.10버전대의 파일을

동일위치에 복사 시킴으로해서. 해결을 한 듯했는데..

다음의 에러는 잘 모르겠네요....


arm-linux-ld -p -X -T arch/arm/vmlinux.lds arch/arm/kernel/head-armv.o
arch/arm/kernel/init_task.o init/main.o init/version.o
--start-group
arch/arm/kernel/kernel.o arch/arm/mm/mm.o arch/arm/mach-
sa1100/sa1100.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o
drivers/serial/serial.o drivers/char/char.o
drivers/block/block.o drivers/misc/misc.o drivers/net/net.o
drivers/media/media.o drivers/mtd/mtdlink.o drivers/video/video.o
net/network.o
arch/arm/nwfpe/math-emu.o arch/arm/lib/lib.a /tmp/kernel-
v2.4.18/linux/lib/lib.a
--end-group
-o vmlinux
arch/arm/mm/mm.o: In function `reserve_node_zero':
arch/arm/mm/mm.o(.text.init+0x28c): undefined reference to
`machine_is_fortunet'
arch/arm/mm/mm.o(.text.init+0x28c): relocation truncated to fit:
R_ARM_PC24 machine_is_fortunet
drivers/video/video.o: In function `sa1100fb_power_up_lcd':
drivers/video/video.o(.text+0x678c): undefined reference to
`machine_is_h3100'
drivers/video/video.o(.text+0x678c): relocation truncated to fit:
R_ARM_PC24 machine_is_h3100
drivers/video/video.o(.text+0x6798): undefined reference to
`machine_is_h3800'
drivers/video/video.o(.text+0x6798): relocation truncated to fit:
R_ARM_PC24 machine_is_h3800
drivers/video/video.o: In function `sa1100fb_power_down_lcd':
drivers/video/video.o(.text+0x67ac): undefined reference to
`machine_is_h3100'
drivers/video/video.o(.text+0x67ac): relocation truncated to fit:
R_ARM_PC24 machine_is_h3100
drivers/video/video.o(.text+0x67b8): undefined reference to
`machine_is_h3800'
drivers/video/video.o(.text+0x67b8): relocation truncated to fit:
R_ARM_PC24 machine_is_h3800
make: *** [vmlinux] 오류 1