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 execute 'arm-linux-gnueabihf-gcc': No such file or directory #42

Open
RooHoo33 opened this issue Oct 27, 2016 · 7 comments
Open

Comments

@RooHoo33
Copy link

I run sudo python setup.py installand it comes back with the errorunable 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

@ynsta
Copy link
Owner

ynsta commented Nov 2, 2016

Hello,

I think you should install gcc-multilib.

On Fri, Oct 28, 2016 at 12:35 AM, RooHoo33 notifications@github.com wrote:

I run sudo python setup.py installand it comes back with the errorunable
to execute 'arm-linux-gnueabihf-gcc': No such file or directory`
Here is the full log: SteamController.txt
https://github.com/ynsta/steamcontroller/files/557174/SteamController.txt

I am using a raspberry pi 3
Thanks


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#42, or mute the thread
https://github.com/notifications/unsubscribe-auth/AB26C8lBW6NQCv0PpyBbP9FTb7xb8lQGks5q4Sc5gaJpZM4Ki5eD
.

@RooHoo33
Copy link
Author

RooHoo33 commented Nov 2, 2016

When I type sudo apt-get install gcc-multilib to install it I get Package 'gcc-multilib' has no installation candidate

@waspbr
Copy link

waspbr commented Nov 26, 2016

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

sudo python3 setup.py install

@btyock
Copy link

btyock commented Jan 3, 2017

pi
I am also getting an error with arm-linux-gnueabihf-gcc as well as a few other things. I tried installing gcc-multilib and running it with python3 and neither are working.

@ynsta
Copy link
Owner

ynsta commented Jan 5, 2017

The error is not that arm-linux-gnueabihf-gcc is missing but that "Python.h" is missing.
You should install python-dev and/or python3-dev or similar packet depending on your GNU/Linux distrib.

@ReSearchITEng
Copy link

ReSearchITEng commented Apr 20, 2018

I had the same, you need:
sudo apt-get install build-essential
See this full section: https://github.com/ReSearchITEng/RPi_matrix_16_keypad/blob/master/README.md#common-installation-section

@DerfOh
Copy link

DerfOh commented Feb 27, 2022

I had the same, you need: sudo apt-get install build-essential See this full section: https://github.com/ReSearchITEng/RPi_matrix_16_keypad/blob/master/README.md#common-installation-section

fixed it for me on DietPi RPi ARMv6 Bullseye, install guide needs updating, cheers

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

6 participants