hydai
hydai
Cool! Assigned to you :-)
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: 
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.