Skip to content

Instantly share code, notes, and snippets.

Created October 4, 2017 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/09b14e69e2f51d45f9061c65c977c004 to your computer and use it in GitHub Desktop.
Save anonymous/09b14e69e2f51d45f9061c65c977c004 to your computer and use it in GitHub Desktop.
make
make[1]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic'
CC [M] /home/administrator/ixgbe-5.1.3/src/ixgbe_main.o
/home/administrator/ixgbe-5.1.3/src/ixgbe_main.c: In function ‘ixgbe_select_queue’:
/home/administrator/ixgbe-5.1.3/src/ixgbe_main.c:9117:3: error: implicit declaration of function ‘__netdev_pick_tx’ [-Werror=implicit-function-declaration]
return __netdev_pick_tx(dev, skb);
^
/home/administrator/ixgbe-5.1.3/src/ixgbe_main.c: At top level:
/home/administrator/ixgbe-5.1.3/src/ixgbe_main.c:10175:2: warning: initialization from incompatible pointer type [enabled by default]
.ndo_select_queue = ixgbe_select_queue,
^
/home/administrator/ixgbe-5.1.3/src/ixgbe_main.c:10175:2: warning: (near initialization for ‘ixgbe_netdev_ops.ndo_select_queue’) [enabled by default]
cc1: some warnings being treated as errors
make[2]: *** [/home/administrator/ixgbe-5.1.3/src/ixgbe_main.o] Error 1
make[1]: *** [_module_/home/administrator/ixgbe-5.1.3/src] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
make: *** [default] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment