modules install path

ng@piments.com ng@piments.com
Sun May 10 15:57:00 GMT 2009


ng@piments.com wrote:
> Hi,
> 
> I'm having trouble finding out how to cross install kernel modules. I'm 
> basically guessing because I can't find it documented anywhere.
> 
> whatever it feed it, it still tries to intall in the host's /lib.
> 
> I can allow this and copy across but I'd like to do it cleanly.
> 
> 
> make modules_install ARCH="arm" \ 
> CROSS_COMPILE="arm-unknown-linux-gnueabi-" PREFIX=/ts/root
> 
> 
> could someone point me in the right direction ?
> 
> TIA.
> 
> 
> 
> -- 
> For unsubscribe information see http://sourceware.org/lists.html#faq
> 
> 
> 

found it :

make modules_install ARCH="arm" \
CROSS_COMPILE="arm-unknown-linux-gnueabi-" INSTALL_MOD_PATH=/ts/root

an arbitrary bit of googling hit on a gentoo guide but where should I 
have been looking for that info.

thx

--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list