--- In "ld_ts7200" <> wrote:
>
> Hi Everyone,
>
> Could somebody please help with a compiling problem?
>
> I'm trying to produce a new Kernel and modules file with Cygwin. I've
> successfully build the Kernel, but when I try make modules_install I
> eventually get the following error:
>
> cd /lib/modules/2.4.26-vrs1-cirrus-1-2-1-ts8; \
> mkdir -p pcmcia; \
> find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{}
> pcmcia
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map
> 2.4.26-vrs1-cirrus-1-
> 2-1-ts8; fi
> /bin/sh: /sbin/depmod: No such file or directory
> make: *** [_modinst_post] Error 127
You don't have depmod to build the modules.dep files on Cygwin. That's
usually OK. Just make a new /lib/modules/2.4.26-vrs1-cirrus-1-2-1-ts8
on your ts72xx (move the old module directory out of the way), and
copy the new modules there. If you are using the Debian system, its
bootscripts will run depmod the next time you boot (though some
modules may fail to load before it happens). Otherwise, you must be
able to run the depmod command manually after you copy the modules over.
Derek Dolney
Micromeritics Instrument Corp.
>
> I'm using the following commands:
>
> make ts7200_config
> make oldconfig
> make menuconfig (one alterations made)
> make dep
> make zImage
> make modules
> INSTALL_MOD_PATH=`pwd`/modules
> make modules_install
>
> Any ideas?
>
> Regards,
>
> Lee
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/CFFolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|