Re: 2.4.6 PCMCIA NET modular build breakage

2001-07-07 Thread Russell King
On Sat, Jul 07, 2001 at 06:30:33PM +0400, Oleg Drokin wrote: > Hmm > (examining Makefile...) > I see. So there cannot be usual targets before including Rules.make, > and my copy of the tree have these. And if I move them after inclusion, > everything builds just fine. > Perhaps it should be

Re: 2.4.6 PCMCIA NET modular build breakage

2001-07-07 Thread Jeff Garzik
Oleg Drokin wrote: > 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

Re: 2.4.6 PCMCIA NET modular build breakage

2001-07-07 Thread Oleg Drokin
Hello! >> Seems like its something that appeared between 2.4.5 and 2.4.6. Anyone >> know the correct fix, other than reversing the change? KG> It should be fine. It is not. >> Since all net cards are modules, object list for pcmcia_net.o is empty and >> kernel can't be linked. KG> Could you

Re: 2.4.6 PCMCIA NET modular build breakage

2001-07-07 Thread Oleg Drokin
Hello! >> Seems like its something that appeared between 2.4.5 and 2.4.6. Anyone >> know the correct fix, other than reversing the change? AC> I build with all pcmcia network drivers modular on my test builds, what AC> am I missing here ? Well. As you might have noticed - this is build for

Re: 2.4.6 PCMCIA NET modular build breakage

2001-07-07 Thread Kai Germaschewski
On Sat, 7 Jul 2001, Russell King wrote: > Seems like its something that appeared between 2.4.5 and 2.4.6. Anyone > know the correct fix, other than reversing the change? It should be fine. > Since all net cards are modules, object list for pcmcia_net.o is empty and > kernel can't be linked.

Re: 2.4.6 PCMCIA NET modular build breakage

2001-07-07 Thread Alan Cox
> Seems like its something that appeared between 2.4.5 and 2.4.6. Anyone > know the correct fix, other than reversing the change? I build with all pcmcia network drivers modular on my test builds, what am I missing here ? - To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: 2.4.6 PCMCIA NET modular build breakage

2001-07-07 Thread Kai Germaschewski
On Sat, 7 Jul 2001, Russell King wrote: Seems like its something that appeared between 2.4.5 and 2.4.6. Anyone know the correct fix, other than reversing the change? It should be fine. Since all net cards are modules, object list for pcmcia_net.o is empty and kernel can't be linked.

Re: 2.4.6 PCMCIA NET modular build breakage

2001-07-07 Thread Jeff Garzik
Oleg Drokin wrote: 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

Re: 2.4.6 PCMCIA NET modular build breakage

2001-07-07 Thread Russell King
On Sat, Jul 07, 2001 at 06:30:33PM +0400, Oleg Drokin wrote: Hmm (examining Makefile...) I see. So there cannot be usual targets before including Rules.make, and my copy of the tree have these. And if I move them after inclusion, everything builds just fine. Perhaps it should be

Re: 2.4.6 PCMCIA NET modular build breakage

2001-07-07 Thread Alan Cox
Seems like its something that appeared between 2.4.5 and 2.4.6. Anyone know the correct fix, other than reversing the change? I build with all pcmcia network drivers modular on my test builds, what am I missing here ? - To unsubscribe from this list: send the line unsubscribe linux-kernel in

Re: 2.4.6 PCMCIA NET modular build breakage

2001-07-07 Thread Oleg Drokin
Hello! Seems like its something that appeared between 2.4.5 and 2.4.6. Anyone know the correct fix, other than reversing the change? AC I build with all pcmcia network drivers modular on my test builds, what AC am I missing here ? Well. As you might have noticed - this is build for StrongArm

Re: 2.4.6 PCMCIA NET modular build breakage

2001-07-07 Thread Oleg Drokin
Hello! Seems like its something that appeared between 2.4.5 and 2.4.6. Anyone know the correct fix, other than reversing the change? KG It should be fine. It is not. Since all net cards are modules, object list for pcmcia_net.o is empty and kernel can't be linked. KG Could you reproduce