steamcontroller icon indicating copy to clipboard operation
steamcontroller copied to clipboard

unable to execute 'arm-linux-gnueabihf-gcc': No such file or directory

Open RooHoo33 opened this issue 9 years ago • 7 comments

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

RooHoo33 avatar Oct 27 '16 22:10 RooHoo33

Hello,

I think you should install gcc-multilib.

On Fri, Oct 28, 2016 at 12:35 AM, RooHoo33 [email protected] 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 https://github.com/ynsta/steamcontroller/issues/42, or mute the thread https://github.com/notifications/unsubscribe-auth/AB26C8lBW6NQCv0PpyBbP9FTb7xb8lQGks5q4Sc5gaJpZM4Ki5eD .

ynsta avatar Nov 02 '16 09:11 ynsta

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

RooHoo33 avatar Nov 02 '16 19:11 RooHoo33

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

waspbr avatar Nov 26 '16 14:11 waspbr

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.

btyock avatar Jan 03 '17 13:01 btyock

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.

ynsta avatar Jan 05 '17 09:01 ynsta

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

ReSearchITEng avatar Apr 20 '18 18:04 ReSearchITEng

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

DerfOh avatar Feb 27 '22 04:02 DerfOh