-
-
Save major/3c0bf47d4ef6a32fbe0d to your computer and use it in GitHub Desktop.
ixgbe fails on 3.17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# make | |
make -C /lib/modules/3.17.0-301.fc21.x86_64/build SUBDIRS=/root/ixgbe-3.22.3/src modules | |
make[1]: Entering directory '/usr/src/kernels/3.17.0-301.fc21.x86_64' | |
CC [M] /root/ixgbe-3.22.3/src/ixgbe_main.o | |
CC [M] /root/ixgbe-3.22.3/src/ixgbe_common.o | |
CC [M] /root/ixgbe-3.22.3/src/ixgbe_api.o | |
CC [M] /root/ixgbe-3.22.3/src/ixgbe_param.o | |
CC [M] /root/ixgbe-3.22.3/src/ixgbe_lib.o | |
CC [M] /root/ixgbe-3.22.3/src/ixgbe_ethtool.o | |
/root/ixgbe-3.22.3/src/ixgbe_ethtool.c: In function ‘ixgbe_update_ethtool_fdir_entry’: | |
/root/ixgbe-3.22.3/src/ixgbe_ethtool.c:2884:3: error: implicit declaration of function ‘hlist_add_after’ [-Werror=implicit-function-declaration] | |
hlist_add_after(parent, &input->fdir_node); | |
^ | |
cc1: some warnings being treated as errors | |
scripts/Makefile.build:257: recipe for target '/root/ixgbe-3.22.3/src/ixgbe_ethtool.o' failed | |
make[2]: *** [/root/ixgbe-3.22.3/src/ixgbe_ethtool.o] Error 1 | |
Makefile:1373: recipe for target '_module_/root/ixgbe-3.22.3/src' failed | |
make[1]: *** [_module_/root/ixgbe-3.22.3/src] Error 2 | |
make[1]: Leaving directory '/usr/src/kernels/3.17.0-301.fc21.x86_64' | |
Makefile:284: recipe for target 'default' failed | |
make: *** [default] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment