This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Need help ...


Hi , 
This is a problem which is driving me insane.
I'm trying to compile the linux kernel 2.2.14 for the arm processor and in the
makefile inside the arch/arm, , there is a bunch of lines saying :

BLOCK_DRIVERS	:= drivers/block/block.a
CDROM_DRIVERS	:= drivers/cdrom/cdrom.a
ifeq ($(CONFIG_FB),y)
CHAR_DRIVERS	:= arch/arm/drivers/char1/char1.a drivers/char/char.a
arch/arm/drivers/char1/char1.a
else
ifeq ($(CONFIG_VGA_CONSOLE),y)
CHAR_DRIVERS	:= arch/arm/drivers/char1/char1.a drivers/char/char.a
arch/arm/drivers/char1/char1.a
else
CHAR_DRIVERS	:= arch/arm/drivers/char/char.a
endif
endif
MISC_DRIVERS	:= drivers/misc/misc.a
NET_DRIVERS	:= drivers/net/net.a
PARIDE_DRIVERS	:= drivers/block/paride/paride.a
PCI_DRIVERS	:= drivers/pci/pci.a
SCSI_DRIVERS	:= drivers/scsi/scsi.a
SOUND_DRIVERS	:= drivers/sound/sound.a
VIDEO_DRIVERS	:= drivers/video/video.a
PNP_DRIVERS	:= drivers/pnp/pnp.a


Now , in the kernel source code distro , there is no directory called
arch/arm/drivers. So make zImage bombs in the middle. 

I've checked  2.2.5-15, 2.2.14, 2.2.13.  Am I missing out some step to be done
?? Or is this a bug ?? 

Please help .

Thanks, 
Kumar


____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]