Subject: Re: Current kernel won't link
To: Markus Baeurle <emw4maba@gp.fht-esslingen.de>
From: Mark Brinicombe <amb@causality.com>
List: port-arm32
Date: 07/06/1998 00:28:41
On Sun, 5 Jul 1998, Markus Baeurle wrote:
> Hi everybody, especially the kernel gurus!
>
> Building a current kernel doesn't work any more:
> ..
> iomd_io.o: Undefined symbol `_iomd_bs_map' referenced from data segment
> iomd_io.o: Undefined symbol `_iomd_bs_unmap' referenced from data segment
> iomd_io.o: Undefined symbol `_iomd_bs_subregion' referenced from data segment
> iomd_io.o: Undefined symbol `_iomd_bs_alloc' referenced from data segment
> iomd_io.o: Undefined symbol `_iomd_bs_free' referenced from data segment
> iomd_io.o: Undefined symbol `_iomd_bs_barrier' referenced from data segment
> *** Error code 1
>
> Maybe Jason Thorpe's changes recently were incomplete? I got this problem
> the first time after he did them.
> I can't find these symbols anywhere else in the /sys/arch/arm32 branch.
> I already forced sup to update it completely.
Hi,
Yep there were a few functions that got missing in the name space
cleanup. I've fix then now.
Cheers,
Mark