hydai

Results 815 comments of hydai

Is the `toolchains/s390x.cmake` exist? According to the error log, it looks like this file does not exist.

I have no idea what this file is and where this file locates. Do you install any cross-compilation toolkits for the s390x platform?

Maybe this one? https://github.com/dockcross/dockcross

Is the `CMAKE_TOOLCHAIN_FILE` correct? Seems not.

Hi @carrycooldude Could you please share the folder structure and command you used?

What's the status of your build folder and makefile? Here is mine: ![CleanShot 2023-05-29 at 18 00 47](https://github.com/WasmEdge/WasmEdge/assets/2776756/36d8440b-53b5-4f4a-b4e7-192027a780c8)

It looks like you are using `ninja` instead of `makefile`. Could you please try to run `ninja` in the `build` folder instead of `make`.

According to the error message `RPM package requires rpmbuild executable`, you should install `rpmbuild`.

However, do you know if this build is for s390x? The message shows that it generated `wasmedge_0.0.0-unreleased_amd64.deb`, which indicates this build is for the x86_64 platform.