silviov / TCP-LEDBAT

Kernel module which implemets the LEDBAT congestion control ontop of TCP
http://perso.telecom-paristech.fr/~drossi/index.php?n=Software.LEDBAT
24 stars 22 forks source link

Error messages with input make #14

Open bitcoinmeetups opened 2 years ago

bitcoinmeetups commented 2 years ago

Hello,

I'm MB. A very nice and polite guy.

These are the error messages I get after inputting make:

make -C /lib/modules/5.15.32-v8+/build M=/home/pi/TCP-LEDBAT/src modules make[1]: /lib/modules/5.15.32-v8+/build: No such file or directory. Stop. make: [Makefile:6: default] Error 2

dtaht commented 2 years ago

You need to install the kernel headers for your os.

bitcoinmeetups commented 1 year ago

I did that but I still get the same error message.