sentry-native icon indicating copy to clipboard operation
sentry-native copied to clipboard

mingw32 compiles a 32-bit sentry native library to report an error

Open new360 opened this issue 1 year ago • 3 comments

Environment

SaaS (https://sentry.io/)

Steps to Reproduce

1 According to the compilation instructions of Sentry Native, a 32-bit Sentry is compiled 2 entry-native/external/crashpad/util/misc/capture_context_win.asm(342) : Error A2030 : Instruction or register not accepted in current CPU mode

Expected Result

compiled success,no error

Actual Result

compiled fail,error

Product Area

Unknown

Link

No response

DSN

No response

Version

No response

new360 avatar Sep 28 '23 08:09 new360

Assigning to @getsentry/support for routing ⏲️

getsantry[bot] avatar Sep 28 '23 08:09 getsantry[bot]

The mingw support in the Native SDK is based on community efforts. Sentry currently does not provide any support for mingw. We will accept PRs that will fix issues.

supervacuus avatar Oct 02 '23 08:10 supervacuus

@new360: For now, you may be able to use the breakpad backend if building for x86 / 32-bit Windows via mingw.

past-due avatar Oct 13 '23 01:10 past-due