Conversation
Add additional "MSYS" checking for CMAKE_SYSTEM_NAME to support compilation under MSYS2.
|
Hi @pffang |
I usually need to build dlt console tools in MSYS2 and use them on Windows. And I also tried dlt-daemon and dlt-test-stress-client You can also check the change code. I didn't modify any logic, just fixed some compiling errors in MSYS2, and add a new GitHub action to check the building in MSYS2. Most compiling errors are char-subscripts and unused errors. The POSIX C functions isdigit/ispunct/isspace accept int input value not char, please check https://pubs.opengroup.org/onlinepubs/9699919799/functions/isdigit.html |
Fix build issues in MSYS2, and add an MSYS2 action to check build issues.