sony / flutter-elinux

Flutter tools for embedded Linux (eLinux)
BSD 3-Clause "New" or "Revised" License
429 stars 43 forks source link

How to build the Flutter App for arm32 with flutter-elinux? #141

Closed HerryGeng closed 1 year ago

HerryGeng commented 1 year ago

I have successfully built libflutter-engine.so and libflutter_elinux_wayland.so. When I built arm32's flutter app with flutter-elinux, I failed. What should I do to successfully build the flutter app for arm32?

Thanks very much!

HidenoriMatsubayashi commented 1 year ago

Unfortunately, we are not going to support arm32 arch. Our target arch is only aarch64 (ARM64) in flutter-elinux.

HerryGeng commented 1 year ago

I wanted to try it on my own. Can you offer any help or directions? Thank you!

HidenoriMatsubayashi commented 1 year ago

I think https://github.com/sony/flutter-embedded-linux/wiki/Building-Flutter-apps#2-building-flutter-apps will help your work for arm32.

HerryGeng commented 1 year ago

Thank you very much!

I think https://github.com/sony/flutter-embedded-linux/wiki/Building-Flutter-apps#2-building-flutter-apps will help your work for arm32.

HidenoriMatsubayashi commented 1 year ago

I'll close this issue.