Maybe but does it compile correctly if you don't specify -pae? I don't think we test for that config option anymore and I'm pretty sure a generic 3.2 kernel will compile the driver correctly it's probably something like this.
Cheers, John > -----Original Message----- > From: Lauper Alexander [mailto:[email protected]] > Sent: Thursday, January 30, 2014 5:09 AM > To: [email protected] > Subject: [E1000-devel] igb-5.1.2 compilation fails > > Hello, > > I tried to compile igb driver version 5.1.2 on Debian 7.3: > > # uname -a > Linux cu3 3.2.0-4-686-pae #1 SMP Debian 3.2.51-1 i686 GNU/Linux > > > Got the following output: > > # make > make -C /lib/modules/3.2.0-4-686-pae/build SUBDIRS=/root/igb-5.1.2/src > modules > make[1]: Entering directory `/usr/src/linux-headers-3.2.0-4-686-pae' > CC [M] /root/igb-5.1.2/src/igb_main.o > CC [M] /root/igb-5.1.2/src/e1000_82575.o > CC [M] /root/igb-5.1.2/src/e1000_i210.o > CC [M] /root/igb-5.1.2/src/e1000_mac.o > CC [M] /root/igb-5.1.2/src/e1000_nvm.o > CC [M] /root/igb-5.1.2/src/e1000_phy.o > CC [M] /root/igb-5.1.2/src/e1000_manage.o > CC [M] /root/igb-5.1.2/src/igb_param.o > CC [M] /root/igb-5.1.2/src/igb_ethtool.o > /root/igb-5.1.2/src/igb_ethtool.c:3060:2: error: unknown field > âget_rxfh_indir_sizeâ specified in initializer > /root/igb-5.1.2/src/igb_ethtool.c:3061:2: warning: initialization from > incompatible pointer type [enabled by default] > /root/igb-5.1.2/src/igb_ethtool.c:3061:2: warning: (near initialization > for âigb_ethtool_ops.get_rxfh_indirâ) [enabled by default] > /root/igb-5.1.2/src/igb_ethtool.c:3064:2: warning: initialization from > incompatible pointer type [enabled by default] > /root/igb-5.1.2/src/igb_ethtool.c:3064:2: warning: (near initialization > for âigb_ethtool_ops.set_rxfh_indirâ) [enabled by default] > make[4]: *** [/root/igb-5.1.2/src/igb_ethtool.o] Error 1 > make[3]: *** [_module_/root/igb-5.1.2/src] Error 2 > make[2]: *** [sub-make] Error 2 > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-4-686-pae' > make: *** [default] Error 2 > > > Is the ethtool outdated (version 3.4.2)? Debian stable does not provide > a more recent one ... > > Kind regards, > Alexander Lauper > > > ----------------------------------------------------------------------- > ------- > WatchGuard Dimension instantly turns raw network data into actionable > security intelligence. It gives you real-time visual feedback on key > security issues and trends. Skip the complicated setup - simply import > a virtual appliance and go from zero to informed in seconds. > http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.c > lktrk > _______________________________________________ > E1000-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/e1000-devel > To learn more about Intel® Ethernet, visit > http://communities.intel.com/community/wired ------------------------------------------------------------------------------ WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends. Skip the complicated setup - simply import a virtual appliance and go from zero to informed in seconds. http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk _______________________________________________ E1000-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/e1000-devel To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired
