hi, i try to compile kernel for linux.
i use arm-linux-ts72xx.pdf section 6 for guide.
for crosstools, i use a gcc-3.3.4-glibc-2.3.2 combination.
i execute the steps indicated:
$make ts7200_config
ok
$make oldconfig
ok
..Generally, the next compilation steps include dependencies
processing, kernel image creation and kernel modules compilation:
$make dep
ok
$make vmlinux
ok...
$make modules INSTALL_MOD_PATH=/lib/modules
instead of this, i use another INSTALL_MOD_PATH on linux24/modules, to
not bother my /lib path.
The last step is modules installation:
$make modules_install
then i encounter this command try to install on /lib/modules... so
again i use that:
$make modules_install INSTALL_MOD_PATH=$MYPATH/modules
after a while i obtained the follow error:
if [ -r System.map ]; then /sbin/depmod -ae -F System.map -b modules
-r 2.4.26-ts11; fi
Version requires old depmod, but couldn't run /sbin/depmod.old: No
such file or directory
make: *** [_modinst_post] Error 2
ok, that's it i cannot forward after this, i don't know what means.
any suggestions?
thanks.
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|