We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
they should be named against the libraries instead
steps to reproduce :
device
device.pc
mylib.pc
mitigation :
The text was updated successfully, but these errors were encountered:
@mtrey Can you please post your directory structure of the overlays and the .pc files. I am facing a similar issue and cant get around it. TIA
Sorry, something went wrong.
here is the correct structure
picopi platform definition in .dinghy/dinghy.toml
picopi
.dinghy/dinghy.toml
[platforms.picopi] rustc_triple='armv7-unknown-linux-gnueabihf'
and the overlay for the platform picopi
find .dinghy/overlay/picopi
.dinghy/overlay/picopi/tensorflow .dinghy/overlay/picopi/tensorflow/tensorflow.pc .dinghy/overlay/picopi/tensorflow/libtensorflow.so
No branches or pull requests
they should be named against the libraries instead
steps to reproduce :
device
device.pc
instead ofmylib.pc
mitigation :
The text was updated successfully, but these errors were encountered: