Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to compile the tools in Raspberry Pi #20

Open
urbi001 opened this issue Jun 4, 2018 · 0 comments
Open

Unable to compile the tools in Raspberry Pi #20

urbi001 opened this issue Jun 4, 2018 · 0 comments

Comments

@urbi001
Copy link

urbi001 commented Jun 4, 2018

The current kernel version in my Raspberry Pi is: 4.14.44-v7+.
When I tried to execute:
sudo apt-get install linux-headers-$(uname -r)
==> E: Unable to locate package linux-headers-4.14.44-v7
So, I have updated the firmware using:
$sudo rpi-update
$sudo reboot
Then I search for available linux-headers and linux-image through:
$apt update
$apt-cache search linux-headers
==> raspberrypi-kernel-headers - Header files for the Raspberry Pi Linux Kernel
$ sudo apt-get install raspberrypi-kernel-headers
$apt-cache search linux-image
==> raspberrypi-kernel - Raspberry Pi Bootloader
$ sudo apt-get install raspberrypi-kernel

After this, when I try to execute make defconfig-ath9k-debug,
It is showing: your kernel headers are incomplete/ not installed. Please install kernel headers.
Could you please help me in this regard?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant