-
-
Notifications
You must be signed in to change notification settings - Fork 172
Can not find sdk-root option when building kernel snapshot #121
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
You have a typo in line 2. You wrote |
Sorry, my bad. Now it works. |
The If you look into the .packages file, somewhere there'll be the line:
When the |
@ardera Thank you very much, I'm a newbie to flutter. Not sure why it got killed before building finish |
The 'Killed' message means linux killed either your script or the See https://stackoverflow.com/questions/726690/what-killed-my-process-and-why for mote information. |
thank you, @ardera ! yes, after I increase the memory of my Linux vm to 4GB, the building pass. |
Nice! Yeah I always try to make sure I'm not relying on raspberry pi specific features too much. |
I'm building the kernel snapshot. The dart command shows:
Could not find an option named "sdk-root".
Here is my commands to build the kernel snapshot:
The text was updated successfully, but these errors were encountered: