Sekou82 wrote:Sekou82 wrote:sarona wrote:You are looking for a 32 bit Windows executable to run with an emulator?
If you are using MSYS2, maybe try (for a popcnt binary)
make ARCH=x86-32-sse41-popcnt COMP=clang
It is compiling for me with one warning:
var.cpp: In function ‘std::string var::variant_name()’:
var.cpp:201:1: warning: control reaches end of non-void function [-Wreturn-type]
201 | }
| ^
In the readme.txt, a reference is make to a clang makefile in the source.
Compilation
The source code uses C++14 and should be mostly cross-platform. I provided the Clang Makefile I use on Mac; it is compatible with Linux and GCC.
Hi Sarona,
That's what I'm searching for, the popcnt file compiled.
Have you the files compiled ?
Friendly, Sékou
Hi Sarona,
Please can you send me the popcnt file compiled ?
Friendly, Sékou
I don't have MSYS, but i think you must to use make ARCH=x86-32-popcnt COMP=clang without SSE41, it is not supported by this engine.