Giudici, Marina schrieb:

Hello, I'm trying to install RTNet 0.6.0. I'm using rtai3.0 with linux
2.4.20 patched rthal. Everything is ok when I run "configure" and "make",
but when I do "make install" I have the following errors: /bin/sh ../config/autoconf/mkinstalldirs /usr/src/rtnet//include
/usr/bin/install -c -m 644 rtnet_config.h
/usr/src/rtnet//include/rtnet_config.h
/usr/bin/install: `rtnet_config.h' e
`/usr/src/rtnet//include/rtnet_config.h' sono lo stesso file

I don't speak Italian, but according to a translator webservice, it seems that you are trying to install RTnet into its source directory - please specifiy an independent folder instead.


make[2]: *** [install-data-local] Error 1
make[2]: Leaving directory `/usr/src/rtnet/include'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/usr/src/rtnet/include'
make: *** [install-recursive] Error 1
How can I have RTNet installed properly?
What does it mean that the network device which shall become part of the
RT-network must not be compiled into the kernel? Do I have to recompile my
kernel before installing RTNet?

If the Linux NIC driver is already part of the kernel, yes!


I tried to test RTNet even if make install ended with an error, so I shut
down my network device and did everything I read in the README:
ifconfig eth0 down
insomd rtnet.o (rtai modules where already loaded)
rtifconfig rteth0 up ...

You forgot to load a realtime NIC driver (something with a "-rt" postfix) before running rtifconfig.


Jan


------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ RTnet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to