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 build on retropie (4.4.13-v7+) #41

Open
Jeroen-R opened this issue Aug 11, 2016 · 3 comments
Open

Unable to build on retropie (4.4.13-v7+) #41

Jeroen-R opened this issue Aug 11, 2016 · 3 comments

Comments

@Jeroen-R
Copy link

Executing install.sh results in an error on the following line:

wget http://www.niksula.hut.fi/~mhiienka/Rpi/linux-headers-rpi/linux-headers-uname -r_uname -r-2_armhf.deb

This is basically because http://www.niksula.hut.fi/~mhiienka/Rpi/linux-headers-rpi/linux-headers-4.4.13-v7+_4.4.13-v7+-2_armhf.deb does not exist.

I was able to make it work by replacing that line with the following:

sudo apt-get install raspberrypi-kernel-headers

I have no idea about how this change will affect other Linux versions, but it is worth considering implementing this change.

@Pinuct
Copy link
Contributor

Pinuct commented Aug 12, 2016

Is implemented in #39

@Jeroen-R
Copy link
Author

Unless I am mistaken (new to github) that updates the readme, but not the install.sh file.

@Pinuct
Copy link
Contributor

Pinuct commented Aug 14, 2016

You are right, it is not in the install.sh. But there are some problems with newer kernel versions (4.4.15-v7+) #40 and using that command don't solve it.

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

2 participants