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

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: modules install path


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


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