Skip to content
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

Add cross-compiling from x64 to arm64 #4

Closed
HidenoriMatsubayashi opened this issue Jul 16, 2021 · 0 comments · Fixed by #20
Closed

Add cross-compiling from x64 to arm64 #4

HidenoriMatsubayashi opened this issue Jul 16, 2021 · 0 comments · Fixed by #20
Labels
arm64 Topics to support arm64 target cross-building Topics to support cross-building

Comments

@HidenoriMatsubayashi
Copy link
Collaborator

I'm going to add cross-build for arm64 option on x64 hosts.

@HidenoriMatsubayashi HidenoriMatsubayashi added arm64 Topics to support arm64 target cross-building Topics to support cross-building labels Jul 16, 2021
@HidenoriMatsubayashi HidenoriMatsubayashi changed the title Add cross-build for arm64 on x64 Add cross-compiling from x64 to arm64 Jul 26, 2021
HidenoriMatsubayashi added a commit that referenced this issue Aug 24, 2023
This change fixes the following error messages when using upgrade command.

```
$ flutter-elinux upgrade
flutter-elinux is already up to date

Null check operator used on a null value
#0      ELinuxUpgradeCommandRunner.runCommandFirstHalf (package:flutter_elinux/commands/upgrade.dart:99:49)
<asynchronous suspension>
#1      ELinuxUpgradeCommandRunner.runCommand (package:flutter_elinux/commands/upgrade.dart:72:7)
<asynchronous suspension>
#2      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1297:27)
<asynchronous suspension>
#3      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
<asynchronous suspension>
#4      CommandRunner.runCommand (package:args/command_runner.dart:212:13)
<asynchronous suspension>
#5      FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:339:9)
<asynchronous suspension>
#6      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
<asynchronous suspension>
#7      FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:285:5)
<asynchronous suspension>
#8      run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:115:9)
<asynchronous suspension>
#9      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
<asynchronous suspension>
#10     main (package:flutter_elinux/executable.dart:80:3)
<asynchronous suspension>
```

Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arm64 Topics to support arm64 target cross-building Topics to support cross-building
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant