I am new to open65421. I have already built the open65421 C version, but as I need the CPP version I don't know exactly how to build it. I am using Gitbash on Windows to do the building. After cloning, these are the commands I used as these were the one I used for the C version:
git submodule update --init --recursive
cmake -DUA_ENABLE_AMALGAMATION=ON .
cmake --build .
Hello,
I am new to open65421. I have already built the open65421 C version, but as I need the CPP version I don't know exactly how to build it. I am using Gitbash on Windows to do the building. After cloning, these are the commands I used as these were the one I used for the C version: git submodule update --init --recursive cmake -DUA_ENABLE_AMALGAMATION=ON . cmake --build .
I have attached the error and the log files.
Thank you CMakeError.log CMakeOutput.log .