06-18-2016, 07:21 PM
(This post was last modified: 06-18-2016, 07:25 PM by MarkHaysHarris777.)
(06-18-2016, 04:57 PM)xalius Wrote:(06-18-2016, 04:34 PM)respawned Wrote: I am getting an error when trying to install the GPIO Python module:
unable to execute 'aarch64-linux-gnu-gcc': No such file or directory
Hi, you are missing the GCC compiler. I havent used OpenHAB so I dont know what Linux distro it is based on to help you further, but if you want to join us in the Pine64 IRC we can maybe figure it out... http://uk.pine64.xyz:9090/?channels=Pine...MTE9MjE131
Yes. The Ubuntu distribution is missing the gcc compiler also ...
sudo apt-get install gcc
(for OpenHAB, not so sure)
I am noticing an annoying anomally using the RPi.GPIO module from github; after a boot-up (the first time the GPIO gets used) I get the warning that the channel is already in use! All 'channels' should default to off, or quiesced, or whatever... but not in use. The module works, at least for input and output, and after I exit with a proper cleanup then everything is good after that.
Maybe there is a config option, or a startup option that could initialize the GPIO for first use?
marcus