I use Linux kernel 2.4.30. I just try to make ipvs in kernel source code.
Just like this
================================================
[root@koaho-s3 ipvs]# pwd
/usr/src/linux/net/ipv4/ipvs
[root@koaho-s3 ipvs]# make all
Makefile:40: /Rules.make: No such file or directory
make: *** No rule to make target `/Rules.make'. Stop.
[root@koaho-s3 ipvs]# make
Makefile:40: /Rules.make: No such file or directory
make: *** No rule to make target `/Rules.make'. Stop.
================================================
If I use cc or gcc to compile a single algorithm file, it will show a lot
of error. I don't want to rebuild whole linux kernel file because it need
a lot of time. I know this question is some kind of stupid, but please
tell me what I can do. Thanks a lot.
On 6/24/05, Joseph Mack NA3T <jmack@xxxxxxxx> wrote:
> On Fri, 24 Jun 2005, Tseng-Jen Chuang wrote:
>
> > I'm a new beginner in LVS. I didn't make all schedulers in LVS at first
> > time.
> > I want to try more schedulers in LVS. May I just compile a single
> > scheduler module and make it work?
>
> the Makefile makes them all. You only need load one onto your disk
>
> Joe
> --
> jmack (at) wm7d (dot) net - azimuthal equidistant map
> generator at http://www.wm7d.net/azproj.shtml
> Homepage http://www.austintek.com/ It's GNU/Linux!
>
|