Hi,

mea culpa. There was one scenario I forgot to check before releasing:
building the Ethernet-over-FireWire driver rt_eth1394. This is broken
with RTnet 0.9.1, you have to apply the attached patch to fix it. Put
the patch in the unpacked RTnet source directory, then run in that folder

    patch -p0 -i rtfw-build.patch

After that, you have to (re-)configure RTnet.

Note that RT-FireWire itself only builds against the Xenomai 2.0.x
series at the moment (will likely change soon).

Jan
Index: drivers/GNUmakefile.am
===================================================================
--- drivers/GNUmakefile.am      (revision 935)
+++ drivers/GNUmakefile.am      (working copy)
@@ -26,6 +26,8 @@
        libkernel_smc91111.a \
        libkernel_via-rhine.a
 
+RTEXT_KMOD_CFLAGS += $(RTFW_KMOD_CFLAGS)
+
 libkernel_8139too_a_CPPFLAGS = \
        $(RTEXT_KMOD_CFLAGS) \
        -I$(top_srcdir)/stack/include \
Index: drivers/GNUmakefile.in
===================================================================
--- drivers/GNUmakefile.in      (revision 935)
+++ drivers/GNUmakefile.in      (working copy)
@@ -270,7 +270,7 @@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 RANLIB = @RANLIB@
-RTEXT_KMOD_CFLAGS = @RTEXT_KMOD_CFLAGS@
+RTEXT_KMOD_CFLAGS = @RTEXT_KMOD_CFLAGS@ $(RTFW_KMOD_CFLAGS)
 RTEXT_LIBRARIES = @RTEXT_LIBRARIES@
 RTEXT_USER_CFLAGS = @RTEXT_USER_CFLAGS@
 RTFW_KMOD_CFLAGS = @RTFW_KMOD_CFLAGS@

Reply via email to