steamcontroller
                                
                                 steamcontroller copied to clipboard
                                
                                    steamcontroller copied to clipboard
                            
                            
                            
                        unable to execute 'arm-linux-gnueabihf-gcc': No such file or directory
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
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 .
When I type sudo apt-get install gcc-multilib to install it I get Package 'gcc-multilib' has no installation candidate
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
 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.
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.
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.
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
I had the same, you need:
sudo apt-get install build-essentialSee 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