helo,
can someone help me,
during the kernel compilation i get these mesages.
/data/lart/cross/bin/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 kernel/kernel.o
mm/mm.o fs/fs.o ipc/ipc.o \
fs/filesystems.a \
net/network.a \
drivers/block/block.a drivers/char/char.a drivers/misc/misc.a
drivers/net/net.a drivers/video/video.a arch/arm/special/special.a \
arch/arm/nwfpe/math-emu.a arch/arm/lib/lib.o arch/arm/lib/lib.a
/usr/src/linux/lib/lib.a
/data/lart/cross/lib/gcc-lib/arm-linux/2.95.2/soft-float/libgcc.a \
--end-group \
-o vmlinux
arch/arm/special/special.a(serial.o): In function `rs_read_proc':
serial.o(.text+0x377c): multiple definition of `rs_read_proc'
drivers/char/char.a(serial_sa1100.o)(.text+0x2c14): first defined here
/data/lart/cross/bin/arm-linux-ld: Warning: size of symbol
`rs_read_proc' changed from 664 to 896 in serial.o
init/main.o(.data.init+0xc4): undefined reference to `kbd_reset_setup'
drivers/char/char.a(sysrq.o): In function `handle_sysrq':
sysrq.o(.text+0x35c): undefined reference to `fg_console'
drivers/char/char.a(tty_io.o): In function `tty_open':
tty_io.o(.text+0x1e20): undefined reference to `fg_console'
drivers/char/char.a(tty_io.o): In function `tty_ioctl':
tty_io.o(.text+0x2f38): undefined reference to `tioclinux'
tty_io.o(.text+0x2f38): relocation truncated to fit: R_ARM_PC24
tioclinux
drivers/char/char.a(tty_io.o): In function `console_init':
tty_io.o(.text+0x36ac): undefined reference to `con_init'
tty_io.o(.text+0x36ac): relocation truncated to fit: R_ARM_PC24 con_init
drivers/char/char.a(tty_io.o): In function `tty_init':
tty_io.o(.text+0x37ec): undefined reference to `kbd_init'
tty_io.o(.text+0x37ec): relocation truncated to fit: R_ARM_PC24 kbd_init
drivers/char/char.a(vt.o): In function `vt_ioctl':
vt.o(.text+0x38): undefined reference to `vc_cons_allocated'
vt.o(.text+0x38): relocation truncated to fit: R_ARM_PC24
vc_cons_allocated
vt.o(.text+0x408): undefined reference to `unblank_screen'
............. snip
vt.o(.text+0x20f0): undefined reference to `vc_cons_allocated'
vt.o(.text+0x20f0): relocation truncated to fit: R_ARM_PC24
vc_cons_allocated
vt.o(.text+0x2168): undefined reference to `fg_console'
drivers/char/char.a(vc_screen.o): In function `vcs_size':
vc_screen.o(.text+0x30): undefined reference to `vc_cons_allocated'
vc_screen.o(.text+0x30): relocation truncated to fit: R_ARM_PC24
vc_cons_allocated
vc_screen.o(.text+0x70): undefined reference to `fg_console'
............... snip
drivers/char/char.a(vc_screen.o): In function `vcs_open':
vc_screen.o(.text+0xc50): undefined reference to `vc_cons_allocated'
vc_screen.o(.text+0xc50): relocation truncated to fit: R_ARM_PC24
vc_cons_allocated
drivers/char/char.a(consolemap.o): In function `update_user_maps':
consolemap.o(.text+0x138): undefined reference to `vc_cons_allocated'
............... snip
selection.o(.text+0x910): undefined reference to `vc_cons'
drivers/char/char.a(selection.o): In function `paste_selection':
selection.o(.text+0x94c): undefined reference to `poke_blanked_console'
selection.o(.text+0x94c): relocation truncated to fit: R_ARM_PC24
poke_blanked_console
make: *** [vmlinux] Error 1
can someone tell me what is going wrong ?
Thanks
Daven Baptist
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++ Please use [EMAIL PROTECTED] for ++
++ kernel-related discussions. ++