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

Error when building examples #43

Open
alanorwick opened this issue Sep 26, 2023 · 2 comments
Open

Error when building examples #43

alanorwick opened this issue Sep 26, 2023 · 2 comments

Comments

@alanorwick
Copy link

alanorwick commented Sep 26, 2023

Error is:
could not determine kind of name for C.WasmEdge_Driver_UniTool

Was attempting to build the Fibonacci example:
https://github.com/second-state/WasmEdge-go-examples/tree/master

Running on MacOS with an ARM chip. Any thoughts on how to get the build to work?

@alanorwick alanorwick changed the title could not determine kind of name for C.WasmEdge_Driver_UniTool when building examples Error when building examples Sep 26, 2023
@hydai
Copy link
Member

hydai commented Sep 27, 2023

Have you installed WasmEdge? If so, what's the version you use?

@loredanacirstea
Copy link
Contributor

loredanacirstea commented Dec 20, 2023

I just stumbled on the same issue.

MacOS Monterey 12.7

VERSION=0.13.4
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- -v $VERSION
# github.com/second-state/WasmEdge-go/wasmedge
../../go/pkg/mod/github.com/second-state/!wasm!edge-go@v0.13.4/wasmedge/cli.go:34:9: could not determine kind of name for C.WasmEdge_Driver_UniTool
make: *** [build] Error 1

But I also tried on a MacOS Catalina 10.15.7 and it worked without errors.

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

3 participants