linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* depmod.pl fails with "base directory does not match" (2_4_devel)
@ 2005-05-25 11:59 Peter Gehirnforce
  2005-05-25 12:26 ` Alex Zeffertt
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Gehirnforce @ 2005-05-25 11:59 UTC (permalink / raw)
  To: linuxppc-embedded

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="us-ascii", Size: 606 bytes --]

Hi all,

since now I used modules compiled into the kernel for ppc_6xx.
for debugging I'd like to use dynamic loading, but when doing:
make modules_install
the depmod.pl fails with "base directory does not match ..../lib/modules"
As far as I could find out, the modules get copied to the base /lib path,
even with $PATH and $CROSS_COMPILE set correctly (I used compiled modules
successfully).
Whats wrong with my attempt? is there some cross-compile tool to do the job
of depmod.pl?

GM

-- 
5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail
+++ GMX - die erste Adresse für Mail, Message, More +++

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

* Re: depmod.pl fails with "base directory does not match" (2_4_devel)
  2005-05-25 11:59 depmod.pl fails with "base directory does not match" (2_4_devel) Peter Gehirnforce
@ 2005-05-25 12:26 ` Alex Zeffertt
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Zeffertt @ 2005-05-25 12:26 UTC (permalink / raw)
  To: Peter Gehirnforce; +Cc: linuxppc-embedded

Use something like the following:

	make INSTALL_MOD_PATH=/opt/eldk/ppc_6xx modules_install

Where /opt/eldk/ppc_6xx should be replaced with the base of your
target root filesystem.

Alex

On Wed, 25 May 2005 13:59:08 +0200 (MEST)
"Peter Gehirnforce" <Gehirnmann@gmx.de> wrote:

> Hi all,
> 
> since now I used modules compiled into the kernel for ppc_6xx.
> for debugging I'd like to use dynamic loading, but when doing:
> make modules_install
> the depmod.pl fails with "base directory does not match
> ..../lib/modules" As far as I could find out, the modules get copied
> to the base /lib path, even with $PATH and $CROSS_COMPILE set
> correctly (I used compiled modules successfully).
> Whats wrong with my attempt? is there some cross-compile tool to do
> the job of depmod.pl?
> 
> GM
> 
> -- 
> 5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail
> +++ GMX - die erste Adresse f_r Mail, Message, More +++
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded

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

end of thread, other threads:[~2005-05-25 12:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-25 11:59 depmod.pl fails with "base directory does not match" (2_4_devel) Peter Gehirnforce
2005-05-25 12:26 ` Alex Zeffertt

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