-
Notifications
You must be signed in to change notification settings - Fork 486
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
Unable to trace in mingw #305
Comments
I also get this issue too.
Here is a test file: #include <iostream>
#include "backward.hpp"
int main(int argc, char const *argv[]) {
using namespace backward;
StackTrace st; st.load_here(32);
Printer p; p.print(st);
return 0;
} Compile commands:
Executable Output
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have mingw-w64 and libbfd installed in msys2. When I try to do a simple stacktrace with -DBACKWARD_HAS_BFD=1 I get this
Is there a way to get traces working in mingw?
The text was updated successfully, but these errors were encountered: