-
Notifications
You must be signed in to change notification settings - Fork 112
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
Installing python-evdev on arduino yun - fhonour-copts error #34
Comments
Hello @victorAtreides, A few months ago another person was also interested in building python-evdev on the Arduino Yun. I made an ipkg file (a package which you can install using openwrt's package manager - opkg) for him and also submitted it for inclusion in the Arduino Yun package tree. Here is his StackOverflow question for reference. You could try downloading the prebuilt package from here (sorry, sharing it on dropbox is all I could think of at the moment) and installing with: $ opkg update
$ opkg install /path/to/python-evdev_0.4.7-1_ar71xx.ipk Please let me know if this works for you. If not, we could troubleshoot the compilation issue more thoroughly. Best regards, |
Hi Gregory: I was able to install the ev-dev package on my YUN!! Thanks a lot for your valuable contribution. From: Georgi Valkov [notifications@github.com] Hello @VictorAtreideshttps://github.com/VictorAtreides, A few months ago another person was also interested in building python-evdev on the Arduino Yun. I made an ipkg file (a package which you can install using openwrt's package manager - opkg) for him and also submitted it for inclusion in the Arduino Yun package treehttps://github.com/arduino/openwrt-packages-yun/pull/25. Herehttp://stackoverflow.com/questions/27868339/python-evdev-binding-for-openwrt is his StackOverflow question for reference. You could try downloading the prebuilt package from herehttps://www.dropbox.com/s/ce44jh9udlubq01/python-evdev_0.4.7-1_ar71xx.ipk?dl=0 (sorry, sharing it on dropbox is all I could think of at the moment) and installing with: $ opkg update Please let me know if this works for you. If not, we could troubleshoot the compilation issue more thoroughly. Best regards, — |
Hi:
I am trying to install python-evdev on my arduino yun using "./setup.py install". I get the following error: Any suggestion will be appreciated (bear in mind that I am a newbie).
The text was updated successfully, but these errors were encountered: