arm-poky-linux-gnueabi-c++ is not supported in image ??

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

arm-poky-linux-gnueabi-c++ is not supported in image ??

Jump to solution
749 Views
rans
Senior Contributor I

Hello,

In image, the compiler arm-poky-linux-gnueabi-c++ is missing !

Does it make sense that it is not supported by default in fsl-image-qt5 ?

Regards,

Ran

1 Solution
590 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Ran,

You can extract the toolchain for Qt5 using:

$ bitbake meta-toolchain-qt5

This will allow you to create a script to install the toolchain in your host, which includes gcc (C) and g++ (C++).

I hope this information helps!

Regards,

View solution in original post

1 Reply
591 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Ran,

You can extract the toolchain for Qt5 using:

$ bitbake meta-toolchain-qt5

This will allow you to create a script to install the toolchain in your host, which includes gcc (C) and g++ (C++).

I hope this information helps!

Regards,