-
Notifications
You must be signed in to change notification settings - Fork 59
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 execute 'arm-linux-gnueabihf-gcc': No such file or directory #42
Comments
Hello, I think you should install gcc-multilib. On Fri, Oct 28, 2016 at 12:35 AM, RooHoo33 notifications@github.com wrote:
|
When I type |
I have the same issue with the Pie 3 running retropie. Apparently gcc-multilib is not in the repos. Edit: The script seems to run well with python3
|
The error is not that arm-linux-gnueabihf-gcc is missing but that "Python.h" is missing. |
I had the same, you need: |
fixed it for me on DietPi RPi ARMv6 Bullseye, install guide needs updating, cheers |
I run
sudo
python setup.py installand it comes back with the error
unable to execute 'arm-linux-gnueabihf-gcc': No such file or directory`Here is the full log: SteamController.txt
I am using a raspberry pi 3
Thanks
The text was updated successfully, but these errors were encountered: