Open dslc opened 6 years ago
The wiringPiISR() routine from the wiringPi.so library tries to invoke the gpio program from its own package.
wiringPiISR()
wiringPi.so
gpio
To overcome this I cloned the wiringPi repository, then
/opt/vorail/lib
libwiringPiDev.so
lib
bin
For the time being I have saved these changes on a separate branch of this repository.
In the Vorail-Companion repository: I have updated the xmake plugin to import these libraries and binaries in to the Debian package.
Vorail-Companion
could you submit a PR to merge into the master branch? thanks
Hi Linan. I will try do a quick sanity check on the changes I have made as soon as I have time and then send that pull request.
Thanks.
The
wiringPiISR()
routine from thewiringPi.so
library tries to invoke thegpio
program from its own package.To overcome this I cloned the wiringPi repository, then
gpio
program with RPATH set to/opt/vorail/lib
;libwiringPiDev.so
tolib
(in this repository);gpio
tobin
(in this repository).For the time being I have saved these changes on a separate branch of this repository.
In the
Vorail-Companion
repository: I have updated the xmake plugin to import these libraries and binaries in to the Debian package.