Closed fernandodiacenco closed 3 years ago
It's failing because it's setup to execute on NixOS, which is a bit odd compared to most distros. Changing which lines are commented in the Makefile to the first line (i.e. make -C "/lib/modules/4.19.0-16-amd64/build" M=/root/tcp_davis modules
)
and commenting the other lines should fix your issue. I just pushed a change that makes this the default.
Thank you
It compiles correctly on kernel 5.4.x and newer, tested on Debian 10 with those kernels
But it will not compile on a kernel earlier than 5.4.x, so if anybody else is having problems: update your kernel
At the time of this writing both 5.4.x and 5.10.x are longterm kernels.
Hi there,
Try as I might I am not able to compile tcp_davis on Debian 10 Kernel 4.19.x, it returns the following error:
Should I be using a different Kernel version or something? I don't know what i'm doing wrong
Thanks.