Beslan Kurashov
Beslan Kurashov
`pkg-config hidapi --debug` `no output option set, defaulting to --exists` `Error printing disabled by default due to use of output options --exists, --atleast/exact/max-version, --list-all or no output option at all....
Есть симлинк `hidapi.pc -> ../../Cellar/hidapi/0.8.0-rc1/lib/pkgconfig/hidapi.pc` На `brew list hidapi` выдает: `/usr/local/Cellar/hidapi/0.8.0-rc1/bin/hidtest` `/usr/local/Cellar/hidapi/0.8.0-rc1/include/hidapi/hidapi.h` `/usr/local/Cellar/hidapi/0.8.0-rc1/lib/libhidapi.0.dylib` `/usr/local/Cellar/hidapi/0.8.0-rc1/lib/pkgconfig/hidapi.pc` `/usr/local/Cellar/hidapi/0.8.0-rc1/lib/ (2 other files)` `/usr/local/Cellar/hidapi/0.8.0-rc1/share/doc/ (6 files)`
`$ pkg-config --variable pc_path pkg-config` `/opt/local/lib/pkgconfig:/opt/local/share/pkgconfig` Кажется, что смотрит куда-то не туда
I'm getting a similar error. I am using cross-compiling from ubuntu 22.04.3 arm64 for armv7l busybox platform, and using the `gcc-arm-linux-gnueabihf` compiler I passed the parameter `export CC=arm-linux-gnueabihf-gcc`, and specified...
Me too. Is there a solution?