sony / flutter-embedded-linux

Embedded Linux embedding for Flutter
BSD 3-Clause "New" or "Revised" License
1.2k stars 127 forks source link

Add support for building for arm64 #272

Closed ghost closed 2 years ago

ghost commented 2 years ago

Please add support for building flutter for embedded linux for arm64 as well. This repository supports building only for amd64.

HidenoriMatsubayashi commented 2 years ago

I'm not sure, but developers can cross-build...

ghost commented 2 years ago

I'm not sure, but developers can cross-build...

Even I am trying to develop this for ubuntu touch and it is arm64. But it fails when I build it using the arm64 libffi7 package, and it says the problem is it is amd64.

HidenoriMatsubayashi commented 2 years ago

I guess it's a problem on your environment (os). Because I can build this software on arm64 devices such as Raspberry Pi4. Also, this software doesn't have any implementation of CPU arch dependencies.

ghost commented 2 years ago

I guess it's a problem on your environment (os). Because I can build this software on arm64 devices such as Raspberry Pi4. Also, this software doesn't have any implementation of CPU arch dependencies.

The host os I am building this on is ubuntu touch using clickable.