Dear Community,
i am facing with the following problems:
I am trying to build cst-3.1.1 /back_end-hsm source on Windows using gccCompiler. I read the "cst-3.3.1_/code/back_end-hsm/doc/HSM-CST_UG.pdf" tutorial and do all insructions one by one.
->compiling ..\cst-3.3.1\code\cst\code" is not possible, fails
->compiling "..\cst-3.3.1\code\back_end-hsm\src" is not possible, fails. It is not an standalone application and so the output is not an exe file.
->Some base information is missing in HSM-CST_UG.pdf document.
--> Can somebody help us about this topic?
-->How can we build (glue) cst and back_end-hsm together on Windows wth GCC.
----------------------------------------------------------------
My Environment and Installed:
OS: Windows/64, MSys2 64 Bit, GCC
pacman -S mingw-w64-x86_64-gcc make
pacman -S mingw-w64-x86_64-libconfig
pacman -S mingw-w64-x86_64-dlfcn
pacman -S --needed base-devel msys2-devel
pacman -S --needed base-devel mingw-w64-x86_64-toolchain
pacman -S mingw-w64-x86_64-openssl
pacman -S mingw-w64-x86_64-zlib mingw-w64-x86_64-zstd
------------------------------------------------------
Kind Regards