Topic: Unable to cross compile on a Windows machine
I am running a cross-compiler in a Git Bash window and get an error with wolfSSL version 5.5.4 during CMake. The problem is with the execute_process command in CMakeLists.txt, which indicates that "user_settings_asm.sh is not a valid Win32 application". This makes sense because of how execute_process works. This looks like newer functionality because this was not a problem with wolfSSL version 5.4.0.
Does anyone have any guidance on how to address this issue?
Also, I had to do some tricks to see the actual error message because the doesn't display the result of the call to execute_process. It would be nice if it provided the results when an error occurs.