linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.4.20-pre4-ac2 does not compile
@ 2002-08-27  7:57 Jean-Luc Coulon
  2002-08-27 10:47 ` Mauricio Pretto
  0 siblings, 1 reply; 2+ messages in thread
From: Jean-Luc Coulon @ 2002-08-27  7:57 UTC (permalink / raw)
  To: linux-kernel

Hi !

ld -m elf_i386  -r -o idedriver.o ide-probe.o ide-geometry.o ide-iops.o
ide-taskfile.o ide.o ide-lib.o ide-disk.o ide-dma.o ide-proc.o
setup-pci.o pci/idedriver-pci.o legacy/idedriver-legacy.o
ppc/idedriver-ppc.o arm/idedriver-arm.o raid/idedriver-raid.o
ld: cannot open pci/idedriver-pci.o: No such file or directory
make[4]: *** [idedriver.o] Erreur 1
make[4]: Leaving directory `/usr/src/linux/drivers/ide'
make[3]: *** [first_rule] Erreur 2
make[3]: Leaving directory `/usr/src/linux/drivers/ide'
make[2]: *** [_subdir_ide] Erreur 2
make[2]: Leaving directory `/usr/src/linux/drivers'
make[1]: *** [_dir_drivers] Erreur 2
make[1]: Leaving directory `/usr/src/linux'
make: *** [stamp-build] Erreur 2

--------
Regards
	Jean-Luc

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.4.20-pre4-ac2 does not compile
  2002-08-27  7:57 2.4.20-pre4-ac2 does not compile Jean-Luc Coulon
@ 2002-08-27 10:47 ` Mauricio Pretto
  0 siblings, 0 replies; 2+ messages in thread
From: Mauricio Pretto @ 2002-08-27 10:47 UTC (permalink / raw)
  To: Jean-Luc Coulon; +Cc: linux-kernel

Hi
Alan send this patch for that problem.

--- drivers/ide/Makefile~       2002-08-26 13:06:26.000000000 +0100
+++ drivers/ide/Makefile        2002-08-26 13:06:26.000000000 +0100
@@ -19,6 +19,9 @@
  obj-m          :=
  ide-obj-y      :=

+subdir-$(CONFIG_BLK_DEV_IDEPCI)        += pci
+subdir-$(CONFIG_BLK_DEV_IDE) += legacy ppc arm raid
+
  obj-$(CONFIG_BLK_DEV_IDE)              += ide-probe.o ide-geometry.o 
ide-iops.o ide-taskfile.o ide.o ide-lib.o
  obj-$(CONFIG_BLK_DEV_IDEDISK)          += ide-disk.o
  obj-$(CONFIG_BLK_DEV_IDECD)            += ide-cd.o


Jean-Luc Coulon wrote:

> Hi !
> 
> ld -m elf_i386  -r -o idedriver.o ide-probe.o ide-geometry.o ide-iops.o
> ide-taskfile.o ide.o ide-lib.o ide-disk.o ide-dma.o ide-proc.o
> setup-pci.o pci/idedriver-pci.o legacy/idedriver-legacy.o
> ppc/idedriver-ppc.o arm/idedriver-arm.o raid/idedriver-raid.o
> ld: cannot open pci/idedriver-pci.o: No such file or directory
> make[4]: *** [idedriver.o] Erreur 1
> make[4]: Leaving directory `/usr/src/linux/drivers/ide'
> make[3]: *** [first_rule] Erreur 2
> make[3]: Leaving directory `/usr/src/linux/drivers/ide'
> make[2]: *** [_subdir_ide] Erreur 2
> make[2]: Leaving directory `/usr/src/linux/drivers'
> make[1]: *** [_dir_drivers] Erreur 2
> make[1]: Leaving directory `/usr/src/linux'
> make: *** [stamp-build] Erreur 2
> 
> --------
> Regards
> 	Jean-Luc
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
> 
> 


-- 
Mauricio Pretto
Gerente de Produtos
Interage Integradora
http://www.interage.com.br

Técnico Certificado Conectiva Linux



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-08-27 10:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-27  7:57 2.4.20-pre4-ac2 does not compile Jean-Luc Coulon
2002-08-27 10:47 ` Mauricio Pretto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).