xpertsavenue/WiringOP-Zero

Requirements for Armbian Bionic Minimal

Opened this issue · 0 comments

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