-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Can't compile flutter-pi #184
Comments
Fixed some problems but still fails linking Consolidate compiler generated dependencies of target flutter-pi |
what distro are you using? if you run raspbian, is it possible you have a really old version of it? |
Kernel version is 4.19.57-v7+ |
Just updated to 5.10.46-v7+ (and rebooted), the problem keeps being the same |
thx, but what distro are you using? kernel version is good to know too, but distro is really what matters here. |
Maybe this helps? PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)" |
you're running raspbian stretch, which is pretty old and EOL since mid 2020. You can upgrade to Raspbian buster like this: https://www.raspberrypi.org/documentation/raspbian/updating.md (See the |
Installation went through! |
I am using a Raspberry Pi Model 3 B (2015).
I have installed:
Updated system fonts;
During the compiling process:
nproc
) this is where the trouble began with several errors showing up regarding DRM variables.What should I try to do?
I have no idea what I did wrong. At first, cmake was raising a version error (3.7 when >3.10 was required) so I used snap's cmake (3.20))
The text was updated successfully, but these errors were encountered: