Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated CMake and Hardware selector to allow building with MinGW #44

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

ad3154
Copy link
Member

@ad3154 ad3154 commented Nov 9, 2024

  • This change should allow all the CAN driver DLLs to get properly copied to the build directory when building with mingw
  • Fixed linker issues with MinGW which were happening because the Innomaker driver is not compatible with MinGW (only MSVC)

Compiling with MinGW will exclude support for Innomaker.

Closes #34

@ad3154 ad3154 self-assigned this Nov 9, 2024
@ad3154
Copy link
Member Author

ad3154 commented Nov 9, 2024

Tested by building the project on a fresh install of windows server 2022 in a VM with MinGW, MSYS2, VSCode, and CMake, installed

image

@ad3154 ad3154 merged commit 9b4d9f9 into main Nov 12, 2024
4 checks passed
@ad3154 ad3154 deleted the adrian/cmake-for-mingw branch November 12, 2024 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to complete the build in win10+VScode
1 participant