hartkopp / can-isotp

Linux Kernel Module for ISO 15765-2:2016 CAN transport protocol PLEASE NOTE: This module is part of the mainline Linux kernel since version 5.10
Other
239 stars 69 forks source link

Not able to build for raspberry pi #45

Closed Kallappambk closed 3 years ago

Kallappambk commented 3 years ago

Hello ,

i am trying to build the ISO TP for the R-PI, But i am getting the error like below when I am executing the command : sudo apt-get install build-essential linux-headers-$(uname -r)

kindly help me with this I am really new to this.

pi@raspberrypi:~/can-isotp $ sudo apt-get install build-essential linux-headers-$(uname -r) Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package linux-headers-5.10.17-v7l E: Couldn't find any package by glob 'linux-headers-5.10.17-v7l' E: Couldn't find any package by regex 'linux-headers-5.10.17-v7l'

Hardware Details : R-PI 4 . OS : rasbian deb_buster version

Regards, Kallappa

hartkopp commented 3 years ago

Hi Kallappa,

let me google this for you :-D

https://www.google.de/search?q=+Unable+to+locate+package+linux-headers-5.10.17-v7l

https://www.raspberrypi.org/forums/viewtopic.php?t=210821

https://www.raspberrypi.org/forums/viewtopic.php?t=210821#p1302421

Can you try that?

Thanks, Oliver