-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hi,
release 5.22.25 do not compile as is:
╭─jenfi@box ~/WORK/git/ethernet-linux-ixgbe/src
╰─➤make
make[1]: Entering directory '/usr/src/kernel-headers-6.12.1_1'
CC [M] /home/jenfi/WORK/git/ethernet-linux-ixgbe/src/ixgbe_main.o
In file included from /home/jenfi/WORK/git/ethernet-linux-ixgbe/src/ixgbe_dcb.h:7,
from /home/jenfi/WORK/git/ethernet-linux-ixgbe/src/ixgbe.h:24,
from /home/jenfi/WORK/git/ethernet-linux-ixgbe/src/ixgbe_main.c:31:
/home/jenfi/WORK/git/ethernet-linux-ixgbe/src/ixgbe_type.h:46:10: fatal error: ixgbe_type_e610.h: No such file or directory
46 | #include "ixgbe_type_e610.h"
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [scripts/Makefile.build:229: /home/jenfi/WORK/git/ethernet-linux-ixgbe/src/ixgbe_main.o] Error 1
make[2]: *** [/usr/src/kernel-headers-6.12.1_1/Makefile:1936: /home/jenfi/WORK/git/ethernet-linux-ixgbe/src] Error 2
make[1]: *** [Makefile:224: __sub-make] Error 2
make[1]: Leaving directory '/usr/src/kernel-headers-6.12.1_1'
make: *** [Makefile:107: default] Error 2
Despite that SUM file seem to have it:
╭─jenfi@box ~/WORK/git/ethernet-linux-ixgbe
╰─➤git grep ixgbe_type_e610
SUMS:56003 86 ixgbe-5.22.25/src/ixgbe_type_e610.h
src/ixgbe_type.h:#include "ixgbe_type_e610.h"
This file do not seem to exist
╭─jenfi@box ~/WORK/git/ethernet-linux-ixgbe
╰─➤find . -iname ixgbe_type_e610.h
╭─jenfi@box ~/WORK/git/ethernet-linux-ixgbe
╰─➤
Am i missing something?
GermanAizek
Metadata
Metadata
Assignees
Labels
No labels