| Subject: Re: flash disk drivers in kernel - error in kernel compile |
Author:
Kevin Burtness
|
[
Next Thread |
Previous Thread |
Next Message |
Previous Message
]
Date Posted: 10:46:02 06/07/03 Sat
In reply to:
Derek
's message, "Re: flash disk drivers in kernel - error in kernel compile" on 03:18:34 06/04/03 Wed
Did you try running your kernel on the Core SBC? I enabled devfs and got it to compile also, but when I try to load the kernel it halts on an error right at about the time it loads the flash drivers.
Kevin
>I had the same problem and have added in devfs
>support, did make dep, make bzImage. My kernel has
>now compiled.
>
>
>
>
>>Hi Pete,
>>
>>I've been trying to accomplish the same thing and with
>>similar results. Below is what I'm getting back when
>>I try to compile the kernel. I've tried different
>>versions of the kernel, different gcc versions and
>>different linker versions with the same result.
>>Dimitri, from Compulab, has given me some tips, but
>>nothing has panned out. Have you solved the problem
>>yet?
>>
>>Kevin Burtness
>>Bionetics
>>Kennedy Space Center, FL
>>
>>------------------------------------------------------
>-
>>-----
>>
>>Here's the error signature:
>>
>>.
>>.
>>.
>>make[1]: Leaving directory '/linux/arch/i386/lib'
>>ld -m elf_i386 iT /linux/arch/i386/vmlinux.lds -e
>>stext arch/i386/kernel/head.o
>>arch/i386/kernel/init_task.o init/main.o
>>init/version.o --start-group arch/i386/kernel/kernel.o
>>arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o
>>ipc/ipc.o drivers/char/char.o drivers/block/block.o
>>drivers/misc/misc.odrivers/net/net.o
>>drivers/media/media.o drivers/ide/idedriver.o
>>drivers/scsi/scsidrv.o drivers/cdrom/driver.o
>>drivers/pci/driver.o drivers/pcmcia/pcmcia.o
>>drivers/net/pcmcia/pcmcia_net.o drivers/video/video.o
>>drivers/usb/usbdrv.o drivers/input/inputdrv.o
>>net/network.o /linux/arch/i386/lib/lib.a
>>/linux/lib/lib.a /linux/arch/i386/lib/lib.a
>>--end-group -o vmlinux
>>
>>drivers/block/block.o: In function 'nor_flash_init':
>>
>>drivers/block/block.o(.text.init+0x175): undefined
>>reference to 'devfs_register_blkdev'
>>
>>drivers/block/block.o(.text.init+0x1ac): undefined
>>reference to 'devfs_mk_dir'
>>
>>drivers/block/block.o: In function 'nand_flash_init':
>>
>>drivers/block/block.o(.text.init+0x2d0): undefined
>>reference to 'devfs_register_blkdev'
>>
>>drivers/block/block.o(.text.init+0x2fb): undefined
>>reference to 'devfs_mk_dir'
>>
>>make: *** [vmlinux] Error 1
[
Next Thread |
Previous Thread |
Next Message |
Previous Message
]
| |