-
Notifications
You must be signed in to change notification settings - Fork 163
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
adding_MinGW_build_support #532
Conversation
183f465
to
c8661f3
Compare
I am leaving this as draft until you pass the CIs, specially the formatting one. It would be very important to add testing in the windows CI or similar, so we have continuous testing of MinGW compiler. |
I am leaving some reference here for you:
Maybe we can create new scripts for that, or reuse the ones with PowerShell, we should investigate the pros and cons, but the CI is necessary in order to continuous test the new target (MinGW). |
Thanks Sir, I will look into it :) |
c8661f3
to
c4b1a03
Compare
9372000
to
d97f393
Compare
Segmentation Fault in CtestWe encountered an issue where Steps Taken:
Segmentation Fault Debugging:
Current Status:The code compiles but still fails |
#Building the Core Using MinGW
This is the Build log file:- Build_Log.txt
To compile the core using MinGW:-
open command prompt (admin)
go to the core directory
this will build the core using minGW (release).
For Debug add
-DCMAKE_BUILD_TYPE=Debug
Fixes #484
Type of change