xpertsavenue / WiringOP-Zero

WiringPi / WiringOP libary for the Orange Pi Zero with 26 pin GPIO header
GNU Lesser General Public License v3.0
173 stars 82 forks source link

Requirements for Armbian Bionic Minimal #26

Open pmar146 opened 4 years ago

pmar146 commented 4 years ago

HI All, I can only find an Arabian Bionic Minimal image. What other requirements are needed to make WiringOP-Zero to work?

I get a host of errors when I try and run the ./build

I have worked out the cc: compiler is required and installed that.

So it made WiringOP-Zero, but with a whole lot of cautions.

I did a gpio readall and it shows all the pins, but nothing is working.

If I try ./build again I get this: [sudo] password for minimac: ./build: 4: ./build: [[: not found wiringPi Build script

WiringPi Library [UnInstall] make: Nothing to be done for 'all'. [Install Headers] [Install Dynamic Lib]

WiringPi Devices Library [UnInstall] make: Nothing to be done for 'all'. [Install Headers] [Install Dynamic Lib]

GPIO Utility make: Nothing to be done for 'all'. [Install]

All Done.

NOTE: To compile programs with wiringBP v2, you need to add: -lwiringPi to your compile line(s) To use the Gertboard, MaxDetect, etc. code (the devLib), you need to also add: -lwiringPiDev to your compile line(s).

All help would be appreciated.

Regards PMAR146