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
While I'm doing $ ./configure --target=arm-linux-gnueabihf --host=arm-linux-gnueabihf
I endup with error
----------------------------------------------------
Unable to find gcrypt.h on this system.
libgcrypt (libgcrypt11-dev) is required, please install
and rebuild.
----------------------------------------------------
however, libgcrypt is installed, and without target / host errorless configure & make.
How to solve this problem ?
While I'm doing
$ ./configure --target=arm-linux-gnueabihf --host=arm-linux-gnueabihfI endup with error
however, libgcrypt is installed, and without target / host errorless configure & make.
How to solve this problem ?