-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
dart compile exe doesn't work for 32-bit SDK #47177
Comments
Currently, AOT compilation is not supported when targeting 32-bit Intel (only x64, 32-bit ARM and 64-bit ARM architectures are supported). We should probably print a better error message when |
To be clear, |
@nex3 Are you sure you're using a 32-bit SDK for On a fresh checkout:
|
You're right, I was testing against the wrong SDK. |
This is still an issue. See for example this build, where the failure message is still
|
Fix for the incorrect error message is up for review here. |
If I download the 32-bit Linux Dart SDK (version 2.14.1) and run
dart compile exe
, it prints:I haven't tested on Windows or Mac OS, but I've verified that this doesn't happen on the 64-bit SDK.
The text was updated successfully, but these errors were encountered: