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 am trying to build the flutter sample app on a RaspberryPi with RPi OS (Debian Bookworm 64bit)
flutter-elinux build elinux
This produces the following error (truncated):
Building an eLinux application with wayland backend in release mode for arm64 target... 177.9s
Failed to cmake build:
[ 0%] Built target flutter_assemble
[ 15%] Building CXX object flutter/CMakeFiles/flutter_wrapper_app.dir/ephemeral/cpp_client_wrapper/standard_codec.cc.o
[ 15%] Building CXX object flutter/CMakeFiles/flutter_wrapper_plugin.dir/ephemeral/cpp_client_wrapper/core_implementations.cc.o
[ 23%] Building CXX object flutter/CMakeFiles/flutter_wrapper_app.dir/ephemeral/cpp_client_wrapper/core_implementations.cc.o
[ 30%] Building CXX object flutter/CMakeFiles/flutter_wrapper_plugin.dir/ephemeral/cpp_client_wrapper/standard_codec.cc.o
[ 38%] Building CXX object flutter/CMakeFiles/flutter_wrapper_app.dir/ephemeral/cpp_client_wrapper/flutter_engine.cc.o
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0. Program arguments: /usr/bin/clang++ -DNDEBUG -I/home/pi/flutter/sample/elinux/flutter/ephemeral/cpp_client_wrapper/include -I/home/pi/flutter/sample/elinux/flutter/ephemeral -O3 -DNDEBUG
-Wall -Werror -O3 -std=gnu++17 -MD -MT flutter/CMakeFiles/flutter_wrapper_app.dir/ephemeral/cpp_client_wrapper/core_implementations.cc.o -MF
CMakeFiles/flutter_wrapper_app.dir/ephemeral/cpp_client_wrapper/core_implementations.cc.o.d -o CMakeFiles/flutter_wrapper_app.dir/ephemeral/cpp_client_wrapper/core_implementations.cc.o -c
/home/pi/flutter/sample/elinux/flutter/ephemeral/cpp_client_wrapper/core_implementations.cc
1. <eof> parser at end of file
2. Code generation
3. Running pass 'Function Pass Manager' on module '/home/pi/flutter/sample/elinux/flutter/ephemeral/cpp_client_wrapper/core_implementations.cc'.
4. Running pass 'AArch64 Assembly Printer' on function '@_ZN7flutter19BinaryMessengerImplD2Ev'
Any idea why this is happening ?
Thanks
The text was updated successfully, but these errors were encountered:
I am trying to build the flutter sample app on a RaspberryPi with RPi OS (Debian Bookworm 64bit)
This produces the following error (truncated):
Any idea why this is happening ?
Thanks
The text was updated successfully, but these errors were encountered: