You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
pmar146
changed the title
Requirements for Arabian Bionic Minimal
Requirements for Armbian Bionic Minimal
Jul 12, 2020
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
The text was updated successfully, but these errors were encountered: