jwinarske / meta-flutter

Yocto meta layer for recipes related to using Google Flutter Engine
MIT License
45 stars 22 forks source link

TARGET_GCC_VERSION #21

Closed embetrix closed 3 years ago

embetrix commented 3 years ago

Hi in the README.md there is:

TARGET_GCC_VRSION = "8.3.0"

this is not the default gcc version in dunfell, is it a typo ?

jwinarske commented 3 years ago

It's not a typo. It's there to show how to use it. You don't need to override it is you're doing a dunfell build. So for dunfell don't add it to local.conf.

On Tue, Jun 1, 2021, 5:46 AM embexus @.***> wrote:

Hi in the README.md there is:

TARGET_GCC_VRSION = "8.3.0"

this is not the default gcc version in dunfell, is it a typo ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jwinarske/meta-flutter/issues/21, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC5R3WYFW6AYOOICQWSQ4J3TQTJBLANCNFSM454TDILQ .

jwinarske commented 3 years ago

Also keep in mind you're looking at the section title NVIDIA Xavier. If you're targeting iMX8 then that would need adjustment per environment.