Skip to content
New issue

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

build spike-sys v0.1.1 error #21

Open
Taolaw opened this issue Dec 8, 2023 · 1 comment
Open

build spike-sys v0.1.1 error #21

Taolaw opened this issue Dec 8, 2023 · 1 comment

Comments

@Taolaw
Copy link

Taolaw commented Dec 8, 2023

While compiling spike-sys, I encountered the following error. It seems to be missing a specific static library, but I couldn't find more information about this error. I found this link related to the library, and the triggering condition is simply:

ckb-vm-test-suite/spike-sys$ cargo build
   Compiling spike-sys v0.1.1 (/home/ckb-vm-test-suite/spike-sys)
error: could not find native static library `spike-interfaces`, perhaps an -L flag is missing?

error: could not compile `spike-sys` (lib) due to previous error
@mohanson
Copy link
Collaborator

Have you installed clang? The error says the problem is with building spike-interface, I suggest you execute build.sh manually first so you can get some meaningful output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants