On Wed, May 27, 2009 at 11:31 PM, Vipul Jain <[email protected]> wrote:
> Hello All,
>
>    I have build linux kernel for embedded platform but I am not able to see
> any thing inside
>    /lib directory after booting with the kernel on the embedded board. I did
> the following:
>
>    make ARCH=arm CROSS_COMPILE=${TARGET}- menuconfig
>    [ configure the linux kernel as per requirements]
>    make
>    make modules
>
>     I do see following messages after doing make modules:
>
>      CHK     include/linux/version.h
>      make[1]: `arch/arm/kernel/asm-offsets.s' is up to date.
>      make[1]: `include/asm-arm/mach-types.h' is up to date.
>      Building modules, stage 2.
>      MODPOST
>
>
> Can any body please kindly tell me how to go about building modules for
> embedded platform.

are you referring to "make modules_install"? this is a step, at least
in x86 arch, to install kernel modules on appropriate place under
/lib/modules/<kernel version>

regards,

Mulyadi.

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to