You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dart SDK Version Dart SDK version: 3.0.3 (stable) (None) on "linux_x64"
I'm trying to compile a dart program from Debian 11 x64 with Windows as --target-os
Command: dart compile exe dart_loader.dart --target-os windows
The problem is that the input binary is not a Windows binary but a Linux binary
Command: dart_loader.exe: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, stripped
How can i do ?
The text was updated successfully, but these errors were encountered:
Inplex-sys
changed the title
Create an issue
Issue with compiling a program to Windows exe from Linux
Jun 3, 2023
Thank you for taking the time to file an issue!
This tracker is for issues related to:
Compiler
Dart SDK Version
Dart SDK version: 3.0.3 (stable) (None) on "linux_x64"
I'm trying to compile a dart program from Debian 11 x64 with Windows as
--target-os
Command:
dart compile exe dart_loader.dart --target-os windows
The problem is that the input binary is not a Windows binary but a Linux binary
Command:
dart_loader.exe: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, stripped
How can i do ?
The text was updated successfully, but these errors were encountered: