I installed RTAI 3.1 on top of linux-2.6.7 (core 2). latency test work fine. Then tried to install RTnet-0.7.0. I get compilation errors in Make.(see attached) gcc version is 3.3.3
help is greatly appreciated -Vidhya Vaitheeswaran Center for Astronomical Adaptive Optics Dept of Astronomy Steward observatory University of Arizona ---------------------------------------------------- loopback-rt.c: In function `rt_loopback_open': loopback-rt.c:43: error: `STACK_manager' undeclared (first use in this function)loopback-rt.c:43: error: (Each undeclared identifier is reported only once loopback-rt.c:43: error: for each function it appears in.) loopback-rt.c: At top level: loopback-rt.c:71: warning: `struct rtskb' declared inside parameter list loopback-rt.c:71: warning: its scope is only this definition or declaration, which is probably not what you want loopback-rt.c: In function `rt_loopback_xmit': loopback-rt.c:76: error: `rtos_time_t' undeclared (first use in this function) loopback-rt.c:76: error: syntax error before "time" loopback-rt.c:81: error: dereferencing pointer to incomplete type loopback-rt.c:82: error: `time' undeclared (first use in this function) loopback-rt.c:83: error: dereferencing pointer to incomplete type loopback-rt.c:84: error: dereferencing pointer to incomplete type loopback-rt.c:88: error: dereferencing pointer to incomplete type loopback-rt.c:91: error: dereferencing pointer to incomplete type loopback-rt.c:92: error: dereferencing pointer to incomplete type loopback-rt.c:92: error: dereferencing pointer to incomplete type loopback-rt.c:98: error: dereferencing pointer to incomplete type loopback-rt.c:98: error: `MAX_RT_PROTOCOLS' undeclared (first use in this function) loopback-rt.c:100: error: `rt_packets_lock' undeclared (first use in this function) loopback-rt.c:102: error: `rt_packets' undeclared (first use in this function) loopback-rt.c:104: error: dereferencing pointer to incomplete type loopback-rt.c:104: error: dereferencing pointer to incomplete type loopback-rt.c:105: error: dereferencing pointer to incomplete type loopback-rt.c:108: error: dereferencing pointer to incomplete type loopback-rt.c:111: error: dereferencing pointer to incomplete type loopback-rt.c: In function `loopback_init': loopback-rt.c:137: warning: assignment makes pointer from integer without a castloopback-rt.c:138: error: `ENODEV' undeclared (first use in this function) loopback-rt.c:140: error: `RTDEV_manager' undeclared (first use in this function) loopback-rt.c:143: error: dereferencing pointer to incomplete type loopback-rt.c:145: error: dereferencing pointer to incomplete type loopback-rt.c:145: error: `RTDEV_VERS_2_0' undeclared (first use in this function) loopback-rt.c:146: error: dereferencing pointer to incomplete type loopback-rt.c:147: error: dereferencing pointer to incomplete type loopback-rt.c:148: error: dereferencing pointer to incomplete type loopback-rt.c:149: error: dereferencing pointer to incomplete type loopback-rt.c:150: error: dereferencing pointer to incomplete type loopback-rt.c:151: error: dereferencing pointer to incomplete type loopback-rt.c:151: error: `RTNETIF_F_NON_EXCLUSIVE_XMIT' undeclared (first use in this function) make[2]: *** [loopback-rt.o] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 --------------------------------- ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ RTnet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/rtnet-users

