asm-cli-rust icon indicating copy to clipboard operation
asm-cli-rust copied to clipboard

error: could not find native static library `unicorn`, perhaps an -L flag is missing

Open xietao1233 opened this issue 4 years ago • 2 comments

Compiling unicorn v0.9.1 error: could not find native static library unicorn, perhaps an -L flag is missing?

error: aborting due to previous error

error: could not compile libunicorn-sys. warning: build failed, waiting for other jobs to finish... error: build failed

xietao1233 avatar Apr 09 '20 01:04 xietao1233

Have you installed unicorn? If not please follow the instructions at https://github.com/cch123/asm-cli-rust#build-from-source.

bjorn3 avatar Apr 09 '20 11:04 bjorn3

I changed to another machine, and it seems build fails, Temporarily copy the libunicorn.a to out path can solve this, but I'll dig into it later....

cch123 avatar Apr 21 '21 11:04 cch123