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
I found that my target-backend-type parameter was specified incorrectly, it should be x11 for my graph architecture, and it works fine after making the change
My device detail:
rk3568
SO:Debain 10 aarch64
GPU so:libmali-bifrost-g52-g2p0-x11.so
env version
cmake version 3.26.4
flutter 3.10.5 dart 3.0.5
flutter-elinux 3.10.5 3.0.5
My CMake.txt
elinux_sample/elinux/runner/CMakeLists.txt
The so I added
elinux_sample/elinux/flutter_lib$ ls
ld-linux-aarch64.so.1
libc.so.6
libdrm.so.2
libdrm.so.2.4.0
libffi.so
libmali-bifrost-g52-g2p0-x11.so
libwayland-cursor.so
libwayland-server.so.0
libxkbcommon.so.0
Build error
flutter-elinux build elinux --target-arch=arm64 --target-sysroot=/ --target-backend-type=gbm --verbose
The text was updated successfully, but these errors were encountered: