-
Notifications
You must be signed in to change notification settings - Fork 28.5k
Engine build failure targeting armv6 #55439
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
Comments
Hi @jwinarske |
git log -1 |
Given I'm using a current Kernel, I'm figuring this is safe
|
src/third_party/libpng/arm/filter_neon.S is hard coded for armv-a and neon
Fix for armv6 (no-neon)
|
This one is interesting. The toolchain switches from my custom specified one to the host compiler
|
@mit-mit will Dart AOT compilation ever be supported on armv6? #22380 |
HI @jwinarske Please follow up on that issue, |
Dart SDK for linux-armv6l looks active. Something isn't adding up. |
Hi @jwinarske |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Has armv6 been deprecated? The target is Raspberry Pi 0-W ($10) w/LCD hat.
Steps to Reproduce
Clang8 Toolchain with default triple of arm-linux-gnueabi
./flutter/tools/gn --runtime-mode debug --embedder-for-target --full-dart-sdk --enable-fontconfig --target-os linux --linux-cpu arm --arm-float-abi hard --target-triple arm-linux-gnueabihf --target-sysroot /media/joel/SolidState/rpi/rpi0w/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/flutter-engine/git-r0/recipe-sysroot --target-toolchain /media/joel/SolidState/LLVM8.0
Post Config:
append to args file
Then
The text was updated successfully, but these errors were encountered: