I checked the output when running "make install". It is different from your output!!
 
[EMAIL PROTECTED] rtnet]# make install
Making install in stack
make[1]: Entering directory `/usr/src/rtnet/stack'
Making install in .
make[2]: Entering directory `/usr/src/rtnet/stack'
make[3]: Entering directory `/usr/src/rtnet/stack'
/usr/src/rtnet/config/autoconf/install-sh -d /usr/local/rtnet/modules
/usr/bin/install -c -m 644 rtnet.o /usr/local/rtnet/modules
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/src/rtnet/stack'
make[2]: Leaving directory `/usr/src/rtnet/stack'
Making install in ipv4
make[2]: Entering directory `/usr/src/rtnet/stack/ipv4'
make[3]: Entering directory `/usr/src/rtnet/stack/ipv4'
/usr/src/rtnet/config/autoconf/install-sh -d /usr/local/rtnet/modules
/usr/bin/install -c -m 644 rtipv4.o /usr/local/rtnet/modules
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/src/rtnet/stack/ipv4'
 
 
I checked that the target folder, "/usr/realtime" have write access
 
Thanks
Bozitaai
 
 
On 4/29/06, Jan Kiszka <[EMAIL PROTECTED]> wrote:
Bozitaai wrote:
> RTAI 3.3 is installed in Kernel 2.4.32, all the test suites are OK
> Then, I started to install RTnet with following procedures
>
> make menuconfig  ==> no error message
> make ==> no error message
> make install ==> no error message, but I can't find any new files /
> directories in /usr/realtime
>

Check your output when running "make install" against this snippet (I'm
installing from /usr/src/rtnet/build to /usr/src/rtnet/bin):

nibbler:/usr/src/rtnet/build# make install
Making install in stack
make[1]: Entering directory `/usr/src/rtnet/build/stack'
Making install in .
make[2]: Entering directory `/usr/src/rtnet/build/stack'
make[3]: Entering directory `/usr/src/rtnet/build/stack'
/usr/src/rtnet/config/autoconf/install-sh -d /usr/src/rtnet/bin/modules
/usr/bin/install -c -m 644 rtnet.o /usr/src/rtnet/bin/modules
make[3]: Für das Ziel »install-data-am« ist nichts zu tun.
make[3]: Leaving directory `/usr/src/rtnet/build/stack'
make[2]: Leaving directory `/usr/src/rtnet/build/stack'
Making install in ipv4
...

BTW, make sure that you have write access to the target folder.

Jan

Reply via email to