i'm trying to upgrade my 2.4.x to 2.6.x ( on slackware 10.0)
i've experience of compiling 2.4.x to 2.4.x.
so the final steps were..........
make bzImage
make modules
make modules_install ( now here its showing error )
last lines of "make modules"
.........
LD [M] net/sched/sch_prio.ko
CC net/sched/sch_red.mod.o
LD [M] net/sched/sch_red.ko
CC net/sched/sch_sfq.mod.o
LD [M] net/sched/sch_sfq.ko
CC net/sched/sch_tbf.mod.o
LD [M] net/sched/sch_tbf.ko
CC net/sched/sch_teql.mod.o
LD [M] net/sched/sch_teql.ko
CC net/sunrpc/sunrpc.mod.o
LD [M] net/sunrpc/sunrpc.ko
CC sound/soundcore.mod.o
LD [M] sound/soundcore.ko
root@bond:/usr/src/linux# make modules_install
ln: when making multiple links, last argument must be a directory
make: *** [_modinst_] Error 1
...............
i used the "config" from the second cd of slackware 10.0.
inside somewhere in "testing" folder.
A person asked me this
Code:
Did you upgrade your module-init-tools? It's necessary if you go from 2.4 to 2.6
the version for it is :
Code:
root@bond:/home/bond# depmod -V module-init-tools 3.0 root@bond:/home/bond#
so i don't think i need to upgrade it.....
now experimently i tried to upgrade witheut loading any "config"
everything worked fine in that case...
so what could be the problem.........any problem with that "config"???
if required......i can post that "config" too.
regards