All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vincent Hanquez <tab@tuxfamily.org>
To: Mauricio Pretto <pretto@interage.com.br>
Cc: Lista Kernel <linux-kernel@vger.kernel.org>
Subject: Re: 2.4.19-pre4-ac2
Date: Mon, 26 Aug 2002 16:22:03 +0200	[thread overview]
Message-ID: <20020826142203.GA30310@darwin.crans.org> (raw)
In-Reply-To: <3D6A1476.4080004@interage.com.br>

On Mon, Aug 26, 2002 at 08:43:50AM -0300, Mauricio Pretto wrote:
> Error at make bzImage with pre4-ac2 patch :
> My .config goes attached
> 
> make -C ide
> make[2]: Entrando no diretório `/usr/src/linux-2.4.19/drivers/ide'
> make all_targets
> make[3]: Entrando no diretório `/usr/src/linux-2.4.19/drivers/ide'
> rm -f idedriver.o
> 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-cd.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: Arquivo ou diretório não encontrado
> make[3]: ** [idedriver.o] Erro 1
> make[3]: Saindo do diretório `/usr/src/linux-2.4.19/drivers/ide'
> make[2]: ** [first_rule] Erro 2
> make[2]: Saindo do diretório `/usr/src/linux-2.4.19/drivers/ide'
> make[1]: ** [_subdir_ide] Erro 2
> make[1]: Saindo do diretório `/usr/src/linux-2.4.19/drivers'
> make: ** [_dir_drivers] Erro 2

Here Alan Cox answer on this known problem.

-- 
Tab

--- 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


      parent reply	other threads:[~2002-08-26 14:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-26 11:43 2.4.19-pre4-ac2 Mauricio Pretto
2002-08-26 11:51 ` 2.4.19-pre4-ac2 Mauricio Pretto
2002-08-26 12:17 ` 2.4.19-pre4-ac2 DevilKin
2002-08-26 12:37 ` 2.4.19-pre4-ac2 Stephane Wirtel
2002-08-26 14:22 ` Vincent Hanquez [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020826142203.GA30310@darwin.crans.org \
    --to=tab@tuxfamily.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pretto@interage.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.